Searched refs:FSE_RENAME (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h36 #define FSE_RENAME 3 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) {
573 if (kfse->type == FSE_RENAME) {
849 if (otype == FSE_RENAME) {
1237 if (kfse->type == FSE_RENAME && kfse->dest == NULL) {
1946 if (type != FSE_RENAME && type != FSE_EXCHANGE) {
2367 fsevent_type = FSE_CREATE_FILE; // XXXdbg - should use FSE_RENAME but we don't have the destination info;
H A Dvfs_syscalls.c6221 need_event = need_fsevent(FSE_RENAME, fdvp);
6334 add_fsevent(FSE_RENAME, ctx,
6341 add_fsevent(FSE_RENAME, ctx,
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2938 if (nfsrv_fsevents_enabled && need_fsevent(FSE_RENAME, fvp)) {
2992 add_fsevent(FSE_RENAME, ctx,
2999 add_fsevent(FSE_RENAME, ctx,

Completed in 44 milliseconds