Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dfsevents.h50 #define FSE_CLONE 14 macro
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c399 …type != FSE_CHOWN && type != FSE_DOCID_CHANGED && type != FSE_DOCID_CREATED && type != FSE_CLONE) { 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()
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.c8185 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal()