Searched refs:generic_fh_to_dentry (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/fs/efs/ |
D | namei.c | 98 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/linux-4.1.27/include/linux/ |
D | exportfs.h | 230 extern struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
/linux-4.1.27/fs/fat/ |
D | nfs.c | 154 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/linux-4.1.27/fs/ntfs/ |
D | namei.c | 370 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 125 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
/linux-4.1.27/fs/ |
D | libfs.c | 873 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 891 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/linux-4.1.27/fs/exofs/ |
D | super.c | 983 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in exofs_fh_to_dentry()
|
/linux-4.1.27/fs/f2fs/ |
D | super.c | 785 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
/linux-4.1.27/fs/jfs/ |
D | namei.c | 1487 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 365 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/linux-4.1.27/fs/ufs/ |
D | super.c | 133 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_dentry()
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 726 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext3_fh_to_dentry()
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1021 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|