Searched refs:BTRFS_SETGET_FUNCS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | accessors.h | 63 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro 128 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64); 129 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 130 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32); 131 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32); 132 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item, start_offset, 64); 133 BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32); 134 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64); 135 BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32); 136 BTRFS_SETGET_FUNCS(device_seek_spee [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 1470 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro 1538 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64); 1539 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 1540 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32); 1541 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32); 1542 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item, 1544 BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32); 1545 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64); 1546 BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32); 1547 BTRFS_SETGET_FUNCS(device_seek_spee [all...] |
Completed in 6 milliseconds