Lines Matching refs:BTRFS_SETGET_FUNCS

63 #define BTRFS_SETGET_FUNCS(name, type, member, bits)			\
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_speed, struct btrfs_dev_item, seek_speed, 8);
137 BTRFS_SETGET_FUNCS(device_bandwidth, struct btrfs_dev_item, bandwidth, 8);
138 BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);
170 BTRFS_SETGET_FUNCS(chunk_length, struct btrfs_chunk, length, 64);
171 BTRFS_SETGET_FUNCS(chunk_owner, struct btrfs_chunk, owner, 64);
172 BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
173 BTRFS_SETGET_FUNCS(chunk_io_align, struct btrfs_chunk, io_align, 32);
174 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
175 BTRFS_SETGET_FUNCS(chunk_sector_size, struct btrfs_chunk, sector_size, 32);
176 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
177 BTRFS_SETGET_FUNCS(chunk_num_stripes, struct btrfs_chunk, num_stripes, 16);
178 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16);
179 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
180 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
246 BTRFS_SETGET_FUNCS(block_group_used, struct btrfs_block_group_item, used, 64);
250 BTRFS_SETGET_FUNCS(block_group_chunk_objectid,
252 BTRFS_SETGET_FUNCS(block_group_flags, struct btrfs_block_group_item, flags, 64);
257 BTRFS_SETGET_FUNCS(free_space_extent_count, struct btrfs_free_space_info,
259 BTRFS_SETGET_FUNCS(free_space_flags, struct btrfs_free_space_info, flags, 32);
262 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
263 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
268 BTRFS_SETGET_FUNCS(inode_extref_parent, struct btrfs_inode_extref,
270 BTRFS_SETGET_FUNCS(inode_extref_name_len, struct btrfs_inode_extref,
272 BTRFS_SETGET_FUNCS(inode_extref_index, struct btrfs_inode_extref, index, 64);
275 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
276 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
277 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
278 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
279 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
280 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
281 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
282 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
283 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
284 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
285 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
286 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
303 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
304 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
309 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent, chunk_tree, 64);
310 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
312 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
314 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
323 BTRFS_SETGET_FUNCS(extent_refs, struct btrfs_extent_item, refs, 64);
324 BTRFS_SETGET_FUNCS(extent_generation, struct btrfs_extent_item, generation, 64);
325 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);
327 BTRFS_SETGET_FUNCS(tree_block_level, struct btrfs_tree_block_info, level, 8);
343 BTRFS_SETGET_FUNCS(extent_data_ref_root, struct btrfs_extent_data_ref, root, 64);
344 BTRFS_SETGET_FUNCS(extent_data_ref_objectid, struct btrfs_extent_data_ref,
346 BTRFS_SETGET_FUNCS(extent_data_ref_offset, struct btrfs_extent_data_ref,
348 BTRFS_SETGET_FUNCS(extent_data_ref_count, struct btrfs_extent_data_ref, count, 32);
350 BTRFS_SETGET_FUNCS(shared_data_ref_count, struct btrfs_shared_data_ref, count, 32);
352 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,
354 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
372 BTRFS_SETGET_FUNCS(key_blockptr, struct btrfs_key_ptr, blockptr, 64);
373 BTRFS_SETGET_FUNCS(key_generation, struct btrfs_key_ptr, generation, 64);
436 BTRFS_SETGET_FUNCS(raw_item_offset, struct btrfs_item, offset, 32);
437 BTRFS_SETGET_FUNCS(raw_item_size, struct btrfs_item, size, 32);
499 BTRFS_SETGET_FUNCS(dir_log_end, struct btrfs_dir_log_item, end, 64);
502 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
503 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
504 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
510 BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
511 BTRFS_SETGET_FUNCS(dir_flags, struct btrfs_dir_item, type, 8);
512 BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
513 BTRFS_SETGET_FUNCS(dir_transid, struct btrfs_dir_item, transid, 64);
544 BTRFS_SETGET_FUNCS(free_space_entries, struct btrfs_free_space_header,
546 BTRFS_SETGET_FUNCS(free_space_bitmaps, struct btrfs_free_space_header,
548 BTRFS_SETGET_FUNCS(free_space_generation, struct btrfs_free_space_header,
716 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item, generation, 64);
717 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
718 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
719 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
789 BTRFS_SETGET_FUNCS(balance_flags, struct btrfs_balance_item, flags, 64);
940 BTRFS_SETGET_FUNCS(file_extent_type, struct btrfs_file_extent_item, type, 8);
941 BTRFS_SETGET_FUNCS(file_extent_disk_bytenr, struct btrfs_file_extent_item,
943 BTRFS_SETGET_FUNCS(file_extent_generation, struct btrfs_file_extent_item,
945 BTRFS_SETGET_FUNCS(file_extent_disk_num_bytes, struct btrfs_file_extent_item,
947 BTRFS_SETGET_FUNCS(file_extent_offset, struct btrfs_file_extent_item,
949 BTRFS_SETGET_FUNCS(file_extent_num_bytes, struct btrfs_file_extent_item,
951 BTRFS_SETGET_FUNCS(file_extent_ram_bytes, struct btrfs_file_extent_item,
953 BTRFS_SETGET_FUNCS(file_extent_compression, struct btrfs_file_extent_item,
955 BTRFS_SETGET_FUNCS(file_extent_encryption, struct btrfs_file_extent_item,
957 BTRFS_SETGET_FUNCS(file_extent_other_encoding, struct btrfs_file_extent_item,
961 BTRFS_SETGET_FUNCS(qgroup_status_generation, struct btrfs_qgroup_status_item,
963 BTRFS_SETGET_FUNCS(qgroup_status_version, struct btrfs_qgroup_status_item,
965 BTRFS_SETGET_FUNCS(qgroup_status_flags, struct btrfs_qgroup_status_item,
967 BTRFS_SETGET_FUNCS(qgroup_status_rescan, struct btrfs_qgroup_status_item,
971 BTRFS_SETGET_FUNCS(qgroup_info_generation, struct btrfs_qgroup_info_item,
973 BTRFS_SETGET_FUNCS(qgroup_info_rfer, struct btrfs_qgroup_info_item, rfer, 64);
974 BTRFS_SETGET_FUNCS(qgroup_info_rfer_cmpr, struct btrfs_qgroup_info_item,
976 BTRFS_SETGET_FUNCS(qgroup_info_excl, struct btrfs_qgroup_info_item, excl, 64);
977 BTRFS_SETGET_FUNCS(qgroup_info_excl_cmpr, struct btrfs_qgroup_info_item,
992 BTRFS_SETGET_FUNCS(qgroup_limit_flags, struct btrfs_qgroup_limit_item, flags, 64);
993 BTRFS_SETGET_FUNCS(qgroup_limit_max_rfer, struct btrfs_qgroup_limit_item,
995 BTRFS_SETGET_FUNCS(qgroup_limit_max_excl, struct btrfs_qgroup_limit_item,
997 BTRFS_SETGET_FUNCS(qgroup_limit_rsv_rfer, struct btrfs_qgroup_limit_item,
999 BTRFS_SETGET_FUNCS(qgroup_limit_rsv_excl, struct btrfs_qgroup_limit_item,
1013 BTRFS_SETGET_FUNCS(dev_replace_src_devid,
1015 BTRFS_SETGET_FUNCS(dev_replace_cont_reading_from_srcdev_mode,
1018 BTRFS_SETGET_FUNCS(dev_replace_replace_state, struct btrfs_dev_replace_item,
1020 BTRFS_SETGET_FUNCS(dev_replace_time_started, struct btrfs_dev_replace_item,
1022 BTRFS_SETGET_FUNCS(dev_replace_time_stopped, struct btrfs_dev_replace_item,
1024 BTRFS_SETGET_FUNCS(dev_replace_num_write_errors, struct btrfs_dev_replace_item,
1026 BTRFS_SETGET_FUNCS(dev_replace_num_uncorrectable_read_errors,
1029 BTRFS_SETGET_FUNCS(dev_replace_cursor_left, struct btrfs_dev_replace_item,
1031 BTRFS_SETGET_FUNCS(dev_replace_cursor_right, struct btrfs_dev_replace_item,
1056 BTRFS_SETGET_FUNCS(verity_descriptor_encryption, struct btrfs_verity_descriptor_item,
1058 BTRFS_SETGET_FUNCS(verity_descriptor_size, struct btrfs_verity_descriptor_item,