Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c966 kfs_event copy, dest_copy; in release_event_ref() local
1008 dest_copy = *kfse->dest; in release_event_ref()
1010 dest_copy.str = NULL; in release_event_ref()
1011 dest_copy.len = 0; in release_event_ref()
1012 dest_copy.type = FSE_INVALID; in release_event_ref()
1021 if (dest_copy.type != FSE_INVALID) { in release_event_ref()
1065 if (dest_copy.type != FSE_INVALID && dest_copy.str) { in release_event_ref()
1066 if (dest_copy.len == 0) { in release_event_ref()
1070 vfs_removename(dest_copy.str); in release_event_ref()