Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dfsevents.h140 void fsevent_unmount(struct mount *mp, vfs_context_t ctx);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c1703 fsevent_unmount(__unused struct mount *mp, __unused vfs_context_t ctx) in fsevent_unmount() function
H A Dvfs_syscalls.c2367 fsevent_unmount(mp, ctx); /* has to come first! */ in dounmount()