Home
last modified time | relevance | path

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

/linux/samples/fanotify/
H A 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/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.c121 type = FILEID_INO32_GEN; in ceph_encode_fh()
308 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry()
/linux/fs/overlayfs/
H A Dsuper.c434 if (fh_type != FILEID_INO32_GEN) in ovl_lower_dir()
782 if (fh_type != FILEID_INO32_GEN) in ovl_make_workdir()
H A Dutil.c92 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/linux/fs/
H A Dlibfs.c1417 int type = FILEID_INO32_GEN; in generic_encode_ino32_fh()
1463 case FILEID_INO32_GEN: in generic_fh_to_dentry()
/linux/fs/xfs/
H A Dxfs_handle.c175 FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG, in xfs_khandle_to_dentry()
/linux/Documentation/filesystems/
H A Dporting.rst1061 encode FILEID_INO32_GEN* file handles.