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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount.h1211 @function vfs_addtrigger
1221 int vfs_addtrigger(mount_t mp, const char *relpath, struct vnode_trigger_info *vtip, vfs_context_t ctx);
1228 VFS operation to perform in this context is vfs_addtrigger().
1258 vfs_addtrigger() on the mountpoint in question. This rwlock is held in order
/macosx-10.10/autofs-246/autofs_kext/
H A Dauto_subr.c1300 error = vfs_addtrigger(mp, m->trig_mntpnt, &vti, ctx);
1304 "autofs: vfs_addtrigger on %s/%s failed error=%d\n",
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c9014 vfs_addtrigger(mount_t mp, const char *relpath, struct vnode_trigger_info *vtip, vfs_context_t ctx) function

Completed in 118 milliseconds