Home
last modified time | relevance | path

Searched refs:FSE_TRUNCATED_PATH (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dfsevents.h108 #define FSE_TRUNCATED_PATH (1U << 28) // the path for this item had to be truncated macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c782 if (cur->mode & FSE_TRUNCATED_PATH) { in add_fsevent()
784 cur->mode &= ~FSE_TRUNCATED_PATH; in add_fsevent()
H A Dvfs_syscalls.c5203 finfo.mode |= FSE_TRUNCATED_PATH; in linkat_internal()
5693 finfop->mode |= FSE_TRUNCATED_PATH; in unlinkat_internal()
8875 from_finfo.mode |= FSE_TRUNCATED_PATH; in renameat_internal()
9423 finfo.mode |= FSE_TRUNCATED_PATH; in rmdirat_internal()
10239 f_finfo.mode |= FSE_TRUNCATED_PATH; in exchangedata()
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_serv.c3216 from_finfo.mode |= FSE_TRUNCATED_PATH; in nfsrv_rename()
3493 finfo.mode |= FSE_TRUNCATED_PATH; in nfsrv_link()