Searched refs:BTRFS_SETGET_FUNCS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | accessors.h | 74 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro 139 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64); 145 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64); 181 BTRFS_SETGET_FUNCS(chunk_length, struct btrfs_chunk, length, 64); 182 BTRFS_SETGET_FUNCS(chunk_owner, struct btrfs_chunk, owner, 64); 187 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64); 261 BTRFS_SETGET_FUNCS(block_group_chunk_objectid, 532 BTRFS_SETGET_FUNCS(dir_flags, struct btrfs_dir_item, type, 8); 997 BTRFS_SETGET_FUNCS(dev_replace_src_devid, 999 BTRFS_SETGET_FUNCS(dev_replace_cont_reading_from_srcdev_mode, [all …]
|