Searched refs:vdp (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/ipfilter/
H A Dml_ipl.c105 xxxinit(fc, vdp, vdi, vds)
107 struct vddrv *vdp;
123 vdp->vdd_vdtab = (struct vdlinkage *)&vd;
126 return unload(vdp, vdi);
136 static unload(vdp, vdi)
137 struct vddrv *vdp;
H A Dmls_rule.c88 xxxinit(fc, vdp, data, vds)
90 struct vddrv *vdp;
H A Dmls_ipl.c137 xxxinit(fc, vdp, data, vds)
139 struct vddrv *vdp;
164 vdp->vdd_vdtab = (struct vdlinkage *)&vd;
/freebsd-10.3-release/sys/fs/cd9660/
H A Dcd9660_lookup.c110 struct vnode *vdp; /* vnode for directory being searched */ local
143 vdp = ap->a_dvp;
144 dp = VTOI(vdp);
183 (error = cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp)))
201 cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp)) != 0)
302 if ((error = cd9660_blkatoff(vdp,
332 cache_enter(vdp, *vpp, cnp);
368 pdp = vdp;
398 VREF(vdp); /* we want ourself, ie "." */
404 if (ltype != VOP_ISLOCKED(vdp)) {
[all...]
H A Dcd9660_vfsops.c217 struct iso_volume_descriptor *vdp = NULL; local
265 vdp = (struct iso_volume_descriptor *)bp->b_data;
266 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) {
267 if (bcmp (vdp->id_sierra, ISO_SIERRA_ID,
268 sizeof vdp->id_sierra) != 0) {
274 switch (isonum_711 (high_sierra? vdp->type_sierra: vdp->type)){
279 pri = (struct iso_primary_descriptor *)vdp;
281 (struct iso_sierra_primary_descriptor *)vdp;
[all...]
H A Dcd9660_vnops.c471 struct vnode *vdp = ap->a_vp; local
485 dp = VTOI(vdp);
515 (error = cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp))) {
531 cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp)) != 0)
/freebsd-10.3-release/sys/ufs/ufs/
H A Dufs_lookup.c106 ufs_delete_denied(struct vnode *vdp, struct vnode *tdp, struct ucred *cred, argument
121 error = VOP_ACCESS(vdp, VEXEC, cred, td);
129 error = VOP_ACCESSX(vdp, VDELETE_CHILD, cred, td);
133 error = VOP_ACCESSX(vdp, VEXPLICIT_DENY | VDELETE_CHILD, cred, td);
142 error = VOP_ACCESS(vdp, VWRITE, cred, td);
152 if ((VTOI(vdp)->i_mode & ISVTX) &&
153 VOP_ACCESS(vdp, VADMIN, cred, td) &&
218 ufs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
249 dp = VTOI(vdp);
259 vnode_create_vobject(vdp, DI
1278 struct vnode *vdp = ITOV(dp); local
[all...]
/freebsd-10.3-release/sys/fs/ext2fs/
H A Dext2_lookup.c116 static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp,
292 ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
320 int DIRBLKSIZ = VTOI(vdp)->i_e2fs->e2fs_bsize;
325 dp = VTOI(vdp);
326 bmask = VFSTOEXT2(vdp->v_mount)->um_mountp->mnt_stat.f_iosize - 1;
372 (error = ext2_blkatoff(vdp, (off_t)i_offset, NULL,
391 ext2_blkatoff(vdp, (off_t)i_offset, NULL,
415 (dirchk && ext2_dirbadentry(vdp, ep, entryoffsetinblock))) {
500 if ((error = VOP_ACCESS(vdp, VWRITE, cred, cnp->cn_thread)) != 0)
542 cache_enter(vdp, NUL
992 struct vnode *vdp = ITOV(dp); local
[all...]
/freebsd-10.3-release/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c64 static int msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp,
112 msdosfs_lookup_(struct vnode *vdp, struct vnode **vpp, argument
147 dp = VTODE(vdp);
150 printf("msdosfs_lookup(): vdp %p, dp %p, Attr %02x\n",
151 vdp, dp, dp->de_Attributes);
162 if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' &&
213 * Search the directory pointed at by vdp for the name pointed at
384 error = VOP_ACCESS(vdp, VWRITE, cnp->cn_cred, cnp->cn_thread);
420 cache_enter(vdp, *vpp, cnp);
487 error = VOP_ACCESS(vdp, VWRIT
[all...]
/freebsd-10.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_namei.c27 struct vnode *vdp = ap->a_dvp; local
48 dp = VTOI(vdp);
79 pdp = vdp;
83 error = reiserfs_iget(vdp->v_mount,
91 VREF(vdp); /* We want ourself, ie "." */
92 *vpp = vdp;
94 if ((error = reiserfs_iget(vdp->v_mount,
117 cache_enter(vdp, *vpp, cnp);
/freebsd-10.3-release/sys/fs/udf/
H A Decma167-udf.h372 struct vol_desc_ptr vdp; member in union:dscrptr
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h316 extern int vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *config,
/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c701 BN_ULONG *udp, *bdp, *vdp, *cdp; local
722 vdp = v->d; /* It pays off to "cache" *->d pointers,
764 udp = vdp;
765 vdp = v->d;
770 udp[i] ^= vdp[i];
/freebsd-10.3-release/contrib/ntp/libparse/
H A Dparsestreams.c213 struct vddrv *vdp,
229 vdp->vdd_vdtab = (struct vdlinkage *)&parsesync_vd;
211 xxxinit( unsigned int fc, struct vddrv *vdp, addr_t vdin, struct vdstat *vds ) argument
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1231 spa_config_parse(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, argument
1238 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0)
1241 if ((*vdp)->vdev_ops->vdev_op_leaf)
1251 vdev_free(*vdp);
1252 *vdp = NULL;
1258 if ((error = spa_config_parse(spa, &vd, child[c], *vdp, c,
1260 vdev_free(*vdp);
1261 *vdp = NULL;
1266 ASSERT(*vdp != NULL);
H A Dvdev.c464 vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, uint_t id, argument
681 *vdp = vd;
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2130 vdev_t *vdp = &vd; local
2134 vdp->vdev_top = vdp;
2136 for (int i = 0; i < VDEV_UBERBLOCK_COUNT(vdp); i++) {
2137 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(vdp, i);

Completed in 227 milliseconds