/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-rbd | 1 What: /sys/bus/rbd/add 6 (WO) Add rbd block device. 8 Usage: <mon ip addr> <options> <pool name> <rbd image name> [<snap name>] 12 $ echo "192.168.0.1 name=admin rbd foo" > /sys/bus/rbd/add 19 What: /sys/bus/rbd/remove 24 (WO) Remove rbd block device. 30 $ echo 2 > /sys/bus/rbd/remove 38 What: /sys/bus/rbd/add_single_major 43 (WO) Available only if rbd module is inserted with single_major 46 Usage is the same as for /sys/bus/rbd/add. If present, this [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 231.out | 4 qemu-img: Could not open 'json:{'file.driver':'rbd','file.filename':'rbd:rbd/bogus:conf=BOGUS_CONF'… 6 qemu-img: Could not open 'json:{'file.driver':'rbd','file.pool':'rbd','file.image':'bogus','file.co… 7 Formatting 'rbd:rbd/aa\/bb:conf=BOGUS_CONF', fmt=raw size=1048576 9 qemu-img: rbd:rbd/aa\/bb:conf=BOGUS_CONF: error connecting: No such file or directory
|
H A D | 231 | 43 _supported_proto rbd
|
H A D | 025 | 42 _supported_proto file rbd nfs fuse
|
H A D | common.rc | 668 rbd) 669 rbd --no-progress rm "$TEST_DIR/t.$IMGFMT" > /dev/null
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 266 struct i596_rbd *rbd; member 460 struct i596_rbd *rbd; in i596_display_data() local 485 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data() 489 rbd = lp->rbd_head; in i596_display_data() 490 printk(KERN_ERR "rbd_head = %p\n", rbd); in i596_display_data() 493 rbd, rbd->count, rbd->b_next, rbd->b_data, rbd->size); in i596_display_data() 494 rbd = rbd->v_next; in i596_display_data() 495 } while (rbd != lp->rbd_head); in i596_display_data() 528 struct i596_rbd *rbd; in remove_rx_bufs() local 531 for (i = 0, rbd = lp->rbds; i < rx_ring_size; i++, rbd++) { in remove_rx_bufs() [all …]
|
H A D | lib82596.c | 239 u32 rbd; member 439 struct i596_rbd *rbd; in i596_display_data() local 470 SWAP32(rfd->b_next), SWAP32(rfd->rbd), in i596_display_data() 474 rbd = lp->rbd_head; in i596_display_data() 475 printk(KERN_DEBUG "rbd_head = %p\n", rbd); in i596_display_data() 480 rbd, SWAP16(rbd->count), SWAP32(rbd->b_next), in i596_display_data() 481 SWAP32(rbd->b_data), SWAP16(rbd->size)); in i596_display_data() 482 rbd = rbd->v_next; in i596_display_data() 483 } while (rbd != lp->rbd_head); in i596_display_data() 493 struct i596_rbd *rbd; in init_rx_bufs() local [all …]
|
H A D | sun3_82586.c | 639 volatile struct rbd_struct *rbd; in alloc_rfa() local 654 rbd = (struct rbd_struct *) ptr; in alloc_rfa() 655 ptr = (void *) (rbd + p->num_recv_buffs); in alloc_rfa() 658 memset((char *) rbd,0,sizeof(struct rbd_struct)*(p->num_recv_buffs)); in alloc_rfa() 662 rbd[i].next = make16((rbd + (i+1) % p->num_recv_buffs)); in alloc_rfa() 663 rbd[i].size = swab16(RECV_BUFF_SIZE); in alloc_rfa() 664 rbd[i].buffer = make24(ptr); in alloc_rfa() 672 p->rfd_first->rbd_offset = make16(rbd); in alloc_rfa() 762 struct rbd_struct *rbd; in sun3_82586_rcv_int() local 770 rbd = (struct rbd_struct *) make32(p->rfd_top->rbd_offset); in sun3_82586_rcv_int() [all …]
|
H A D | ether1.c | 846 rbd_t rbd; in ether1_recv_done() local 854 ether1_readbuffer (dev, &rbd, rbdaddr, RBD_SIZE); in ether1_recv_done() 856 if ((rbd.rbd_status & (RBD_EOF | RBD_ACNTVALID)) == (RBD_EOF | RBD_ACNTVALID)) { in ether1_recv_done() 857 int length = rbd.rbd_status & RBD_ACNT; in ether1_recv_done() 866 ether1_readbuffer (dev, skb_put (skb, length), rbd.rbd_bufl, length); in ether1_recv_done() 875 (rbd.rbd_status & RBD_EOF) ? "oversized packet" : "acnt not valid"); in ether1_recv_done()
|
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 492 uint32_t rbd; in i82596_receive() local 589 rbd = get_uint32(rfd_p + 8); in i82596_receive() 590 assert(rbd && rbd != I596_NULL); in i82596_receive() 602 rbd = get_uint32(rfd_p + 8); in i82596_receive() 613 buffer_size = get_uint16(rbd + 12); in i82596_receive() 621 rba = get_uint32(rbd + 8); in i82596_receive() 660 set_uint16(rbd + 0, num); /* write actual count with flags */ in i82596_receive() 663 rbd = get_uint32(rbd + 4); in i82596_receive() 672 set_uint32(next_rfd + 8, rbd); in i82596_receive() 704 rbd = get_uint32(rfd_p + 8); in i82596_receive() [all …]
|
/openbmc/qemu/block/ |
H A D | rbd.c | 680 BlockdevCreateOptionsRbd *opts = &options->u.rbd; in qemu_rbd_do_create() 811 rbd_opts = &create_options->u.rbd; in qemu_rbd_co_create_opts() 1431 .u.rbd.data = g_new0(ImageInfoSpecificRbd, 1), in qemu_rbd_get_specific_info() 1436 spec_info->u.rbd.data->encryption_format = in qemu_rbd_get_specific_info() 1438 spec_info->u.rbd.data->has_encryption_format = true; in qemu_rbd_get_specific_info() 1441 spec_info->u.rbd.data->encryption_format = in qemu_rbd_get_specific_info() 1443 spec_info->u.rbd.data->has_encryption_format = true; in qemu_rbd_get_specific_info() 1446 spec_info->u.rbd.data->encryption_format = in qemu_rbd_get_specific_info() 1448 spec_info->u.rbd.data->has_encryption_format = true; in qemu_rbd_get_specific_info() 1451 spec_info->u.rbd.data->encryption_format = in qemu_rbd_get_specific_info() [all …]
|
H A D | meson.build | 116 [rbd, 'rbd', files('rbd.c')],
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | quicc_simple.h | 27 typedef void (handle_rx_error_routine)(int scc_num, int channel_num, QUICC_BD *rbd);
|
/openbmc/linux/drivers/block/ |
H A D | Makefile | 32 obj-$(CONFIG_BLK_DEV_RBD) += rbd.o
|
/openbmc/u-boot/drivers/net/ |
H A D | fec_mxc.c | 843 struct fec_bd *rbd = &fec->rbd_base[fec->rbd_index]; in fecmxc_recv() local 911 addr = (ulong)rbd; in fecmxc_recv() 916 bd_status = readw(&rbd->status); in fecmxc_recv() 921 ((readw(&rbd->data_length) - 4) > 14)) { in fecmxc_recv() 923 addr = readl(&rbd->data_pointer); in fecmxc_recv() 924 frame_length = readw(&rbd->data_length) - 4; in fecmxc_recv()
|
/openbmc/linux/net/ceph/ |
H A D | Kconfig | 17 to the rados block device (rbd).
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 358 ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1) 361 Options for ``rbd`` should be specified according to its runtime options, 368 json:{"file.driver":"rbd", "file.filename":"rbd:rbd/name"} 372 json:{"file.driver":"rbd", "file.pool":"rbd", "file.image":"name"}
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 188 typedef struct rbd { struct 197 struct rbd rbd[ RBD_BLK_SIZE ]; /* receive buffer descriptor */ argument
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 206 PACKAGECONFIG[rbd] = "--enable-rbd,--disable-rbd,ceph,ceph"
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 425 --enable-cap-ng --enable-trace-backends=log --enable-spice --enable-rbd \
|
/openbmc/qemu/qapi/ |
H A D | transaction.json | 224 # support it, for example, qcow2, and rbd,
|
H A D | block-core.json | 187 # @rbd: Since 6.1 194 'data': [ 'qcow2', 'vmdk', 'luks', 'rbd', 'file' ] } 266 'rbd': 'ImageInfoSpecificRbdWrapper', 3213 'raw', 'rbd', 4752 'rbd': 'BlockdevOptionsRbd', 5182 # Driver specific image creation options for rbd/Ceph. 5419 'rbd': 'BlockdevCreateOptionsRbd', 6090 # .. note:: Only some image formats such as qcow2 and rbd support
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 456 --enable-rbd) printf "%s" -Drbd=enabled ;; 457 --disable-rbd) printf "%s" -Drbd=disabled ;;
|
/openbmc/qemu/ |
H A D | meson.build | 1567 rbd = not_found variable 1568 if not get_option('rbd').auto() or have_block 1569 librados = cc.find_library('rados', required: get_option('rbd')) 1570 librbd = cc.find_library('rbd', has_headers: ['rbd/librbd.h'], build 1571 required: get_option('rbd')) 1575 #include <rbd/librbd.h> 1584 rbd = declare_dependency(dependencies: [librbd, librados]) variable 1585 elif get_option('rbd').enabled() 2476 config_host_data.set('CONFIG_RBD', rbd.found()) 2629 if rbd.found() [all …]
|
H A D | meson_options.txt | 201 option('rbd', type : 'feature', value : 'auto', feature
|