/openbmc/linux/samples/fanotify/ |
H A D | fs-monitor.c | 31 #ifndef FILEID_INVALID 32 #define FILEID_INVALID 0xff macro 48 else if (fh->handle_type == FILEID_INVALID && !fh->handle_bytes) in print_fh()
|
/openbmc/linux/fs/isofs/ |
H A D | export.c | 129 return FILEID_INVALID; in isofs_export_encode_fh() 132 return FILEID_INVALID; in isofs_export_encode_fh()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_export.c | 37 return FILEID_INVALID; in xfs_fileid_length() 79 return FILEID_INVALID; in xfs_fs_encode_fh()
|
/openbmc/linux/fs/gfs2/ |
H A D | export.c | 37 return FILEID_INVALID; in gfs2_encode_fh() 40 return FILEID_INVALID; in gfs2_encode_fh()
|
/openbmc/linux/fs/ocfs2/ |
H A D | export.c | 210 type = FILEID_INVALID; in ocfs2_encode_fh() 214 type = FILEID_INVALID; in ocfs2_encode_fh()
|
/openbmc/linux/fs/ |
H A D | fhandle.c | 60 (retval == FILEID_INVALID) || (retval < 0)) { in do_sys_name_to_handle() 66 if (retval == FILEID_INVALID || retval == -ENOSPC) in do_sys_name_to_handle()
|
/openbmc/linux/fs/overlayfs/ |
H A D | export.c | 273 return FILEID_INVALID; in ovl_encode_fh() 277 return FILEID_INVALID; in ovl_encode_fh() 282 return FILEID_INVALID; in ovl_encode_fh() 286 return FILEID_INVALID; in ovl_encode_fh()
|
H A D | copy_up.c | 403 WARN_ON(fh_type == FILEID_INVALID)) in ovl_encode_real_fh()
|
/openbmc/linux/fs/fat/ |
H A D | nfs.c | 112 return FILEID_INVALID; in fat_encode_fh_nostale() 117 return FILEID_INVALID; in fat_encode_fh_nostale()
|
/openbmc/linux/fs/btrfs/ |
H A D | export.c | 28 return FILEID_INVALID; in btrfs_encode_fh() 31 return FILEID_INVALID; in btrfs_encode_fh()
|
/openbmc/linux/include/linux/ |
H A D | exportfs.h | 115 FILEID_INVALID = 0xff, enumerator
|
/openbmc/linux/fs/ceph/ |
H A D | export.c | 48 ret = FILEID_INVALID; in ceph_encode_snapfh() 100 return FILEID_INVALID; in ceph_encode_fh() 103 return FILEID_INVALID; in ceph_encode_fh()
|
/openbmc/linux/fs/nfsd/ |
H A D | nfsfh.c | 424 fileid_type > 0 ? fileid_type : FILEID_INVALID; in _fh_update() 574 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) { in fh_compose() 601 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) in fh_update()
|
/openbmc/linux/fs/notify/ |
H A D | fdinfo.c | 54 if ((ret == FILEID_INVALID) || (ret < 0)) { in show_mark_fhandle()
|
/openbmc/linux/fs/exportfs/ |
H A D | expfs.c | 365 return FILEID_INVALID; in export_encode_fh() 368 return FILEID_INVALID; in export_encode_fh()
|
/openbmc/linux/fs/nfs/ |
H A D | export.c | 49 return FILEID_INVALID; in nfs_encode_fh()
|
/openbmc/linux/fs/nilfs2/ |
H A D | namei.c | 533 return FILEID_INVALID; in nilfs_encode_fh() 537 return FILEID_INVALID; in nilfs_encode_fh()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | filesystem-monitoring.rst | 78 empty file handle of type FILEID_INVALID.
|
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 73 return FILEID_INVALID; in kernfs_encode_fh()
|
/openbmc/linux/fs/notify/fanotify/ |
H A D | fanotify.c | 448 if (type <= 0 || type == FILEID_INVALID || fh_len != dwords << 2) in fanotify_encode_fh() 470 fh->type = FILEID_INVALID; in fanotify_encode_fh()
|
H A D | fanotify_user.c | 467 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
|
/openbmc/linux/fs/udf/ |
H A D | namei.c | 973 return FILEID_INVALID; in udf_encode_fh() 976 return FILEID_INVALID; in udf_encode_fh()
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 1727 return FILEID_INVALID; in reiserfs_encode_fh() 1730 return FILEID_INVALID; in reiserfs_encode_fh()
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 1063 return FILEID_INVALID; in fuse_encode_fh()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 3823 return FILEID_INVALID; in shmem_encode_fh()
|