Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dfsevents.h41 #define FSE_EXCHANGE 5 macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c399 …SE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_… in add_fsevent()
468 if (kfse && (type == FSE_RENAME || type == FSE_EXCHANGE || type == FSE_CLONE)) { in add_fsevent()
544 if (type == FSE_RENAME || type == FSE_EXCHANGE || type == FSE_CLONE) { in add_fsevent()
2277 if (type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CLONE) { in parse_buffer_and_add_events()
H A Dvfs_syscalls.c10225 need_fsevent(FSE_EXCHANGE, fvp) || in exchangedata()
10273 add_fsevent(FSE_EXCHANGE, ctx, in exchangedata()