Home
last modified time | relevance | path

Searched refs:FILEID_INVALID (Results 1 – 25 of 27) sorted by relevance

12

/linux/samples/fanotify/
H A Dfs-monitor.c31 #ifndef FILEID_INVALID
32 #define FILEID_INVALID 0xff macro
48 else if (fh->handle_type == FILEID_INVALID && !fh->handle_bytes) in print_fh()
/linux/fs/isofs/
H A Dexport.c129 return FILEID_INVALID; in isofs_export_encode_fh()
132 return FILEID_INVALID; in isofs_export_encode_fh()
/linux/fs/xfs/
H A Dxfs_export.c37 return FILEID_INVALID; in xfs_fileid_length()
79 return FILEID_INVALID; in xfs_fs_encode_fh()
/linux/fs/gfs2/
H A Dexport.c37 return FILEID_INVALID; in gfs2_encode_fh()
40 return FILEID_INVALID; in gfs2_encode_fh()
/linux/fs/overlayfs/
H A Dexport.c268 return FILEID_INVALID; in ovl_encode_fh()
272 return FILEID_INVALID; in ovl_encode_fh()
277 return FILEID_INVALID; in ovl_encode_fh()
281 return FILEID_INVALID; in ovl_encode_fh()
H A Dcopy_up.c448 WARN_ON(fh_type == FILEID_INVALID)) in ovl_encode_real_fh()
/linux/fs/ocfs2/
H A Dexport.c210 type = FILEID_INVALID; in ocfs2_encode_fh()
214 type = FILEID_INVALID; in ocfs2_encode_fh()
/linux/fs/fat/
H A Dnfs.c112 return FILEID_INVALID; in fat_encode_fh_nostale()
117 return FILEID_INVALID; in fat_encode_fh_nostale()
/linux/fs/btrfs/
H A Dexport.c27 return FILEID_INVALID; in btrfs_encode_fh()
30 return FILEID_INVALID; in btrfs_encode_fh()
/linux/fs/
H A Dfhandle.c57 (retval == FILEID_INVALID) || (retval < 0)) { in do_sys_name_to_handle()
63 if (retval == FILEID_INVALID || retval == -ENOSPC) in do_sys_name_to_handle()
H A Dlibfs.c1424 return FILEID_INVALID; in generic_encode_ino32_fh()
1427 return FILEID_INVALID; in generic_encode_ino32_fh()
/linux/fs/ceph/
H A Dexport.c49 ret = FILEID_INVALID; in ceph_encode_snapfh()
102 return FILEID_INVALID; in ceph_encode_fh()
105 return FILEID_INVALID; in ceph_encode_fh()
/linux/fs/nfsd/
H A Dnfsfh.c424 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()
/linux/fs/notify/
H A Dfdinfo.c50 if ((ret == FILEID_INVALID) || (ret < 0)) { in show_mark_fhandle()
/linux/include/linux/
H A Dexportfs.h132 FILEID_INVALID = 0xff, enumerator
/linux/fs/nfs/
H A Dexport.c49 return FILEID_INVALID; in nfs_encode_fh()
/linux/fs/nilfs2/
H A Dnamei.c514 return FILEID_INVALID; in nilfs_encode_fh()
518 return FILEID_INVALID; in nilfs_encode_fh()
/linux/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst78 empty file handle of type FILEID_INVALID.
/linux/fs/notify/fanotify/
H A Dfanotify.c444 if (type <= 0 || type == FILEID_INVALID || fh_len != dwords << 2) in fanotify_encode_fh()
466 fh->type = FILEID_INVALID; in fanotify_encode_fh()
H A Dfanotify_user.c466 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
/linux/fs/kernfs/
H A Dmount.c74 return FILEID_INVALID; in kernfs_encode_fh()
/linux/fs/exportfs/
H A Dexpfs.c361 return FILEID_INVALID; in exportfs_encode_ino64_fid()
/linux/fs/udf/
H A Dnamei.c972 return FILEID_INVALID; in udf_encode_fh()
975 return FILEID_INVALID; in udf_encode_fh()
/linux/fs/bcachefs/
H A Dfs.c1327 return FILEID_INVALID; in bch2_encode_fh()
1341 return FILEID_INVALID; in bch2_encode_fh()
/linux/fs/reiserfs/
H A Dinode.c1723 return FILEID_INVALID; in reiserfs_encode_fh()
1726 return FILEID_INVALID; in reiserfs_encode_fh()

12