Home
last modified time | relevance | path

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

/openbmc/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_ioctl.c173 FILEID_INO32_GEN | XFS_FILEID_TYPE_64FLAG, in xfs_handle_to_dentry()
/openbmc/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()
/openbmc/linux/fs/squashfs/
H A Dexport.c85 if ((fh_type != FILEID_INO32_GEN && fh_type != FILEID_INO32_GEN_PARENT) in squashfs_fh_to_dentry()
/openbmc/linux/include/linux/
H A Dexportfs.h35 FILEID_INO32_GEN = 1, enumerator
/openbmc/linux/fs/ceph/
H A Dexport.c119 type = FILEID_INO32_GEN; in ceph_encode_fh()
307 if (fh_type != FILEID_INO32_GEN && in ceph_fh_to_dentry()
/openbmc/linux/fs/kernfs/
H A Dmount.c97 case FILEID_INO32_GEN: in __kernfs_fh_to_dentry()
/openbmc/linux/fs/exportfs/
H A Dexpfs.c361 int type = FILEID_INO32_GEN; in export_encode_fh()
/openbmc/linux/fs/overlayfs/
H A Dsuper.c422 if (fh_type != FILEID_INO32_GEN) in ovl_lower_dir()
830 if (fh_type != FILEID_INO32_GEN) in ovl_make_workdir()
H A Dutil.c61 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
/openbmc/linux/fs/
H A Dlibfs.c1342 case FILEID_INO32_GEN: in generic_fh_to_dentry()