Searched refs:vnode_getwithvid (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_ihash.c167 if (vnode_getwithvid(vp, vid)) {
H A Dufs_vnops.c1829 if (vnode_getwithvid(vp, kn->kn_hookid))
1845 if ((vnode_getwithvid(vp, kn->kn_hookid) != 0)) {
1891 if ((vnode_getwithvid(kn->kn_hook, kn->kn_hookid) != 0)) {
1914 if ((vnode_getwithvid(kn->kn_hook, kn->kn_hookid) != 0)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_tty.c218 if (vnode_getwithvid(vp, vid) != 0)
H A Dproc_info.c466 if ((vp != NULLVP) && ((vnode_getwithvid(vp, vid)) == 0)) {
548 if ((vnode_getwithvid(vp, vnodeid)) == 0) {
593 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) {
608 if ((error = vnode_getwithvid(vnrdirvp, vnrdirid)) == 0) {
650 error = vnode_getwithvid(tvp, vid);
878 if ((error = vnode_getwithvid(vp, vid)) != 0) {
899 if ((error = vnode_getwithvid(vp, vid)) != 0) {
H A Dkern_exit.c480 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
1660 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
H A Dkern_proc.c1730 error = vnode_getwithvid(tvp, vid);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_chash.c169 if ((error = vnode_getwithvid(vp, vid))) {
287 if (vnode_getwithvid(vp, vid))
H A Dhfs_vnops.c1832 if (recycle_rsrc && vnode_getwithvid(rvp, rvid) == 0) {
2738 if ((recycle_rsrc) && (vnode_getwithvid(rvp, rsrc_vid) == 0)) {
3765 * It is not safe to hold the cnode lock when calling vnode_getwithvid()
3766 * for the alternate fork -- vnode_getwithvid() could deadlock waiting
3780 error = vnode_getwithvid(rvp, vid);
3873 if (vnode_getwithvid(vp, kn->kn_hookid))
3894 if ((vnode_getwithvid(vp, kn->kn_hookid) != 0)) {
3936 if ((vnode_getwithvid(vp, kn->kn_hookid) != 0)) {
3960 if ((vnode_getwithvid(vp, kn->kn_hookid) != 0)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c517 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
547 error = vnode_getwithvid(vn->sc_shadow_vp,
598 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
627 error = vnode_getwithvid(vn->sc_shadow_vp,
835 error = vnode_getwithvid(vp, vn->sc_vid);
844 error = vnode_getwithvid(shadow_vp,
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cache.c291 if (vnode_getwithvid(vp, vid) != 0) {
429 if (vnode_getwithvid(pvp, pvid) != 0)
1073 } else if ( (vnode_getwithvid(dp, vid)) ) {
1091 if ( (vnode_getwithvid(vp, vvid)) ) {
1263 if (vnode_getwithvid(vp, vid)) {
H A Dvfs_subr.c1306 if (vnode_getwithvid(vp,vid)) {
1310 * Termination state is checked in vnode_getwithvid
2061 if (vnode_getwithvid(vq,vid)){
2192 if (vnode_getwithvid(vp,vid))
2236 if (vnode_getwithvid(vq, vid)) {
3557 vnode_getwithvid(vnode_t vp, int vid) function
3728 * if the number of recent references via vnode_getwithvid or vnode_getwithref
3847 * give the vnode a new identity so that vnode_getwithvid will fail
H A Dvfs_xattr.c901 if ((error = vnode_getwithvid(shadow_dvp, shadow_vid))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vfsops.c332 * doing a vnode_getwithvid isn't technically
341 if (vnode_getwithvid(vp, vid) != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_node.c222 if (vnode_getwithvid(vp, vid)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h613 int vnode_getwithvid(vnode_t, int);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c998 error = vnode_getwithvid(vn_p, vid);
1010 * vnode_getwithvid returned a valid ref
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c145 * doing a vnode_getwithvid isn't technically
154 if (vnode_getwithvid(fd->fd_vnode, vid))
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_node.c187 if ((error = vnode_getwithvid(vp, vid))) {
H A Dnfs_vfsops.c1977 while ((error = vnode_getwithvid(vp, vpid))) {

Completed in 131 milliseconds