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.c47 #define BDH_BDEV(bdh) ((bdh)->bdev) argument
48 #define BDH_IS_ERR(bdh) (IS_ERR(bdh)) argument
49 #define BDH_PTR_ERR(bdh) (PTR_ERR(bdh)) argument
53 #define BDH_BDEV(bdh) (file_bdev(bdh)) argument
54 #define BDH_IS_ERR(bdh) (IS_ERR(bdh)) argument
55 #define BDH_PTR_ERR(bdh) (PTR_ERR(bdh)) argument
59 #define BDH_BDEV(bdh) ((struct block_device *)bdh) argument
60 #define BDH_IS_ERR(bdh) (IS_ERR(BDH_BDEV(bdh))) argument
61 #define BDH_PTR_ERR(bdh) (PTR_ERR(BDH_BDEV(bdh))) argument
270 vdev_blkdev_put(zfs_bdev_handle_t *bdh, spa_mode_t smode, void *holder) in vdev_blkdev_put() argument
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp595 bdhead_t *bdh; in bget() local
602 bdh = BDH((*thr->acqfcn)((bufsize)size)); in bget()
603 if (bdh != NULL) { in bget()
606 bdh->bh.bb.bsize = 0; in bget()
609 TCW_PTR(bdh->bh.bb.bthr, th); // don't mark buffer as allocated, in bget()
611 bdh->bh.bb.prevfree = 0; in bget()
612 bdh->tsize = size; in bget()
618 buf = (void *)(bdh + 1); in bget()
726 bdhead_t *bdh; in brel() local
728 bdh = BDH(((char *)buf) - sizeof(bdhead_t)); in brel()
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-blkdev.m447 struct bdev_handle *bdh __attribute__ ((unused)) = NULL;
52 bdh = bdev_open_by_path(path, mode, holder, NULL);
174 struct bdev_handle *bdh = NULL;
175 bdev_release(bdh);
/freebsd/contrib/file/magic/Magdir/
H A Dlinux737 # n_objects like: 0 1032h 5a2eh 92bdh a8b5h aa75h 112adh 40c23h 4714eh