Searched refs:generic_fh_to_dentry (Results 1 – 9 of 9) sorted by relevance
/linux/fs/efs/ |
H A D | namei.c | 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/linux/fs/fat/ |
H A D | nfs.c | 151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/linux/fs/affs/ |
H A D | namei.c | 556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
|
/linux/fs/ |
H A D | libfs.c | 1460 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 1478 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/linux/fs/erofs/ |
H A D | super.c | 534 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in erofs_fh_to_dentry()
|
/linux/fs/jfs/ |
H A D | namei.c | 1499 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/linux/fs/ext2/ |
H A D | super.c | 387 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/linux/fs/ntfs3/ |
H A D | super.c | 814 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux/fs/ext4/ |
H A D | super.c | 1559 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|