Searched refs:vnode_getwithref (Results 1 - 20 of 20) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c553 * vnode_getwithref:???
560 * vnode_getwithref:???
567 * vnode_getwithref:???
572 * vnode_getwithref:???
575 * vnode_getwithref:???
746 if ( (error = vnode_getwithref(vp)) ) {
850 if ( (error = vnode_getwithref(vp)) == 0 ) {
937 if ( (error = vnode_getwithref(vp)) == 0 ) {
966 error = vnode_getwithref(vp);
1028 if ( (error = vnode_getwithref(v
[all...]
H A Dkern_acct.c296 if ((error = vnode_getwithref(vp)) == 0) {
H A Dkern_mman.c339 error = vnode_getwithref(vp);
1116 err = vnode_getwithref(vp);
H A Dkern_audit.c320 if (vnode_getwithref(vp))
2583 if (vp == NULL || vnode_getwithref(vp))
H A Dkern_fork.c982 if (vnode_getwithref(child->p_textvp) == 0) {
H A Dubc_subr.c1474 if (vnode_getwithref(vp))
H A Dkern_aio.c2146 if ( (error = vnode_getwithref(vp)) ) {
H A Dkern_exec.c3110 if (vnode_getwithref(tvp) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c705 if ( (error = vnode_getwithref(vp)) ) {
759 if ( (error = vnode_getwithref(vp)) ) {
1074 if ( (error = vnode_getwithref(vp)) ) {
1167 if ( (error = vnode_getwithref(vp)) == 0 ) {
1208 if ( (error = vnode_getwithref(vp)) == 0 ) {
1286 if ( (error = vnode_getwithref(vp)) == 0 ) {
1316 if ( (error = vnode_getwithref(vp)) == 0 ) {
H A Dvfs_lookup.c535 if ( (vnode_getwithref(dp)) ) {
615 if ( (vnode_getwithref(dp)) ) {
664 if ( (vnode_getwithref(dp)) ) {
H A Dvfs_syscalls.c1141 vnode_getwithref(coveredvp);
1181 vnode_getwithref(coveredvp);
1831 if ( (error = vnode_getwithref(vp)) ) {
3136 if ( (error = vnode_getwithref(vp)) ) {
3957 if ((error = vnode_getwithref(vp))) {
4129 if ((error = vnode_getwithref(vp)) != 0) {
4283 if ( (error = vnode_getwithref(vp)) ) {
4460 if((error = vnode_getwithref(vp))) {
4553 if ((error = vnode_getwithref(vp)) != 0) {
4598 if ( (error = vnode_getwithref(v
[all...]
H A Dvfs_subr.c975 vnode_getwithref(rootvp);
3563 vnode_getwithref(vnode_t vp) function
3728 * if the number of recent references via vnode_getwithvid or vnode_getwithref
H A Dkpi_vfs.c1839 if ( (vnode_getwithref(vp)) )
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h417 int vnode_getwithref(vnode_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c378 if((error = vnode_getwithref((struct vnode *) fp->f_fglob->fg_data)) != 0) {
530 if ((error = vnode_getwithref((struct vnode *) fp->f_fglob->fg_data)) != 0)
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1698 error = vnode_getwithref(vp);
1894 error = vnode_getwithref(vp);
H A Dmac_vfs.c1369 if ((error = vnode_getwithref(fvp)))
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c1089 result = vnode_getwithref(target_vp); /* refcount is always > 0 for any vnode in this list... */
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c878 error = vnode_getwithref((vnode_t) fp->f_fglob->fg_data);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c1509 if ((error = vnode_getwithref(di_vp))) {

Completed in 206 milliseconds