Searched refs:generic_fh_to_dentry (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/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-6.15/include/linux/ |
| H A D | exportfs.h | 353 struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
| /linux-6.15/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-6.15/fs/jffs2/ |
| H A D | super.c | 125 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
| /linux-6.15/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-6.15/fs/ |
| H A D | libfs.c | 1453 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 1471 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
| /linux-6.15/fs/befs/ |
| H A D | linuxvfs.c | 649 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
|
| /linux-6.15/fs/erofs/ |
| H A D | super.c | 522 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in erofs_fh_to_dentry()
|
| /linux-6.15/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-6.15/fs/ufs/ |
| H 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-6.15/fs/ntfs3/ |
| H A D | super.c | 855 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
| /linux-6.15/fs/ext2/ |
| H A D | super.c | 413 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3357 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1543 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|