Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/ !
Dctree.h277 struct btrfs_dev_item dev_item;
1845 struct btrfs_dev_item *s) in btrfs_device_total_bytes()
1848 sizeof(((struct btrfs_dev_item *)0))->total_bytes); in btrfs_device_total_bytes()
1849 return btrfs_get_64(eb, s, offsetof(struct btrfs_dev_item, in btrfs_device_total_bytes()
1853 struct btrfs_dev_item *s, in btrfs_set_device_total_bytes()
1857 sizeof(((struct btrfs_dev_item *)0))->total_bytes); in btrfs_set_device_total_bytes()
1859 btrfs_set_64(eb, s, offsetof(struct btrfs_dev_item, total_bytes), val); in btrfs_set_device_total_bytes()
1863 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
1864 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64);
1865 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32);
[all …]
Dprint-tree.c63 struct btrfs_dev_item *dev_item) in print_dev_item()
310 struct btrfs_dev_item)); in btrfs_print_leaf()
Dvolumes.c1838 struct btrfs_dev_item *dev_item; in btrfs_add_dev_item()
1859 dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); in btrfs_add_dev_item()
2530 struct btrfs_dev_item *dev_item; in btrfs_finish_sprout()
2572 struct btrfs_dev_item); in btrfs_finish_sprout()
2859 struct btrfs_dev_item *dev_item; in btrfs_update_device()
2881 dev_item = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_dev_item); in btrfs_update_device()
7277 struct btrfs_dev_item *dev_item, in fill_device_from_item()
7354 struct btrfs_dev_item *dev_item) in read_one_dev()
7710 struct btrfs_dev_item *dev_item; in btrfs_read_chunk_tree()
7712 struct btrfs_dev_item); in btrfs_read_chunk_tree()
Dtree-checker.c984 struct btrfs_dev_item *ditem; in check_dev_item()
1000 ditem = btrfs_item_ptr(leaf, slot, struct btrfs_dev_item); in check_dev_item()
Ddisk-io.c4309 struct btrfs_dev_item *dev_item; in write_all_supers()
/linux-6.1.9/include/uapi/linux/ !
Dbtrfs_tree.h392 struct btrfs_dev_item { struct