Searched refs:vnode_ref (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dimageboot.c136 vnode_ref(newdp);
H A Dbsd_init.c806 (void)vnode_ref(rootvnode);
H A Dnetboot.c782 vnode_ref(newdp);
H A Dkern_exec.c550 vnode_ref(imgp->ip_vp);
3098 ret = vnode_ref(vp);
H A Dkern_fork.c983 error = vnode_ref(child->p_textvp);
H A Dkern_descrip.c3621 if ( (vnode_ref(v_dir)) )
3643 if ( (vnode_ref(v_dir)) )
H A Dubc_subr.c1318 vnode_ref(vp);
H A Duipc_usrreq.c850 vnode_ref(vp); /* gain a longterm reference */
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vfsops.c108 vnode_ref(rvp);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c146 vnode_ref(vp);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Ddp_backing_file.c294 vnode_ref(vp);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c467 vnode_ref(vp);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c500 if ( (error = vnode_ref(devvp)) )
657 vnode_ref(vp);
856 vnode_ref(newdp);
863 vnode_ref(newdp);
915 vnode_ref(newdp);
1866 if ( (error = vnode_ref(vp)) )
1918 * vnode_ref:ENOENT No such file or directory
1935 if ( (error = vnode_ref(nd.ni_vp)) ) {
2012 if ( (error = vnode_ref(nd.ni_vp)) ) {
2219 vnode_ref(v
[all...]
H A Dvfs_cache.c360 if (vnode_ref(dvp) != 0) {
485 if (dvp && vnode_ref(dvp) != 0) {
H A Dvfs_vnops.c1135 vnode_ref(vp);
H A Dvfs_xattr.c945 error = vnode_ref(sdvp);
2338 if ((error = vnode_ref(xvp))) {
H A Dvfs_subr.c1249 if ( (error = vnode_ref(nvp)) ) {
1250 panic("bdevvp failed: vnode_ref");
1398 vnode_ref(vnode_t vp) function
4038 if (dvp && vnode_ref(dvp) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h615 int vnode_ref(vnode_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c1052 vnode_ref(vp);
1283 vnode_ref(vp);
H A Dunion_subr.c1578 vnode_ref(lvp);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.c804 vnode_ref(vp);
H A Dhfs_hotfiles.c1703 vnode_ref(vp); /* keep a reference while its open */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_node.c238 if (!vnode_ref(dvp))
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c1375 vnode_ref(ip->i_devvp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c1396 vnode_ref(ip->i_devvp);

Completed in 147 milliseconds

12