Lines Matching defs:bus
27 Documentation/ABI/testing/sysfs-bus-rbd
494 static ssize_t add_store(struct bus_type *bus, const char *buf, size_t count);
495 static ssize_t remove_store(struct bus_type *bus, const char *buf,
497 static ssize_t add_single_major_store(struct bus_type *bus, const char *buf,
499 static ssize_t remove_single_major_store(struct bus_type *bus, const char *buf,
541 static ssize_t supported_features_show(struct bus_type *bus, char *buf)
5462 rbd_dev->dev.bus = &rbd_bus_type;
6467 * mapping) request. These arrive via a write to /sys/bus/rbd/add,
7162 static ssize_t do_rbd_add(struct bus_type *bus,
7274 static ssize_t add_store(struct bus_type *bus, const char *buf, size_t count)
7279 return do_rbd_add(bus, buf, count);
7282 static ssize_t add_single_major_store(struct bus_type *bus, const char *buf,
7285 return do_rbd_add(bus, buf, count);
7315 static ssize_t do_rbd_remove(struct bus_type *bus,
7389 static ssize_t remove_store(struct bus_type *bus, const char *buf, size_t count)
7394 return do_rbd_remove(bus, buf, count);
7397 static ssize_t remove_single_major_store(struct bus_type *bus, const char *buf,
7400 return do_rbd_remove(bus, buf, count);
7405 * /sys/bus/rbd/...