Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c916 kfs_event copy, dest_copy; in release_event_ref() local
958 dest_copy = *kfse->dest; in release_event_ref()
960 dest_copy.str = NULL; in release_event_ref()
961 dest_copy.len = 0; in release_event_ref()
962 dest_copy.type = FSE_INVALID; in release_event_ref()
971 if (dest_copy.type != FSE_INVALID) { in release_event_ref()
1015 if (dest_copy.type != FSE_INVALID && dest_copy.str) { in release_event_ref()
1016 if (dest_copy.len == 0) { in release_event_ref()
1020 vfs_removename(dest_copy.str); in release_event_ref()