Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfsevents.h39 #define FSE_RENAME 3 macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c396 …if (path_override == NULL && type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME &… in add_fsevent()
465 if (kfse && (type == FSE_RENAME || type == FSE_EXCHANGE || type == FSE_CLONE)) { in add_fsevent()
541 if (type == FSE_RENAME || type == FSE_EXCHANGE || type == FSE_CLONE) { in add_fsevent()
553 if (kfse->type == FSE_RENAME) { in add_fsevent()
993 if (otype == FSE_RENAME) { in release_event_ref()
1383 if (((kfse->type == FSE_RENAME) || (kfse->type == FSE_CLONE)) && kfse->dest == NULL) { in copy_out_kfse()
2224 if (type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CLONE) { in parse_buffer_and_add_events()
H A Dvfs_syscalls.c8406 need_event = need_fsevent(FSE_RENAME, fdvp); in renameat_internal()
8823 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
8836 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
8844 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c3186 if (nfsrv_fsevents_enabled && need_fsevent(FSE_RENAME, fvp)) { in nfsrv_rename()
3241 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename()
3248 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename()