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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c809 kfs_event copy, dest_copy; local
851 dest_copy = *kfse->dest;
853 dest_copy.str = NULL;
854 dest_copy.len = 0;
855 dest_copy.type = FSE_INVALID;
864 if (dest_copy.type != FSE_INVALID) {
908 if (dest_copy.type != FSE_INVALID && dest_copy.str) {
909 if (dest_copy.len == 0) {
911 // vnode_rele_ext(dest_copy
[all...]

Completed in 12 milliseconds