Home
last modified time | relevance | path

Searched refs:FILEID_INO32_GEN (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_export.c28 case FILEID_INO32_GEN: in xfs_fileid_length()
32 case FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG: in xfs_fileid_length()
55 fileid_type = FILEID_INO32_GEN; in xfs_fs_encode_fh()
88 case FILEID_INO32_GEN: in xfs_fs_encode_fh()
96 case FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG: in xfs_fs_encode_fh()
183 case FILEID_INO32_GEN: in xfs_fs_fh_to_dentry()
187 case FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG: in xfs_fs_fh_to_dentry()
Dxfs_handle.c177 FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG, in xfs_khandle_to_dentry()
/linux-6.12.1/samples/fanotify/
Dfs-monitor.c27 #ifndef FILEID_INO32_GEN
28 #define FILEID_INO32_GEN 1 macro
46 if (fh->handle_type == FILEID_INO32_GEN) in print_fh()
/linux-6.12.1/fs/squashfs/
Dexport.c85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) in squashfs_fh_to_dentry()
/linux-6.12.1/include/linux/
Dexportfs.h35 FILEID_INO32_GEN = 1, enumerator
/linux-6.12.1/fs/ceph/
Dexport.c121 type = FILEID_INO32_GEN; in ceph_encode_fh()
308 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry()
/linux-6.12.1/fs/kernfs/
Dmount.c98 case FILEID_INO32_GEN: in __kernfs_fh_to_dentry()
/linux-6.12.1/fs/overlayfs/
Dsuper.c416 if (fh_type != FILEID_INO32_GEN) in ovl_lower_dir()
764 if (fh_type != FILEID_INO32_GEN) in ovl_make_workdir()
Dutil.c87 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/linux-6.12.1/fs/
Dlibfs.c1420 int type = FILEID_INO32_GEN; in generic_encode_ino32_fh()
1466 case FILEID_INO32_GEN: in generic_fh_to_dentry()
/linux-6.12.1/Documentation/filesystems/
Dporting.rst1061 encode FILEID_INO32_GEN* file handles.