Home
last modified time | relevance | path

Searched refs:bdh (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c57 #define BDH_BDEV(bdh) ((bdh)->bdev) argument
58 #define BDH_IS_ERR(bdh) (IS_ERR(bdh)) argument
59 #define BDH_PTR_ERR(bdh) (PTR_ERR(bdh)) argument
63 #define BDH_BDEV(bdh) (file_bdev(bdh)) argument
64 #define BDH_IS_ERR(bdh) (IS_ERR(bdh)) argument
65 #define BDH_PTR_ERR(bdh) (PTR_ERR(bdh)) argument
69 #define BDH_BDEV(bdh) ((struct block_device *)bdh) argument
70 #define BDH_IS_ERR(bdh) (IS_ERR(BDH_BDEV(bdh))) argument
71 #define BDH_PTR_ERR(bdh) (PTR_ERR(BDH_BDEV(bdh))) argument
276 fput(bdh); in vdev_blkdev_put()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp581 bdhead_t *bdh; in bget() local
588 bdh = BDH((*thr->acqfcn)((bufsize)size)); in bget()
589 if (bdh != NULL) { in bget()
592 bdh->bh.bb.bsize = 0; in bget()
597 bdh->bh.bb.prevfree = 0; in bget()
598 bdh->tsize = size; in bget()
604 buf = (void *)(bdh + 1); in bget()
712 bdhead_t *bdh; in brel() local
714 bdh = BDH(((char *)buf) - sizeof(bdhead_t)); in brel()
717 thr->totalloc -= (size_t)bdh->tsize; in brel()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blkdev.m447 struct bdev_handle *bdh __attribute__ ((unused)) = NULL;
53 bdh = bdev_open_by_path(path, mode, holder, &h);
176 struct bdev_handle *bdh = NULL;
177 bdev_release(bdh);
/freebsd/contrib/file/magic/Magdir/
H A Dlinux463 # n_objects like: 0 1032h 5a2eh 92bdh a8b5h aa75h 112adh 40c23h 4714eh