Home
last modified time | relevance | path

Searched refs:btrfs_dev_item (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/btrfs/
H A Daccessors.h125 struct btrfs_dev_item *s) in btrfs_device_total_bytes()
131 struct btrfs_dev_item *s, in btrfs_set_device_total_bytes()
139 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
145 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64);
146 BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32);
156 BTRFS_SETGET_STACK_FUNCS(stack_device_io_align, struct btrfs_dev_item,
158 BTRFS_SETGET_STACK_FUNCS(stack_device_io_width, struct btrfs_dev_item,
166 BTRFS_SETGET_STACK_FUNCS(stack_device_bandwidth, struct btrfs_dev_item,
171 static inline unsigned long btrfs_device_uuid(struct btrfs_dev_item *d) in btrfs_device_uuid()
173 return (unsigned long)d + offsetof(struct btrfs_dev_item, uuid); in btrfs_device_uuid()
[all …]
H A Dprint-tree.c69 struct btrfs_dev_item *dev_item) in print_dev_item()
340 struct btrfs_dev_item)); in btrfs_print_leaf()
H A Dvolumes.c1938 struct btrfs_dev_item *dev_item; in btrfs_add_dev_item()
1959 dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); in btrfs_add_dev_item()
2623 struct btrfs_dev_item *dev_item; in btrfs_finish_sprout()
2665 struct btrfs_dev_item); in btrfs_finish_sprout()
2938 struct btrfs_dev_item *dev_item; in btrfs_update_device()
2960 dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); in btrfs_update_device()
7076 struct btrfs_dev_item *dev_item, in fill_device_from_item()
7157 struct btrfs_dev_item *dev_item) in read_one_dev()
7468 struct btrfs_dev_item *dev_item; in btrfs_read_chunk_tree()
7470 struct btrfs_dev_item); in btrfs_read_chunk_tree()
H A Dtree-checker.c1053 struct btrfs_dev_item *ditem; in check_dev_item()
1069 ditem = btrfs_item_ptr(leaf, slot, struct btrfs_dev_item); in check_dev_item()
H A Ddisk-io.c4082 struct btrfs_dev_item *dev_item; in write_all_supers()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h581 struct btrfs_dev_item { struct
706 struct btrfs_dev_item dev_item;