Home
last modified time | relevance | path

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

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