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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c143 static int watcher_add_event(fs_event_watcher *watcher, kfs_event *kfse);
283 static void release_event_ref(kfs_event *kfse);
334 // is essentially dropped and the kfse structure reused.
382 kfs_event *kfse, *kfse_dest=NULL, *cur; local
486 kfse = zalloc_noblock(event_zone);
487 if (kfse && (type == FSE_RENAME || type == FSE_EXCHANGE)) {
491 zfree(event_zone, kfse);
492 kfse = NULL;
497 if (kfse == NULL) { // yikes! no free events
553 memset(kfse,
769 release_event_ref(kfs_event *kfse) argument
966 kfs_event *kfse; local
1089 watcher_add_event(fs_event_watcher *watcher, kfs_event *kfse) argument
1220 copy_out_kfse(fs_event_watcher *watcher, kfs_event *kfse, struct uio *uio) argument
1382 kfs_event *kfse; local
[all...]

Completed in 71 milliseconds