Searched refs:BTRFS_SETGET_FUNCS (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | ctree.h | 1598 #ifndef BTRFS_SETGET_FUNCS 1599 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro 1630 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64); 1631 BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64); 1632 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 1633 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32); 1634 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32); 1635 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item, 1637 BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32); 1638 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64); [all …]
|
D | struct-funcs.c | 44 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro
|