Searched refs:FSE_EXCHANGE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h38 #define FSE_EXCHANGE 5 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c419 if (type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CHOWN) {
487 if (kfse && (type == FSE_RENAME || type == FSE_EXCHANGE)) {
561 if (type == FSE_RENAME || type == FSE_EXCHANGE) {
1946 if (type != FSE_RENAME && type != FSE_EXCHANGE) {
H A Dvfs_syscalls.c7371 need_fsevent(FSE_EXCHANGE, fvp) ||
7423 add_fsevent(FSE_EXCHANGE, ctx,

Completed in 86 milliseconds