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

/freebsd-11-stable/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
263 vdp = (struct iso_volume_descriptor *)bp->b_data;
264 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) {
265 if (bcmp (vdp->id_sierra, ISO_SIERRA_ID,
266 sizeof vdp->id_sierra) != 0) {
272 switch (isonum_711 (high_sierra? vdp->type_sierra: vdp->type)){
277 pri = (struct iso_primary_descriptor *)vdp;
279 (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-11-stable/sys/ufs/ufs/
H A Dufs_lookup.c80 ufs_delete_denied(struct vnode *vdp, struct vnode *tdp, struct ucred *cred, argument
95 error = VOP_ACCESS(vdp, VEXEC, cred, td);
103 error = VOP_ACCESSX(vdp, VDELETE_CHILD, cred, td);
107 error = VOP_ACCESSX(vdp, VEXPLICIT_DENY | VDELETE_CHILD, cred, td);
116 error = VOP_ACCESS(vdp, VWRITE, cred, td);
126 if ((VTOI(vdp)->i_mode & ISVTX) &&
127 VOP_ACCESS(vdp, VADMIN, cred, td) &&
192 ufs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
223 dp = VTOI(vdp);
233 vnode_create_vobject(vdp, DI
1297 struct vnode *vdp = ITOV(dp); local
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_lookup.c117 static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp,
305 ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, argument
330 int DIRBLKSIZ = VTOI(vdp)->i_e2fs->e2fs_bsize;
335 dp = VTOI(vdp);
336 bmask = VFSTOEXT2(vdp->v_mount)->um_mountp->mnt_stat.f_iosize - 1;
408 (error = ext2_blkatoff(vdp, (off_t)i_offset, NULL,
425 error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, &bp);
478 if ((error = VOP_ACCESS(vdp, VWRITE, cred, cnp->cn_thread)) != 0)
520 cache_enter(vdp, NULL, cnp);
553 ASSERT_VOP_ELOCKED(vdp, __FUNCTION_
709 struct vnode *vdp; local
1107 struct vnode *vdp = ITOV(dp); local
[all...]
/freebsd-11-stable/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-11-stable/sys/fs/udf/
H A Decma167-udf.h372 struct vol_desc_ptr vdp; member in union:dscrptr
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c702 BN_ULONG *udp, *bdp, *vdp, *cdp; local
723 vdp = v->d; /* It pays off to "cache" *->d pointers,
765 udp = vdp;
766 vdp = v->d;
771 udp[i] ^= vdp[i];
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h456 extern int vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *config,
/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1334 spa_config_parse(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, argument
1341 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0)
1344 if ((*vdp)->vdev_ops->vdev_op_leaf)
1354 vdev_free(*vdp);
1355 *vdp = NULL;
1361 if ((error = spa_config_parse(spa, &vd, child[c], *vdp, c,
1363 vdev_free(*vdp);
1364 *vdp = NULL;
1369 ASSERT(*vdp != NULL);
H A Dvdev.c619 vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, uint_t id, argument
862 *vdp = vd;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2433 vdev_t *vdp = &vd; local
2437 vdp->vdev_top = vdp;
2439 for (int i = 0; i < VDEV_UBERBLOCK_COUNT(vdp); i++) {
2440 uint64_t uoff = VDEV_UBERBLOCK_OFFSET(vdp, i);

Completed in 177 milliseconds