Home
last modified time | relevance | path

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

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