Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dfsevents.h118 #define FSE_TRUNCATED_PATH (1U << 28) // the path for this item had to be truncated macro
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_fsevents.c900 if (cur->regular_event.mode & FSE_TRUNCATED_PATH) { in add_fsevent()
903 cur->regular_event.mode &= ~FSE_TRUNCATED_PATH; in add_fsevent()
H A Dvfs_syscalls.c5708 finfo.mode |= FSE_TRUNCATED_PATH; in linkat_internal()
6208 finfop->mode |= FSE_TRUNCATED_PATH; in unlinkat_internal()
9452 from_finfo.mode |= FSE_TRUNCATED_PATH; in renameat_internal()
10010 finfo.mode |= FSE_TRUNCATED_PATH; in rmdirat_internal()
10851 f_finfo.mode |= FSE_TRUNCATED_PATH; in exchangedata()
/xnu-10002.1.13/bsd/nfs/
H A Dnfs_serv.c3212 from_finfo.mode |= FSE_TRUNCATED_PATH; in nfsrv_rename()
3489 finfo.mode |= FSE_TRUNCATED_PATH; in nfsrv_link()