Searched refs:dvp (Results 1 - 25 of 57) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_lookup.c139 * Lookup *cnp in directory *dvp, return it in *vpp.
143 #% lookup dvp L ? ?
146 IN struct vnode *dvp - Parent node of file;
154 hfs_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, int *cnode_locked, int force_casesensitive_lookup) argument
173 hfsmp = VTOHFS(dvp);
193 if (hfs_lock(VTOC(dvp), HFS_EXCLUSIVE_LOCK, HFS_LOCK_DEFAULT) != 0) {
197 dcp = VTOC(dvp);
205 tsleep((caddr_t)dvp, PRIBIO, "hfs_lookup", 1);
307 cache_enter(dvp, NULL, cnp);
331 if ((retval = vnode_get(dvp)))
467 struct vnode *dvp = ap->a_dvp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c161 static vnode_t cache_lookup_locked(vnode_t dvp, struct componentname *cnp);
165 static void cache_enter_locked(vnode_t dvp, vnode_t vp, struct componentname *cnp, const char *strname);
178 #define NCHHASH(dvp, hash_val) \
179 (&nchashtbl[(dvp->v_id ^ (hash_val)) & nchashmask])
363 vnode_t dvp; local
439 if ((ret = VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx)))
442 if (!fixhardlink && (vp->v_parent != dvp))
443 vnode_update_identity(vp, dvp, NULL, 0, 0, VNODE_UPDATE_PARENT);
447 vp = dvp;
634 * a reference on dvp, the
646 vnode_update_identity(vnode_t vp, vnode_t dvp, const char *name, int name_len, uint32_t name_hashval, int flags) argument
1401 cache_lookup_locked(vnode_t dvp, struct componentname *cnp) argument
1478 cache_lookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1574 cache_enter_create(vnode_t dvp, vnode_t vp, struct componentname *cnp) argument
1607 cache_enter_with_gen(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, int gen) argument
1626 cache_enter(struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1648 cache_enter_locked(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, const char *strname) argument
[all...]
H A Dkpi_vfs.c135 static void xattrfile_remove(vnode_t dvp, const char *basename,
137 static void xattrfile_setattr(vnode_t dvp, const char * basename,
1809 vnode_setparent(vnode_t vp, vnode_t dvp) argument
1811 vp->v_parent = dvp;
2725 *#% lookup dvp L ? ?
2760 VNOP_LOOKUP(vnode_t dvp, vnode_t *vpp, struct componentname *cnp, vfs_context_t ctx) argument
2766 a.a_dvp = dvp;
2771 _err = (*dvp->v_op[vnop_lookup_desc.vdesc_offset])(&a);
2794 VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, uint32_t *statusp, struct vnode_attr *vap, vfs_context_t ctx) argument
2806 a.a_dvp = dvp;
2881 VNOP_CREATE(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
2929 VNOP_WHITEOUT(vnode_t dvp, struct componentname * cnp, int flags, vfs_context_t ctx) argument
2965 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_context_t ctx) argument
3166 vnode_t dvp; local
3572 VNOP_REMOVE(vnode_t dvp, vnode_t vp, struct componentname * cnp, int flags, vfs_context_t ctx) argument
3606 VNOP_COMPOUND_REMOVE(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
4118 vn_mkdir(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4149 VNOP_MKDIR(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx) argument
4181 VNOP_COMPOUND_MKDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4224 vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4256 VNOP_RMDIR(struct vnode *dvp, struct vnode *vp, struct componentname *cnp, vfs_context_t ctx) argument
4290 VNOP_COMPOUND_RMDIR(struct vnode *dvp, struct vnode **vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx) argument
4347 xattrfile_remove(vnode_t dvp, const char * basename, vfs_context_t ctx, int force) argument
4425 xattrfile_setattr(vnode_t dvp, const char * basename, struct vnode_attr * vap, vfs_context_t ctx) argument
4493 VNOP_SYMLINK(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp, struct vnode_attr *vap, char *target, vfs_context_t ctx) argument
4960 vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx) argument
[all...]
H A Dvfs_vnops.c215 vnode_t dvp = ndp->ni_dvp; local
229 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0)
231 if ((error = vnode_makenamedstream(dvp, &ndp->ni_vp, XATTR_RESOURCEFORK_NAME, 0, ctx)) != 0)
237 if ((error = vn_authorize_create(dvp, &ndp->ni_cnd, vap, ctx, NULL)) != 0)
241 error = vn_create(dvp, &ndp->ni_vp, ndp, vap, VN_CREATE_DOOPEN, fmode, &status, ctx);
261 * Do NOT drop the dvp: we need everything to continue the lookup.
289 vnode_update_identity(vp, dvp, ndp->ni_cnd.cn_nameptr, ndp->ni_cnd.cn_namelen, ndp->ni_cnd.cn_hash, update_flags);
291 vnode_put(dvp);
304 vnode_put(dvp);
360 struct vnode *dvp; local
[all...]
H A Dvfs_xattr.c523 vnode_t dvp; local
555 err = get_shadow_dir(&dvp);
560 (void) VNOP_REMOVE(dvp, svp, &cn, 0, kernelctx);
561 vnode_put(dvp);
729 vnode_t dvp = NULLVP; local
773 if (get_shadow_dir(&dvp) != 0) {
779 if (VNOP_LOOKUP(dvp, &svp, &cn, kernelctx) == 0) {
819 error = VNOP_CREATE(dvp, &svp, &cn, &va, kernelctx);
825 error = VNOP_LOOKUP(dvp, &svp, &cn, kernelctx);
836 if (dvp) {
1081 vnode_t dvp = NULLVP; local
2415 vnode_t dvp = NULLVP; local
2658 vnode_t dvp; local
[all...]
H A Dvfs_lookup.c119 void lookup_consider_update_cache(vnode_t dvp, vnode_t vp, struct componentname *cnp, int nc_generation);
483 lookup_consider_update_cache(vnode_t dvp, vnode_t vp, struct componentname *cnp, int nc_generation) argument
494 if (dvp != NULLVP && vp->v_parent == NULLVP)
498 vnode_update_identity(vp, dvp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_hash, update_flags);
515 if (dvp != NULLVP && (nc_generation == dvp->v_nc_generation) && (!isdot_or_dotdot))
516 cache_enter_with_gen(dvp, vp, cnp, nc_generation);
714 * Definitely have a dvp if there's another slash
745 /* If SAVESTART is set, we should have a dvp */
1061 * will be doing a batched operation. Return an iocount on dvp
1219 lookup_traverse_union(vnode_t dvp, vnode_t *new_dvp, vfs_context_t ctx) argument
1539 relookup(struct vnode *dvp, struct vnode **vpp, struct componentname *cnp) argument
1862 lookup_compound_vnop_post_hook(int error, vnode_t dvp, vnode_t vp, struct nameidata *ndp, int did_create) argument
[all...]
H A Dvfs_subr.c216 static int vn_create_reg(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp,
218 static int vnode_authattr_new_internal(vnode_t dvp, struct vnode_attr *vap, int noauth, uint32_t *defaulted_fieldsp, vfs_context_t ctx);
4479 vnode_t dvp; local
4515 dvp = param->vnfs_dvp;
4652 if (dvp && vnode_ref(dvp) == 0) {
4653 vp->v_parent = dvp;
4656 if (dvp && ((param->vnfs_flags & (VNFS_NOCACHE | VNFS_CANTCACHE)) == 0)) {
4663 vp->v_name = cache_enter_create(dvp, vp, cnp);
5098 vn_create_reg(vnode_t dvp, vnode_ argument
5151 vn_create(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, uint32_t flags, int fmode, uint32_t *statusp, vfs_context_t ctx) argument
5259 vnode_t dvp; member in struct:_vnode_authorize_context
5281 vn_attribute_prepare(vnode_t dvp, struct vnode_attr *vap, uint32_t *defaulted_fieldsp, vfs_context_t ctx) argument
5365 vn_authorize_unlink(vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t ctx, __unused void *reserved) argument
5488 vn_authorize_create(vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx, void *reserved) argument
5656 vn_authorize_mkdir(vnode_t dvp, struct componentname *cnp, struct vnode_attr *vap, vfs_context_t ctx, void *reserved) argument
5694 vn_authorize_rmdir(vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t ctx, void *reserved) argument
5748 vnode_authorize(vnode_t vp, vnode_t dvp, kauth_action_t action, vfs_context_t ctx) argument
6683 vnode_t vp, dvp; local
6778 vnode_t vp, dvp; local
7052 vnode_authattr_new(vnode_t dvp, struct vnode_attr *vap, int noauth, vfs_context_t ctx) argument
7062 vnode_authattr_new_internal(vnode_t dvp, struct vnode_attr *vap, int noauth, uint32_t *defaulted_fieldsp, vfs_context_t ctx) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c91 vnode_t dvp; local
97 dvp = ap->a_dvp;
102 fsnode = (mockfs_fsnode_t) dvp->v_data;
271 vnode_t dvp; local
278 dvp = vfs_devvp(buf_vnode(ap->a_bp)->v_mount);
280 if (dvp) {
281 rvalue = buf_strategy(dvp, ap);
282 vnode_put(dvp);
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_vfs.c364 struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
375 dvp, dvp->v_label, vp, vp->v_label, cnp);
382 struct vnode *dvp, struct componentname *cnp)
392 dvp, dvp->v_label, cnp);
410 struct vnode *dvp, struct componentname *cnp)
419 MAC_PERFORM(vnode_notify_link, cred, dvp, dvp->v_label, vp, vp->v_label, cnp);
606 mac_vnode_check_chdir(vfs_context_t ctx, struct vnode *dvp) argument
363 mac_vnode_notify_create(vfs_context_t ctx, struct mount *mp, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
381 mac_vnode_notify_rename(vfs_context_t ctx, struct vnode *vp, struct vnode *dvp, struct componentname *cnp) argument
409 mac_vnode_notify_link(vfs_context_t ctx, struct vnode *vp, struct vnode *dvp, struct componentname *cnp) argument
621 mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp) argument
637 mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp, struct vnode_attr *vap) argument
653 mac_vnode_check_unlink(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
918 mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
950 mac_vnode_check_lookup(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp) argument
999 mac_vnode_check_readdir(vfs_context_t ctx, struct vnode *dvp) argument
1046 mac_vnode_check_rename_from(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, struct componentname *cnp) argument
1063 mac_vnode_check_rename_to(vfs_context_t ctx, struct vnode *dvp, struct vnode *vp, int samedir, struct componentname *cnp) argument
1291 mac_vnode_check_uipc_bind(vfs_context_t ctx, struct vnode *dvp, struct componentname *cnp, struct vnode_attr *vap) argument
[all...]
H A Dmac_vfs_subr.c45 vnode_label(struct mount *mp, struct vnode *dvp, struct vnode *vp, argument
57 mp, dvp, vp, cnp);
88 mp, dvp, vp, cnp);
H A Dmac_framework.h467 int mac_vnode_check_chdir(vfs_context_t ctx, struct vnode *dvp);
468 int mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp,
470 int mac_vnode_check_create(vfs_context_t ctx, struct vnode *dvp,
491 int mac_vnode_check_link(vfs_context_t ctx, struct vnode *dvp,
494 int mac_vnode_check_lookup(vfs_context_t ctx, struct vnode *dvp,
502 int mac_vnode_check_rename_from(vfs_context_t ctx, struct vnode *dvp,
504 int mac_vnode_check_rename_to(vfs_context_t ctx, struct vnode *dvp,
527 int mac_vnode_check_uipc_bind(vfs_context_t ctx, struct vnode *dvp,
530 int mac_vnode_check_unlink(vfs_context_t ctx, struct vnode *dvp,
556 struct vnode *dvp, struc
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_as.c93 dtrace_difv_t *dvp; local
100 dvp = &pcb->pcb_difo->dtdo_vartab[pcb->pcb_asvidx++];
108 dvp->dtdv_name = (uint_t)stroff;
109 dvp->dtdv_id = idp->di_id;
110 dvp->dtdv_flags = 0;
112 dvp->dtdv_kind = (idp->di_kind == DT_IDENT_ARRAY) ?
116 dvp->dtdv_scope = DIFV_SCOPE_LOCAL;
118 dvp->dtdv_scope = DIFV_SCOPE_THREAD;
120 dvp->dtdv_scope = DIFV_SCOPE_GLOBAL;
123 dvp
[all...]
H A Ddt_dis.c101 const dtrace_difv_t *dvp = dp->dtdo_vartab; local
104 for (i = 0; i < dp->dtdo_varlen; i++, dvp++) {
105 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) {
106 if (dvp->dtdv_name < dp->dtdo_strlen)
107 return (dp->dtdo_strtab + dvp->dtdv_name);
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vnops.c822 vnode_t dvp, /* parent vnode */
882 cache_enter(dvp, vp, cnp);
890 new_pt->pt_parent = dvp;
908 vfsp.vnfs_dvp = dvp;
916 vfsp.vnfs_flags = (dvp && cnp && (cnp->cn_flags & MAKEENTRY)) ? 0 : VNFS_NOCACHE;
974 vnode_t dvp; local
993 dvp = ap->a_dvp;
997 fmp = VFSTOWEBDAV(vnode_mount(dvp));
998 pt_dvp = VTOWEBDAV(dvp);
1028 else if ( !vnode_isdir(dvp) )
820 webdav_get( struct mount *mp, vnode_t dvp, int markroot, struct componentname *cnp, opaque_id obj_id, webdav_ino_t obj_fileid, enum vtype obj_vtype, struct webdav_timespec64 obj_atime, struct webdav_timespec64 obj_mtime, struct webdav_timespec64 obj_ctime, struct webdav_timespec64 obj_createtime, off_t obj_filesize, vnode_t *vpp) argument
2712 vnode_t dvp; local
2831 vnode_t dvp; local
2928 vnode_t dvp = ap->a_dvp; local
3222 vnode_t dvp = ap->a_dvp; local
[all...]
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c294 vnode_t dvp = ap->a_dvp; local
314 dfnip = vfstofni(vnode_mount(dvp));
315 AUTOFS_DPRINT((3, "auto_lookup: dvp=%p (%s) name=%.*s\n",
316 (void *)dvp, dfnip->fi_map, namelen, cnp->cn_nameptr));
319 if (!vnode_isdir(dvp))
326 error = vnode_get(dvp);
329 *vpp = dvp;
348 error = vnode_get(dvp);
351 *vpp = dvp;
356 pdfnp = (vntofn(dvp))
[all...]
H A Dauto_subr.c1187 vnode_t dvp; local
1198 * XXX - this will hold an iocount on dvp; will that block any
1204 dvp = vfs_vnodecovered(mp);
1314 vnode_put(dvp);
1539 vnode_t dvp; local
1598 dvp = fntovn(dfnp);
1599 if (vnode_ismonitored(dvp) && auto_nobrowse(dvp)) {
1601 auto_get_attributes(dvp, &vattr);
1602 vnode_notify(dvp, VNODE_EVENT_WRIT
1751 vnode_t dvp; local
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vnops.c587 smbfs_create_open(struct smb_share *share, vnode_t dvp, struct componentname *cnp, argument
592 struct smbnode *dnp = VTOSMB(dvp);
593 struct smbmount *smp = VTOSMBFS(dvp);
672 error = smbfs_nget(share, vnode_mount(dvp),
673 dvp, name, nmlen,
799 cache_purge_negatives(dvp);
1296 vnode_t dvp = ap->a_dvp; local
1368 share = smb_get_share_with_reference(VTOSMBFS(dvp));
1377 vid = vnode_vid(dvp);
1378 error = vnode_getwithvid(dvp, vi
1923 vnode_t dvp; local
3574 vnode_t dvp = ap->a_dvp; local
3686 vnode_t dvp = ap->a_dvp; local
3710 smbfs_remove(struct smb_share *share, vnode_t dvp, vnode_t vp, struct componentname *cnp, int flags, vfs_context_t context) argument
3843 vnode_t dvp = ap->a_dvp; local
3872 smbfs_rmdir(struct smb_share *share, vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t context) argument
3951 vnode_t dvp = ap->a_dvp; local
4476 vnode_t dvp = ap->a_dvp; local
4582 vnode_t dvp = ap->a_dvp; local
5556 vnode_t dvp = ap->a_dvp; local
[all...]
H A Dsmbfs_io.c173 smbfs_readvdir(vnode_t dvp, uio_t uio, vfs_context_t context, int flags, argument
176 struct smbnode *dnp = VTOSMB(dvp);
192 share = smb_get_share_with_reference(VTOSMBFS(dvp));
296 error = smbfs_nget(ctx->f_share, vnode_mount(dvp),
297 dvp, ctx->f_LocalName, ctx->f_LocalNameLen,
326 smbfs_update_name_par(ctx->f_share, dvp, vp,
H A Dsmbfs_node.c668 vnode_t dvp, const char *name, size_t nmlen,
685 * (1) dvp can be NULL
697 /* dvp is only required if we are possibly creating the vnode */
698 if (smp->sm_rvp != NULL && dvp == NULL) {
711 dnp = dvp ? VTOSMB(dvp) : NULL;
712 if (dnp == NULL && dvp != NULL) {
769 if (dvp && (cnp.cn_flags & MAKEENTRY)) {
770 cache_enter(dvp, *vpp, &cnp);
826 if (dvp) {
667 smbfs_nget(struct smb_share *share, struct mount *mp, vnode_t dvp, const char *name, size_t nmlen, struct smbfattr *fap, vnode_t *vpp, uint32_t cnflags, uint32_t flags, vfs_context_t context) argument
2120 smbfs_update_name_par(struct smb_share *share, vnode_t dvp, vnode_t vp, struct timespec *reqtime, const char *new_name, size_t name_len) argument
[all...]
H A Dsmbfs_attrlist.c1120 struct vnode *dvp = ap->a_vp; local
1165 if ((error = smbnode_lock(VTOSMB(dvp), SMBFS_EXCLUSIVE_LOCK)))
1167 VTOSMB(dvp)->n_lastvop = smbfs_vnop_readdirattr;
1169 dnp = VTOSMB(dvp);
1170 smp = VTOSMBFS(dvp);
1181 share = smb_get_share_with_reference(VTOSMBFS(dvp));
1257 error = smbfs_nget(share, vnode_mount(dvp),
1258 dvp, ctx->f_LocalName, ctx->f_LocalNameLen,
1268 smbfs_update_name_par(ctx->f_share, dvp, vp,
1344 smbnode_unlock(VTOSMB(dvp));
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h389 errno_t vn_remove(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, struct vnode_attr *vap, vfs_context_t ctx);
406 int vn_attribute_prepare(vnode_t dvp, struct vnode_attr *vap, uint32_t *defaulted_fieldsp, vfs_context_t ctx);
408 int vn_authorize_unlink(vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t ctx, void *reserved);
412 int vn_authorize_rmdir(vnode_t dvp, vnode_t vp, struct componentname *cnp, vfs_context_t ctx, void *reserved);
425 int vn_mkdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
426 int vn_rmdir(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, struct vnode_attr *vap, vfs_context_t ctx);
448 void cache_enter_with_gen(vnode_t dvp, vnode_t vp, struct componentname *cnp, int gen);
449 const char *cache_enter_create(vnode_t dvp, vnode_t vp, struct componentname *cnp);
H A Dnamei.h258 int relookup(struct vnode *dvp, struct vnode **vpp,
260 int lookup_traverse_union(vnode_t dvp, vnode_t *new_dvp, vfs_context_t ctx);
261 void lookup_compound_vnop_post_hook(int error, vnode_t dvp, vnode_t vp, struct nameidata *ndp, int did_create);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dderef.c190 LDAPDerefVal **dvp; local
194 dvp = &dr->attrVals;
216 *dvp = dv;
217 dvp = &dv->next;
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c164 extern int safe_getpath(struct vnode *dvp, char *leafname, char *path, int _len, int *truncated_path);
1818 vnode_t vp, dvp, dirp; local
1831 vp = dvp = dirp = NULL;
1874 dvp = ni.ni_dvp;
1930 error = nfsrv_authorize(dvp, NULL, KAUTH_VNODE_ADD_FILE, ctx, nxo, 0);
1934 error = kauth_acl_inherit(dvp,
1955 error = vnode_authattr_new(dvp, vap, 0, ctx);
1960 error = VNOP_CREATE(dvp, &vp, &ni.ni_cnd, vap, ctx);
2003 error = VNOP_MKNOD(dvp, &vp, &ni.ni_cnd, vap, ctx);
2021 ni.ni_startdir = dvp;
2149 vnode_t vp, dvp, dirp; local
2381 vnode_t vp, dvp, dirp = NULL; local
3128 vnode_t vp, xp, dvp, dirp; local
3289 vnode_t vp, dvp, dirp; local
3508 vnode_t vp, dvp, dirp; local
3720 vnode_t vp, dvp, dirp; local
4808 nfsrv_authorize( vnode_t vp, vnode_t dvp, kauth_action_t action, vfs_context_t ctx, struct nfs_export_options *nxo, int override) argument
[all...]
/macosx-10.9.5/msdosfs-198/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c267 * dvp - parent directory
275 vnode_t dvp, /* parent directory */
310 if (dvp && cnp && (cnp->cn_flags & MAKEENTRY) && (dep->de_flag & DE_ROOT) == 0)
311 cache_enter(dvp, DETOV(dep), cnp);
312 if (dep->de_parent == NULL && dvp != NULLVP && (dep->de_flag & DE_ROOT) == 0)
315 dep->de_parent = VTODE(dvp);
481 dep->de_parent = (dvp != NULLVP) ? VTODE(dvp) : NULL;
489 vfsp.vnfs_dvp = dvp;
495 if (dvp
271 msdosfs_deget( struct msdosfsmount *pmp, uint32_t dirclust, uint32_t diroffset, vnode_t dvp, struct componentname *cnp, struct denode **depp, vfs_context_t context) argument
[all...]

Completed in 457 milliseconds

123