Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dvnode.h2099 int vnode_notify(vnode_t vp, uint32_t events, struct vnode_attr *vap);
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_tree.c1413 vnode_notify(dvep->dve_vp, dvep->dve_events, NULL); in devfs_bulk_notify()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c3276 vnode_notify(vnode_t vp, uint32_t events, struct vnode_attr *vap) in vnode_notify() function