Searched refs:fh_to_dentry (Results 1 – 25 of 34) sorted by relevance
12
/Linux-v4.19/fs/fat/ |
D | nfs.c | 291 .fh_to_dentry = fat_fh_to_dentry, 298 .fh_to_dentry = fat_fh_to_dentry_nostale,
|
/Linux-v4.19/fs/squashfs/ |
D | export.c | 160 .fh_to_dentry = squashfs_fh_to_dentry,
|
/Linux-v4.19/include/linux/ |
D | exportfs.h | 196 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, member
|
/Linux-v4.19/fs/exportfs/ |
D | expfs.c | 430 if (!nop || !nop->fh_to_dentry) in exportfs_decode_fh() 432 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh()
|
/Linux-v4.19/fs/isofs/ |
D | export.c | 190 .fh_to_dentry = isofs_fh_to_dentry,
|
/Linux-v4.19/fs/xfs/ |
D | xfs_export.c | 242 .fh_to_dentry = xfs_fs_fh_to_dentry,
|
/Linux-v4.19/fs/nfs/ |
D | export.c | 171 .fh_to_dentry = nfs_fh_to_dentry,
|
/Linux-v4.19/fs/gfs2/ |
D | export.c | 192 .fh_to_dentry = gfs2_fh_to_dentry,
|
/Linux-v4.19/fs/ |
D | fhandle.c | 31 !path->dentry->d_sb->s_export_op->fh_to_dentry) in do_sys_name_to_handle()
|
/Linux-v4.19/fs/ocfs2/ |
D | export.c | 268 .fh_to_dentry = ocfs2_fh_to_dentry,
|
/Linux-v4.19/fs/ceph/ |
D | export.c | 239 .fh_to_dentry = ceph_fh_to_dentry,
|
/Linux-v4.19/fs/ntfs/ |
D | namei.c | 403 .fh_to_dentry = ntfs_fh_to_dentry,
|
/Linux-v4.19/fs/efs/ |
D | super.c | 131 .fh_to_dentry = efs_fh_to_dentry,
|
/Linux-v4.19/fs/btrfs/ |
D | export.c | 301 .fh_to_dentry = btrfs_fh_to_dentry,
|
/Linux-v4.19/fs/jffs2/ |
D | super.c | 155 .fh_to_dentry = jffs2_fh_to_dentry,
|
/Linux-v4.19/fs/kernfs/ |
D | mount.c | 135 .fh_to_dentry = kernfs_fh_to_dentry,
|
/Linux-v4.19/fs/affs/ |
D | namei.c | 566 .fh_to_dentry = affs_fh_to_dentry,
|
/Linux-v4.19/fs/nilfs2/ |
D | namei.c | 566 .fh_to_dentry = nilfs_fh_to_dentry,
|
/Linux-v4.19/fs/orangefs/ |
D | super.c | 374 .fh_to_dentry = orangefs_fh_to_dentry,
|
/Linux-v4.19/fs/overlayfs/ |
D | export.c | 847 .fh_to_dentry = ovl_fh_to_dentry,
|
D | util.c | 68 if (!sb->s_export_op || !sb->s_export_op->fh_to_dentry || in ovl_can_decode_fh()
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | Exporting | 127 fh_to_dentry (mandatory)
|
/Linux-v4.19/fs/befs/ |
D | linuxvfs.c | 97 .fh_to_dentry = befs_fh_to_dentry,
|
/Linux-v4.19/fs/exofs/ |
D | super.c | 993 .fh_to_dentry = exofs_fh_to_dentry,
|
/Linux-v4.19/fs/jfs/ |
D | super.c | 934 .fh_to_dentry = jfs_fh_to_dentry,
|
12