Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A 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()
H A Dxfs_handle.c175 FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG, in xfs_khandle_to_dentry()
/linux/samples/fanotify/
H A Dfs-monitor.c30 #ifndef FILEID_INO32_GEN
31 #define FILEID_INO32_GEN 1 macro
49 if (fh->handle_type == FILEID_INO32_GEN) in print_fh()
/linux/fs/squashfs/
H A Dexport.c85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) in squashfs_fh_to_dentry()
/linux/include/linux/
H A Dexportfs.h36 FILEID_INO32_GEN = 1, enumerator
/linux/fs/ceph/
H A Dexport.c126 type = FILEID_INO32_GEN; in ceph_encode_fh()
313 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry()
/linux/fs/kernfs/
H A Dmount.c113 case FILEID_INO32_GEN: in __kernfs_fh_to_dentry()
/linux/fs/overlayfs/
H A Dsuper.c448 if (fh_type != FILEID_INO32_GEN) in ovl_lower_dir()
796 if (fh_type != FILEID_INO32_GEN) in ovl_make_workdir()
H A Dutil.c89 return FILEID_INO32_GEN; in ovl_can_decode_fh()
/linux/fs/
H A Dlibfs.c1452 int type = FILEID_INO32_GEN; in generic_encode_ino32_fh()
1498 case FILEID_INO32_GEN: in generic_fh_to_dentry()
/linux/Documentation/filesystems/
H A Dporting.rst1058 encode FILEID_INO32_GEN* file handles.