Searched refs:generic_fh_to_dentry (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/efs/ |
D | namei.c | 98 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/linux-4.4.14/include/linux/ |
D | exportfs.h | 230 extern struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
/linux-4.4.14/fs/fat/ |
D | nfs.c | 154 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 370 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 125 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
/linux-4.4.14/fs/ |
D | libfs.c | 868 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 886 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 983 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in exofs_fh_to_dentry()
|
/linux-4.4.14/fs/jfs/ |
D | namei.c | 1508 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 884 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 368 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 118 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_dentry()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1038 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|