Searched refs:generic_fh_to_dentry (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | exportfs.h | 229 extern struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
| /OK3568_Linux_fs/kernel/fs/efs/ |
| H A D | namei.c | 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | nfs.c | 145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | namei.c | 356 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | super.c | 124 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | libfs.c | 1004 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 1022 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
| /OK3568_Linux_fs/kernel/fs/affs/ |
| H A D | namei.c | 556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | linuxvfs.c | 654 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | namei.c | 1491 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | super.c | 394 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | super.c | 120 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 1034 generic_fh_to_dentry
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | super.c | 2958 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | super.c | 1443 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|