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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c772 kfs_event copy, dest_copy; local
814 dest_copy = *kfse->dest;
816 dest_copy.str = NULL;
817 dest_copy.len = 0;
818 dest_copy.type = FSE_INVALID;
827 if (dest_copy.type != FSE_INVALID) {
871 if (dest_copy.type != FSE_INVALID && dest_copy.str) {
872 if (dest_copy.len == 0) {
874 // vnode_rele_ext(dest_copy
[all...]

Completed in 20 milliseconds