Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dfsevents.h39 #define FSE_RENAME 3 macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c399 …if (path_override == NULL && type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME &… 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()
556 if (kfse->type == FSE_RENAME) { in add_fsevent()
1043 if (otype == FSE_RENAME) { in release_event_ref()
1433 if (((kfse->type == FSE_RENAME) || (kfse->type == FSE_CLONE)) && kfse->dest == NULL) { in copy_out_kfse()
2277 if (type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CLONE) { in parse_buffer_and_add_events()
H A Dvfs_syscalls.c8469 need_event = need_fsevent(FSE_RENAME, fdvp); in renameat_internal()
8886 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
8899 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
8907 add_fsevent(FSE_RENAME, ctx, in renameat_internal()
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_serv.c3197 if (nfsrv_fsevents_enabled && need_fsevent(FSE_RENAME, fvp)) { in nfsrv_rename()
3252 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename()
3259 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename()