Searched refs:generic_fh_to_parent (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/fs/efs/ |
D | namei.c | 105 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in efs_fh_to_parent()
|
/linux-4.4.14/include/linux/ |
D | exportfs.h | 233 extern struct dentry *generic_fh_to_parent(struct super_block *sb,
|
/linux-4.4.14/fs/fat/ |
D | nfs.c | 192 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in fat_fh_to_parent()
|
/linux-4.4.14/fs/ntfs/ |
D | namei.c | 377 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ntfs_fh_to_parent()
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 132 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jffs2_fh_to_parent()
|
/linux-4.4.14/fs/ |
D | libfs.c | 901 struct dentry *generic_fh_to_parent(struct super_block *sb, struct fid *fid, in generic_fh_to_parent() function 919 EXPORT_SYMBOL_GPL(generic_fh_to_parent);
|
/linux-4.4.14/fs/exofs/ |
D | super.c | 990 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in exofs_fh_to_parent()
|
/linux-4.4.14/fs/jfs/ |
D | namei.c | 1515 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in jfs_fh_to_parent()
|
/linux-4.4.14/fs/f2fs/ |
D | super.c | 891 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in f2fs_fh_to_parent()
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 375 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ext2_fh_to_parent()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 124 return generic_fh_to_parent(sb, fid, fh_len, fh_type, ufs_nfs_get_inode); in ufs_fh_to_parent()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1045 return generic_fh_to_parent(sb, fid, fh_len, fh_type, in ext4_fh_to_parent()
|