Searched defs:dvp (Results 76 - 82 of 82) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c482 rfs4_ss_getstate(vnode_t *dvp, rfs4_ss_pn_t *ss_pn) argument
534 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0);
580 (void) VOP_REMOVE(dvp, ss_pn->leaf, CRED(), NULL, 0);
628 vnode_t *dvp; local
637 if (vn_open(statedir, UIO_SYSSPACE, FREAD, 0, &dvp, 0, 0))
640 if (dvp->v_type != VDIR || VOP_ACCESS(dvp, VREAD, 0, CRED(), NULL))
649 (void) VOP_RWLOCK(dvp, V_WRITELOCK_FALSE, NULL);
658 err = VOP_READDIR(dvp, &uio, CRED(), &dir_eof, NULL, 0);
659 VOP_RWUNLOCK(dvp, V_WRITELOCK_FALS
[all...]
H A Dnfs4_srv.c873 vnode_t *dvp, *vp; local
883 dvp = cs->vp;
903 if (VN_CMP(dvp, rootdir))
909 dvp = untraverse(cs->vp);
930 error = VOP_LOOKUP(dvp, nm, &vp, NULL, 0, NULL, cs->cr,
961 } else if (vp->v_vfsp != dvp->v_vfsp) {
1457 vnode_t *dvp = cs->vp; local
1500 error = VOP_CREATE(dvp, nm, vap, excl, mode, &vp, cr, 0, NULL, NULL);
1522 vnode_t *dvp = cs->vp; local
1541 if (dvp
2449 vnode_t *dvp; local
4025 rfs4_lookup_and_findfile(vnode_t *dvp, char *nm, vnode_t **vpp, int *lkup_error, cred_t *cr) argument
4065 vnode_t *dvp, *vp; local
6100 vnode_t *dvp = cs->vp; local
6165 create_vnode(vnode_t *dvp, char *nm, vattr_t *vap, createmode4 mode, timespec32_t *mtime, cred_t *cr, vnode_t **vpp, bool_t *created) argument
6312 vnode_t *dvp; local
[all...]
H A Dnfs4_vnops.c620 vnode_t *dvp = NULL; local
645 if ((error = vtodv(*vpp, &dvp, cr, TRUE)) != 0)
648 drp = VTOR4(dvp);
649 if (nfs_rw_enter_sig(&drp->r_rwlock, RW_READER, INTR4(dvp)))
670 dnlc_update(dvp, fn, *vpp);
685 error = nfs4open_otw(dvp, fn, NULL, vpp, cr, 0, flag, 0,
689 dnlc_update(dvp, fn, *vpp);
694 VN_RELE(dvp);
710 vnode_t *dvp, OPEN4cargs *open_args)
715 vfsp = (dvp
708 nfs4open_save_lost_rqst(int error, nfs4_lost_rqst_t *lost_rqstp, nfs4_open_owner_t *oop, cred_t *cr, vnode_t *vp, vnode_t *dvp, OPEN4cargs *open_args) argument
766 nfs4open_otw(vnode_t *dvp, char *file_name, struct vattr *in_va, vnode_t **vpp, cred_t *cr, int create_flag, int open_flag, enum createmode4 createmode, int file_just_been_created) argument
989 nfs4_end_op(VTOMI4(dvp), dvp, vpi, local
1039 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, TRUE); local
1064 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, FALSE); local
1152 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, TRUE); local
1211 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, needrecov); local
1261 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, needrecov); local
1364 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, local
1404 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, local
1473 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, needrecov); local
1526 nfs4_end_op(VTOMI4(dvp), dvp, vpi, &recov_state, needrecov); local
4957 nfs4_lookup(vnode_t *dvp, char *nm, vnode_t **vpp, struct pathname *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *direntflags, pathname_t *realpnp) argument
5027 nfs4lookup_xattr(vnode_t *dvp, char *nm, vnode_t **vpp, int flags, cred_t *cr) argument
5086 nfs4lookup(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr, int skipdnlc) argument
5235 nfs4lookupvalidate_otw(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr) argument
5669 nfs4lookupnew_otw(vnode_t *dvp, char *nm, vnode_t **vpp, cred_t *cr) argument
6360 nfs4openattr(vnode_t *dvp, vnode_t **avp, int cflag, cred_t *cr) argument
6429 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6440 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6467 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
6484 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6519 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
6528 nfs4_create(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr, int flags, caller_context_t *ct, vsecattr_t *vsecp) argument
6813 call_nfs4_create_req(vnode_t *dvp, char *nm, void *data, struct vattr *va, vnode_t **vpp, cred_t *cr, nfs_ftype4 type) argument
7165 nfs4mknod(vnode_t *dvp, char *nm, struct vattr *va, enum vcexcl exclusive, int mode, vnode_t **vpp, cred_t *cr) argument
7234 nfs4_remove(vnode_t *dvp, char *nm, cred_t *cr, caller_context_t *ct, int flags) argument
7407 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
7420 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
8618 nfs4_mkdir(vnode_t *dvp, char *nm, struct vattr *va, vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
8657 nfs4_rmdir(vnode_t *dvp, char *nm, vnode_t *cdir, cred_t *cr, caller_context_t *ct, int flags) argument
8785 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, local
8802 nfs4_end_op(VTOMI4(dvp), dvp, NULL, local
8838 nfs4_end_op(VTOMI4(dvp), dvp, NULL, &recov_state, needrecov); local
8862 nfs4_symlink(vnode_t *dvp, char *lnm, struct vattr *tva, char *tnm, cred_t *cr, caller_context_t *ct, int flags) argument
9174 vnode_t *dvp; local
10637 vnode_t *dvp, *open_vp; local
12623 nfs4_update_dircaches(change_info4 *cinfo, vnode_t *dvp, vnode_t *vp, char *nm, dirattr_info_t *dinfo) argument
14813 vnode_t *dvp = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1304 struct vnode *dvp; /* ptr to parent dir vnode */ local
1338 dvp = NULL;
1346 error = lookuppnat(&pn, NULL, follow, &dvp,
1374 error = VOP_GETSECATTR(dvp, &vsec, 0, CRED(), NULL);
1421 (*vpp == NULL && dvp->v_vfsp->vfs_flag & VFS_RDONLY)) {
1472 * acquired above (dvp) is irrelevant because it's in
1529 error = VOP_MKDIR(dvp, pn.pn_path, vap, vpp, CRED(),
1532 error = VOP_CREATE(dvp, pn.pn_path, vap,
1551 VN_RELE(dvp);
1794 struct vnode *dvp; /* pt local
2522 vnevent_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2531 vnevent_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2550 vnevent_remove(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2559 vnevent_rmdir(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2568 vnevent_pre_rename_src(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
2578 vnevent_pre_rename_dest(vnode_t *vp, vnode_t *dvp, char *name, caller_context_t *ct) argument
3071 vn_renamepath(vnode_t *dvp, vnode_t *vp, const char *nm, size_t len) argument
3427 fop_lookup( vnode_t *dvp, char *nm, vnode_t **vpp, pathname_t *pnp, int flags, vnode_t *rdir, cred_t *cr, caller_context_t *ct, int *deflags, pathname_t *ppnp) argument
3471 fop_create( vnode_t *dvp, char *name, vattr_t *vap, vcexcl_t excl, int mode, vnode_t **vpp, cred_t *cr, int flags, caller_context_t *ct, vsecattr_t *vsecp) argument
3513 fop_remove( vnode_t *dvp, char *nm, cred_t *cr, caller_context_t *ct, int flags) argument
3595 fop_mkdir( vnode_t *dvp, char *dirname, vattr_t *vap, vnode_t **vpp, cred_t *cr, caller_context_t *ct, int flags, vsecattr_t *vsecp) argument
3636 fop_rmdir( vnode_t *dvp, char *nm, vnode_t *cdir, cred_t *cr, caller_context_t *ct, int flags) argument
3691 fop_symlink( vnode_t *dvp, char *linkname, vattr_t *vap, char *target, cred_t *cr, caller_context_t *ct, int flags) argument
4232 fop_vnevent(vnode_t *vp, vnevent_t vnevent, vnode_t *dvp, char *fnm, caller_context_t *ct) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1224 caddr_t *dvp; /* data segment virtual pointer */ member in struct:nca_conn_s::__anon4792
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1244 struct aac_device *dvp = acp->dvp; local
1252 if (dvp) {
1253 dvp->ncmds[q]--;
1254 if (dvp->throttle[q] == AAC_THROTTLE_DRAIN &&
1255 dvp->ncmds[q] == 0 && q == AAC_CMDQ_ASYNC)
1256 aac_set_throttle(softs, dvp, q,
1265 if (dvp->type == AAC_DEV_LD) {
1267 (struct aac_container *)dvp;
1944 if (AAC_DEV_IS_VALID(acp->dvp)) {
2978 struct aac_nondasd *dvp = local
3453 struct aac_container *dvp = &softs->containers[cid]; local
3548 struct aac_container *dvp; local
3572 struct aac_device *dvp; local
4154 struct aac_device *dvp; local
4536 aac_set_throttle(struct aac_softstate *softs, struct aac_device *dvp, int q, int throttle) argument
4757 struct aac_container *dvp; local
4954 struct aac_device *dvp = acp->dvp; local
5027 struct aac_device *dvp; local
5075 struct aac_device *dvp; local
5881 struct aac_device *dvp = acp->dvp; local
7111 struct aac_device *dvp = &softs->containers[tgt].dev; local
7398 struct aac_device *dvp; local
7496 struct aac_device *dvp; local
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1141 vnode_t *dvp; member in struct:READDIR4args

Completed in 99 milliseconds

1234