Searched refs:generic_fh_to_dentry (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/fs/efs/ |
D | namei.c | 99 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in efs_fh_to_dentry()
|
/linux-6.12.1/include/linux/ |
D | exportfs.h | 321 struct dentry *generic_fh_to_dentry(struct super_block *sb,
|
/linux-6.12.1/fs/fat/ |
D | nfs.c | 151 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in fat_fh_to_dentry()
|
/linux-6.12.1/fs/jffs2/ |
D | super.c | 125 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jffs2_fh_to_dentry()
|
/linux-6.12.1/fs/affs/ |
D | namei.c | 556 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in affs_fh_to_dentry()
|
/linux-6.12.1/fs/ |
D | libfs.c | 1456 struct dentry *generic_fh_to_dentry(struct super_block *sb, struct fid *fid, in generic_fh_to_dentry() function 1474 EXPORT_SYMBOL_GPL(generic_fh_to_dentry);
|
/linux-6.12.1/fs/befs/ |
D | linuxvfs.c | 650 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in befs_fh_to_dentry()
|
/linux-6.12.1/fs/erofs/ |
D | super.c | 544 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in erofs_fh_to_dentry()
|
/linux-6.12.1/fs/jfs/ |
D | namei.c | 1499 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in jfs_fh_to_dentry()
|
/linux-6.12.1/fs/ext2/ |
D | super.c | 387 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext2_fh_to_dentry()
|
/linux-6.12.1/fs/ntfs3/ |
D | super.c | 814 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ntfs_fh_to_dentry()
|
/linux-6.12.1/fs/ufs/ |
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.12.1/fs/f2fs/ |
D | super.c | 3273 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in f2fs_fh_to_dentry()
|
/linux-6.12.1/fs/ext4/ |
D | super.c | 1552 return generic_fh_to_dentry(sb, fid, fh_len, fh_type, in ext4_fh_to_dentry()
|