Home
last modified time | relevance | path

Searched refs:ni_vp (Results 1 – 21 of 21) sorted by relevance

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_lookup.c224 … going on a continued lookup, but for vp type %d (tag %d)", ndp->ni_vp->v_type, ndp->ni_vp->v_tag); in namei()
444 ndp->ni_vp = NULLVP; in namei()
528 if (ndp->ni_vp) { in namei()
529 vnode_put(ndp->ni_vp); in namei()
560 ndp->ni_vp = NULLVP; in namei()
756 ndp->ni_vp = svp; /* on create this may be null */ in lookup_handle_rsrc_fork()
807 dp = ndp->ni_vp; in lookup_handle_found_vnode()
810 if (ndp->ni_vp == NULLVP) { in lookup_handle_found_vnode()
837 dp = ndp->ni_vp; in lookup_handle_found_vnode()
955 dp = ndp->ni_vp; in lookup_handle_found_vnode()
[all …]
H A Dvfs_syscalls.c315 vp = nd.ni_vp; in kernel_mount()
725 mounton_vp = nd.ni_vp; in graftdmg()
789 mounton_vp = nd.ni_vp; in ungraftdmg()
869 vp = nd.ni_vp; in __mac_mount()
1366 devvp = nd.ni_vp; in mount_common()
1987 vp = nd.ni_vp; in authorize_devpath_and_update_mntfromname()
2429 vnode_put(qnd.ni_vp); in enablequotas()
2597 vp = nd.ni_vp; in unmount()
3316 mp = nd.ni_vp->v_mount; in quotactl()
3318 vnode_put(nd.ni_vp); in quotactl()
[all …]
H A Dvfs_vnops.c234 if ((error = vnode_makenamedstream(dvp, &ndp->ni_vp, XATTR_RESOURCEFORK_NAME, 0, ctx)) != 0) { in vn_open_auth_do_create()
246 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx); in vn_open_auth_do_create()
282 vp = ndp->ni_vp; in vn_open_auth_do_create()
450 vp = ndp->ni_vp; in vn_open_auth()
470 vp = ndp->ni_vp; in vn_open_auth()
514 error = VNOP_COMPOUND_OPEN(dvp, &ndp->ni_vp, ndp, 0, fmode, NULL, NULL, ctx); in vn_open_auth()
517 vp = ndp->ni_vp; in vn_open_auth()
569 vp = ndp->ni_vp; in vn_open_auth()
575 error = VNOP_COMPOUND_OPEN(dvp, &ndp->ni_vp, ndp, 0, fmode, NULL, NULL, ctx); in vn_open_auth()
576 vp = ndp->ni_vp; in vn_open_auth()
[all …]
H A Dkpi_vfs.c4426 if (fromnd->ni_vp) { in vn_rename()
4428 src_attr_vp = fromnd->ni_vp; in vn_rename()
4430 if (fromnd->ni_vp->v_type != VREG) { in vn_rename()
4432 vnode_put(fromnd->ni_vp); in vn_rename()
4526 if (tond->ni_vp) { in vn_rename()
4527 dst_attr_vp = tond->ni_vp; in vn_rename()
5103 xvp = nd.ni_vp; in xattrfile_remove()
5212 xvp = nd.ni_vp; in xattrfile_setattr()
H A Dvfs_xattr.c2535 if ((xvp = nd->ni_vp) == NULLVP) { in open_xattrfile()
2570 error = vn_create(dvp, &nd->ni_vp, nd, va, in open_xattrfile()
2577 xvp = nd->ni_vp; in open_xattrfile()
2593 xvp = nd->ni_vp; in open_xattrfile()
2741 xvp = nd.ni_vp; in remove_xattrfile()
H A Dvfs_attrlist.c3403 vp = nd.ni_vp; in getattrlistat_internal()
3908 vp = nd.ni_vp; in readdirattr()
4721 vp = nd.ni_vp; in setattrlist()
4766 vp = nd.ni_vp; in setattrlistat()
H A Dvfs_cache.c2294 ndp->ni_vp = vp; in cache_lookup_path()
H A Dvfs_subr.c7428 *vpp = ndp->ni_vp; in vnode_lookupat()
7481 *vpp = ndp->ni_vp; in vnode_open()
12093 vp = ndp->ni_vp; in vfs_addtrigger()
/xnu-8796.141.3/bsd/kern/
H A Dkern_acct.c176 error = mac_system_check_acct(vfs_context_ucred(ctx), nd.ni_vp); in acct()
178 vnode_put(nd.ni_vp); in acct()
179 vn_close(nd.ni_vp, FWRITE, ctx); in acct()
183 vnode_put(nd.ni_vp); in acct()
185 if (nd.ni_vp->v_type != VREG) { in acct()
186 vn_close(nd.ni_vp, FWRITE, ctx); in acct()
220 acctp = nd.ni_vp; in acct()
H A Dimageboot.c528 vp = ndp.ni_vp; in ubc_getobject_from_filename()
579 vp = ndp.ni_vp; in imageboot_read_file_internal()
748 vp = ndp.ni_vp; in imgboot_get_image_file()
H A Dtty_dev.c169 error = vnode_setattr(nd.ni_vp, &va, ctx); in _devfs_setattr()
170 vnode_put(nd.ni_vp); in _devfs_setattr()
H A Dkern_symfile.c276 ref->vp = nd.ni_vp; in kern_open_file_for_direct_io()
H A Dkern_exec.c2178 imgp->ip_vp = ndp->ni_vp; /* if set, need to vnode_put() at some point */ in exec_activate_image()
2289 if (imgp->ip_flags & IMGPF_INTERPRET && ndp->ni_vp) { in exec_activate_image()
2290 AUDIT_ARG(vnpath, ndp->ni_vp, ARG_VNODE2); in exec_activate_image()
2300 (uintptr_t)ndp->ni_vp, 0); in exec_activate_image()
6570 fp_set_data(fp, ndp->ni_vp); in exec_handle_sugid()
6572 vnode_put(ndp->ni_vp); in exec_handle_sugid()
H A Duipc_usrreq.c1155 vp = nd.ni_vp; in unp_bind()
1286 vp = nd.ni_vp; in unp_connect()
H A Dmach_loader.c3769 vp = ndp->ni_vp; in get_macho_vnode()
/xnu-8796.141.3/bsd/nfs/
H A Dnfs_serv.c691 if (!error && mac_vnode_check_open(ctx, ni.ni_vp, FREAD)) { in nfsrv_lookup()
698 if (ni.ni_vp) { in nfsrv_lookup()
699 vnode_put(ni.ni_vp); in nfsrv_lookup()
700 ni.ni_vp = NULL; in nfsrv_lookup()
716 vp = ni.ni_vp; in nfsrv_lookup()
2045 vp = ni.ni_vp; in nfsrv_create()
2221 vp = ni.ni_vp; in nfsrv_create()
2402 vp = ni.ni_vp; in nfsrv_mknod()
2508 vp = ni.ni_vp; in nfsrv_mknod()
2651 vp = ni.ni_vp; in nfsrv_remove()
[all …]
H A Dnfs_subs.c1042 if (nip->ni_vp) { in nfsrv_namei()
1043 vnode_put(nip->ni_vp); in nfsrv_namei()
1044 nip->ni_vp = NULL; in nfsrv_namei()
1718 mvp = mnd.ni_vp; in nfsrv_export()
1819 mvp = mnd.ni_vp; in nfsrv_export()
1853 mvp = mnd.ni_vp; in nfsrv_export()
2056 xvp = xnd.ni_vp; in nfsrv_export()
H A Dnfs_syscalls.c260 vp = nd.ni_vp; in nfsrv_export_remainder()
328 vp = nd.ni_vp; in getfh()
/xnu-8796.141.3/bsd/sys/
H A Dnamei.h117 struct vnode *ni_vp; /* vnode of result */ member
/xnu-8796.141.3/security/
H A Dmac_base.c1380 vp = nd.ni_vp; in mac_get_filelink()
1508 vp = nd.ni_vp; in mac_set_filelink()
1661 mp = nd.ni_vp->v_mount; in __mac_get_mount()
1663 vnode_put(nd.ni_vp); in __mac_get_mount()
/xnu-8796.141.3/bsd/security/audit/
H A Daudit_syscalls.c1208 vp = nd.ni_vp; in auditctl()