Home
last modified time | relevance | path

Searched refs:vnode_setneedinactive (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c177 vnode_setneedinactive(vnode_t vp) in vnode_setneedinactive() function
4353 vnode_setneedinactive(vp); in VNOP_REMOVE()
4393 vnode_setneedinactive(*vpp); in VNOP_COMPOUND_REMOVE()
4728 vnode_setneedinactive(dst_attr_vp); in vn_rename()
4813 vnode_setneedinactive(tvp); in post_rename()
4931 vnode_setneedinactive(*tvpp); in VNOP_COMPOUND_RENAME()
5140 vnode_setneedinactive(vp); in VNOP_RMDIR()
5304 vnode_setneedinactive(xvp); in xattrfile_remove()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_internal.h643 void vnode_setneedinactive(vnode_t);
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c533 vnode_setneedinactive(vp); in fdesc_getattr()
H A Ddevfs_tree.c1293 vnode_setneedinactive(vn_p); in devfs_dntovn()