Searched refs:generic_fh_to_dentry (Results 1 – 17 of 17) sorted by relevance
/linux/fs/efs/ |
A D | namei.c | 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/linux/include/linux/ |
A D | exportfs.h | 245 extern struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
/linux/fs/fat/ |
A D | nfs.c | 145 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/linux/fs/ntfs/ |
A D | namei.c | 356 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux/fs/jffs2/ |
A D | super.c | 124 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
/linux/fs/ |
A D | libfs.c | 1043 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 1061 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/linux/fs/affs/ |
A D | namei.c | 559 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
|
/linux/fs/befs/ |
A D | linuxvfs.c | 653 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
|
/linux/fs/jfs/ |
A D | namei.c | 1492 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/linux/fs/ntfs3/ |
A D | super.c | 629 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux/fs/ext2/ |
A D | super.c | 391 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/linux/fs/ufs/ |
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()
|
/linux/fs/f2fs/ |
A D | super.c | 3038 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
/linux/fs/ext4/ |
A D | super.c | 1445 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|
/linux/ |
A D | vmlinux.symvers | 11316 0x00000000 generic_fh_to_dentry vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 9362 ffff80001027f5a0 T generic_fh_to_dentry
|
A D | .tmp_System.map | 9362 ffff80001027f5a0 T generic_fh_to_dentry
|
Completed in 983 milliseconds