Home
last modified time | relevance | path

Searched refs:fh_to_dentry (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.15/fs/fat/
Dnfs.c282 .fh_to_dentry = fat_fh_to_dentry,
289 .fh_to_dentry = fat_fh_to_dentry_nostale,
/Linux-v5.15/include/linux/
Dexportfs.h201 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid, member
/Linux-v5.15/fs/squashfs/
Dexport.c176 .fh_to_dentry = squashfs_fh_to_dentry,
/Linux-v5.15/fs/isofs/
Dexport.c190 .fh_to_dentry = isofs_fh_to_dentry,
/Linux-v5.15/fs/exportfs/
Dexpfs.c434 if (!nop || !nop->fh_to_dentry) in exportfs_decode_fh_raw()
436 result = nop->fh_to_dentry(mnt->mnt_sb, fid, fh_len, fileid_type); in exportfs_decode_fh_raw()
/Linux-v5.15/fs/xfs/
Dxfs_export.c228 .fh_to_dentry = xfs_fs_fh_to_dentry,
/Linux-v5.15/fs/gfs2/
Dexport.c191 .fh_to_dentry = gfs2_fh_to_dentry,
/Linux-v5.15/fs/nfs/
Dexport.c178 .fh_to_dentry = nfs_fh_to_dentry,
/Linux-v5.15/fs/
Dfhandle.c31 !path->dentry->d_sb->s_export_op->fh_to_dentry) in do_sys_name_to_handle()
/Linux-v5.15/fs/ocfs2/
Dexport.c280 .fh_to_dentry = ocfs2_fh_to_dentry,
/Linux-v5.15/fs/efs/
Dsuper.c126 .fh_to_dentry = efs_fh_to_dentry,
/Linux-v5.15/fs/ntfs/
Dnamei.c389 .fh_to_dentry = ntfs_fh_to_dentry,
/Linux-v5.15/fs/btrfs/
Dexport.c277 .fh_to_dentry = btrfs_fh_to_dentry,
/Linux-v5.15/fs/kernfs/
Dmount.c146 .fh_to_dentry = kernfs_fh_to_dentry,
/Linux-v5.15/fs/jffs2/
Dsuper.c154 .fh_to_dentry = jffs2_fh_to_dentry,
/Linux-v5.15/fs/nilfs2/
Dnamei.c570 .fh_to_dentry = nilfs_fh_to_dentry,
/Linux-v5.15/fs/orangefs/
Dsuper.c390 .fh_to_dentry = orangefs_fh_to_dentry,
/Linux-v5.15/fs/affs/
Dnamei.c571 .fh_to_dentry = affs_fh_to_dentry,
/Linux-v5.15/fs/ceph/
Dexport.c569 .fh_to_dentry = ceph_fh_to_dentry,
/Linux-v5.15/fs/overlayfs/
Dexport.c868 .fh_to_dentry = ovl_fh_to_dentry,
Dutil.c57 if (!sb->s_export_op || !sb->s_export_op->fh_to_dentry) in ovl_can_decode_fh()
/Linux-v5.15/fs/befs/
Dlinuxvfs.c99 .fh_to_dentry = befs_fh_to_dentry,
/Linux-v5.15/fs/jfs/
Dsuper.c906 .fh_to_dentry = jfs_fh_to_dentry,
/Linux-v5.15/Documentation/filesystems/nfs/
Dexporting.rst132 fh_to_dentry (mandatory)
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1334 !path->dentry->d_sb->s_export_op->fh_to_dentry) in fanotify_test_fid()

12