Searched refs:generic_fh_to_parent (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/fs/efs/ |
D | namei.c | 106 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in efs_fh_to_parent()
|
/linux-5.19.10/include/linux/ |
D | exportfs.h | 246 extern struct dentry *generic_fh_to_parent(struct super_block *sb,
|
/linux-5.19.10/fs/fat/ |
D | nfs.c | 183 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
|
/linux-5.19.10/fs/ntfs/ |
D | namei.c | 363 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()
|
/linux-5.19.10/fs/jffs2/ |
D | super.c | 131 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jffs2_fh_to_parent()
|
/linux-5.19.10/fs/ |
D | libfs.c | 1076 struct dentry *generic_fh_to_parent(struct super_block *sb, struct fid *fid, in generic_fh_to_parent() function 1094 EXPORT_SYMBOL_GPL(generic_fh_to_parent);
|
/linux-5.19.10/fs/affs/ |
D | namei.c | 566 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in affs_fh_to_parent()
|
/linux-5.19.10/fs/befs/ |
D | linuxvfs.c | 664 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in befs_fh_to_parent()
|
/linux-5.19.10/fs/erofs/ |
D | super.c | 656 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in erofs_fh_to_parent()
|
/linux-5.19.10/fs/jfs/ |
D | namei.c | 1499 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jfs_fh_to_parent()
|
/linux-5.19.10/fs/ntfs3/ |
D | super.c | 637 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()
|
/linux-5.19.10/fs/ext2/ |
D | super.c | 398 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ext2_fh_to_parent()
|
/linux-5.19.10/fs/ufs/ |
D | super.c | 126 return generic_fh_to_parent(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_parent()
|
/linux-5.19.10/fs/f2fs/ |
D | super.c | 3074 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in f2fs_fh_to_parent()
|
/linux-5.19.10/fs/ext4/ |
D | super.c | 1484 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ext4_fh_to_parent()
|