Searched refs:generic_fh_to_dentry (Results 1 – 13 of 13) sorted by relevance
/fs/efs/ |
D | namei.c | 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/fs/ntfs/ |
D | namei.c | 356 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/fs/fat/ |
D | nfs.c | 145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/fs/jffs2/ |
D | super.c | 124 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
/fs/kernfs/ |
D | mount.c | 104 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in kernfs_fh_to_dentry()
|
/fs/ |
D | libfs.c | 928 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 946 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/fs/affs/ |
D | namei.c | 554 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
|
/fs/befs/ |
D | linuxvfs.c | 652 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
|
/fs/jfs/ |
D | namei.c | 1491 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/fs/ext2/ |
D | super.c | 394 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/fs/ufs/ |
D | super.c | 120 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_dentry()
|
/fs/f2fs/ |
D | super.c | 2412 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
/fs/ext4/ |
D | super.c | 1211 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|