Home
last modified time | relevance | path

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

12

/linux-6.15/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-6.15/fs/isofs/
H A Dexport.c129 return FILEID_INVALID; in isofs_export_encode_fh()
132 return FILEID_INVALID; in isofs_export_encode_fh()
/linux-6.15/fs/xfs/
H A Dxfs_export.c37 return FILEID_INVALID; in xfs_fileid_length()
79 return FILEID_INVALID; in xfs_fs_encode_fh()
/linux-6.15/fs/gfs2/
H A Dexport.c37 return FILEID_INVALID; in gfs2_encode_fh()
40 return FILEID_INVALID; in gfs2_encode_fh()
/linux-6.15/fs/ocfs2/
H A Dexport.c210 type = FILEID_INVALID; in ocfs2_encode_fh()
214 type = FILEID_INVALID; in ocfs2_encode_fh()
/linux-6.15/fs/fat/
H A Dnfs.c112 return FILEID_INVALID; in fat_encode_fh_nostale()
117 return FILEID_INVALID; in fat_encode_fh_nostale()
/linux-6.15/fs/btrfs/
H A Dexport.c27 return FILEID_INVALID; in btrfs_encode_fh()
30 return FILEID_INVALID; in btrfs_encode_fh()
/linux-6.15/fs/
H A Dfhandle.c65 (retval == FILEID_INVALID) || (retval < 0)) { in do_sys_name_to_handle()
71 if (retval == FILEID_INVALID || retval == -ENOSPC) in do_sys_name_to_handle()
H A Dpidfs.c665 return FILEID_INVALID; in pidfs_encode_fh()
H A Dlibfs.c1421 return FILEID_INVALID; in generic_encode_ino32_fh()
1424 return FILEID_INVALID; in generic_encode_ino32_fh()
/linux-6.15/fs/overlayfs/
H A Dexport.c278 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 Dcopy_up.c446 if (fh_type < 0 || fh_type == FILEID_INVALID || in ovl_encode_real_fh()
/linux-6.15/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-6.15/fs/nfsd/
H A Dnfsfh.c474 fileid_type > 0 ? fileid_type : FILEID_INVALID; in _fh_update()
624 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) { in fh_compose()
651 if (fhp->fh_handle.fh_fileid_type == FILEID_INVALID) in fh_update()
/linux-6.15/fs/notify/
H A Dfdinfo.c50 if ((ret == FILEID_INVALID) || (ret < 0)) in show_mark_fhandle()
/linux-6.15/fs/nfs/
H A Dexport.c49 return FILEID_INVALID; in nfs_encode_fh()
/linux-6.15/include/linux/
H A Dexportfs.h133 FILEID_INVALID = 0xff, enumerator
/linux-6.15/fs/nilfs2/
H A Dnamei.c538 return FILEID_INVALID; in nilfs_encode_fh()
542 return FILEID_INVALID; in nilfs_encode_fh()
/linux-6.15/Documentation/admin-guide/
H A Dfilesystem-monitoring.rst78 empty file handle of type FILEID_INVALID.
/linux-6.15/fs/kernfs/
H A Dmount.c74 return FILEID_INVALID; in kernfs_encode_fh()
/linux-6.15/fs/notify/fanotify/
H A Dfanotify.c457 if (type <= 0 || type == FILEID_INVALID || fh_len != dwords << 2) in fanotify_encode_fh()
479 fh->type = FILEID_INVALID; in fanotify_encode_fh()
H A Dfanotify_user.c507 handle.handle_type = FILEID_INVALID; in copy_fid_info_to_user()
/linux-6.15/fs/exportfs/
H A Dexpfs.c359 return FILEID_INVALID; in exportfs_encode_ino64_fid()
/linux-6.15/fs/udf/
H A Dnamei.c986 return FILEID_INVALID; in udf_encode_fh()
989 return FILEID_INVALID; in udf_encode_fh()
/linux-6.15/fs/bcachefs/
H A Dfs.c1888 return FILEID_INVALID; in bch2_encode_fh()
1902 return FILEID_INVALID; in bch2_encode_fh()

12