Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dctree.h1794 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro
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);
1866 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
1867 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item,
1869 BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32);
1870 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64);
1871 BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32);
1872 BTRFS_SETGET_FUNCS(device_seek_speed, struct btrfs_dev_item, seek_speed, 8);
[all …]