• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/

Lines Matching refs:BTRFS_SETGET_FUNCS

1235 #ifndef BTRFS_SETGET_FUNCS
1236 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \
1267 BTRFS_SETGET_FUNCS(device_type, struct btrfs_dev_item, type, 64);
1268 BTRFS_SETGET_FUNCS(device_total_bytes, struct btrfs_dev_item, total_bytes, 64);
1269 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64);
1270 BTRFS_SETGET_FUNCS(device_io_align, struct btrfs_dev_item, io_align, 32);
1271 BTRFS_SETGET_FUNCS(device_io_width, struct btrfs_dev_item, io_width, 32);
1272 BTRFS_SETGET_FUNCS(device_start_offset, struct btrfs_dev_item,
1274 BTRFS_SETGET_FUNCS(device_sector_size, struct btrfs_dev_item, sector_size, 32);
1275 BTRFS_SETGET_FUNCS(device_id, struct btrfs_dev_item, devid, 64);
1276 BTRFS_SETGET_FUNCS(device_group, struct btrfs_dev_item, dev_group, 32);
1277 BTRFS_SETGET_FUNCS(device_seek_speed, struct btrfs_dev_item, seek_speed, 8);
1278 BTRFS_SETGET_FUNCS(device_bandwidth, struct btrfs_dev_item, bandwidth, 8);
1279 BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);
1312 BTRFS_SETGET_FUNCS(chunk_length, struct btrfs_chunk, length, 64);
1313 BTRFS_SETGET_FUNCS(chunk_owner, struct btrfs_chunk, owner, 64);
1314 BTRFS_SETGET_FUNCS(chunk_stripe_len, struct btrfs_chunk, stripe_len, 64);
1315 BTRFS_SETGET_FUNCS(chunk_io_align, struct btrfs_chunk, io_align, 32);
1316 BTRFS_SETGET_FUNCS(chunk_io_width, struct btrfs_chunk, io_width, 32);
1317 BTRFS_SETGET_FUNCS(chunk_sector_size, struct btrfs_chunk, sector_size, 32);
1318 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
1319 BTRFS_SETGET_FUNCS(chunk_num_stripes, struct btrfs_chunk, num_stripes, 16);
1320 BTRFS_SETGET_FUNCS(chunk_sub_stripes, struct btrfs_chunk, sub_stripes, 16);
1321 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
1322 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
1390 BTRFS_SETGET_FUNCS(disk_block_group_used, struct btrfs_block_group_item,
1395 BTRFS_SETGET_FUNCS(disk_block_group_chunk_objectid,
1397 BTRFS_SETGET_FUNCS(disk_block_group_flags,
1403 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
1404 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
1407 BTRFS_SETGET_FUNCS(inode_generation, struct btrfs_inode_item, generation, 64);
1408 BTRFS_SETGET_FUNCS(inode_sequence, struct btrfs_inode_item, sequence, 64);
1409 BTRFS_SETGET_FUNCS(inode_transid, struct btrfs_inode_item, transid, 64);
1410 BTRFS_SETGET_FUNCS(inode_size, struct btrfs_inode_item, size, 64);
1411 BTRFS_SETGET_FUNCS(inode_nbytes, struct btrfs_inode_item, nbytes, 64);
1412 BTRFS_SETGET_FUNCS(inode_block_group, struct btrfs_inode_item, block_group, 64);
1413 BTRFS_SETGET_FUNCS(inode_nlink, struct btrfs_inode_item, nlink, 32);
1414 BTRFS_SETGET_FUNCS(inode_uid, struct btrfs_inode_item, uid, 32);
1415 BTRFS_SETGET_FUNCS(inode_gid, struct btrfs_inode_item, gid, 32);
1416 BTRFS_SETGET_FUNCS(inode_mode, struct btrfs_inode_item, mode, 32);
1417 BTRFS_SETGET_FUNCS(inode_rdev, struct btrfs_inode_item, rdev, 64);
1418 BTRFS_SETGET_FUNCS(inode_flags, struct btrfs_inode_item, flags, 64);
1452 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
1453 BTRFS_SETGET_FUNCS(timespec_nsec, struct btrfs_timespec, nsec, 32);
1456 BTRFS_SETGET_FUNCS(dev_extent_chunk_tree, struct btrfs_dev_extent,
1458 BTRFS_SETGET_FUNCS(dev_extent_chunk_objectid, struct btrfs_dev_extent,
1460 BTRFS_SETGET_FUNCS(dev_extent_chunk_offset, struct btrfs_dev_extent,
1462 BTRFS_SETGET_FUNCS(dev_extent_length, struct btrfs_dev_extent, length, 64);
1470 BTRFS_SETGET_FUNCS(extent_refs, struct btrfs_extent_item, refs, 64);
1471 BTRFS_SETGET_FUNCS(extent_generation, struct btrfs_extent_item,
1473 BTRFS_SETGET_FUNCS(extent_flags, struct btrfs_extent_item, flags, 64);
1475 BTRFS_SETGET_FUNCS(extent_refs_v0, struct btrfs_extent_item_v0, refs, 32);
1478 BTRFS_SETGET_FUNCS(tree_block_level, struct btrfs_tree_block_info, level, 8);
1494 BTRFS_SETGET_FUNCS(extent_data_ref_root, struct btrfs_extent_data_ref,
1496 BTRFS_SETGET_FUNCS(extent_data_ref_objectid, struct btrfs_extent_data_ref,
1498 BTRFS_SETGET_FUNCS(extent_data_ref_offset, struct btrfs_extent_data_ref,
1500 BTRFS_SETGET_FUNCS(extent_data_ref_count, struct btrfs_extent_data_ref,
1503 BTRFS_SETGET_FUNCS(shared_data_ref_count, struct btrfs_shared_data_ref,
1506 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,
1508 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
1526 BTRFS_SETGET_FUNCS(ref_root_v0, struct btrfs_extent_ref_v0, root, 64);
1527 BTRFS_SETGET_FUNCS(ref_generation_v0, struct btrfs_extent_ref_v0,
1529 BTRFS_SETGET_FUNCS(ref_objectid_v0, struct btrfs_extent_ref_v0, objectid, 64);
1530 BTRFS_SETGET_FUNCS(ref_count_v0, struct btrfs_extent_ref_v0, count, 32);
1533 BTRFS_SETGET_FUNCS(key_blockptr, struct btrfs_key_ptr, blockptr, 64);
1534 BTRFS_SETGET_FUNCS(key_generation, struct btrfs_key_ptr, generation, 64);
1589 BTRFS_SETGET_FUNCS(item_offset, struct btrfs_item, offset, 32);
1590 BTRFS_SETGET_FUNCS(item_size, struct btrfs_item, size, 32);
1639 BTRFS_SETGET_FUNCS(dir_log_end, struct btrfs_dir_log_item, end, 64);
1644 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
1645 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
1646 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
1649 BTRFS_SETGET_FUNCS(dir_data_len, struct btrfs_dir_item, data_len, 16);
1650 BTRFS_SETGET_FUNCS(dir_type, struct btrfs_dir_item, type, 8);
1651 BTRFS_SETGET_FUNCS(dir_name_len, struct btrfs_dir_item, name_len, 16);
1652 BTRFS_SETGET_FUNCS(dir_transid, struct btrfs_dir_item, transid, 64);
1814 BTRFS_SETGET_FUNCS(disk_root_generation, struct btrfs_root_item,
1816 BTRFS_SETGET_FUNCS(disk_root_refs, struct btrfs_root_item, refs, 32);
1817 BTRFS_SETGET_FUNCS(disk_root_bytenr, struct btrfs_root_item, bytenr, 64);
1818 BTRFS_SETGET_FUNCS(disk_root_level, struct btrfs_root_item, level, 8);
1893 BTRFS_SETGET_FUNCS(file_extent_type, struct btrfs_file_extent_item, type, 8);
1908 BTRFS_SETGET_FUNCS(file_extent_disk_bytenr, struct btrfs_file_extent_item,
1910 BTRFS_SETGET_FUNCS(file_extent_generation, struct btrfs_file_extent_item,
1912 BTRFS_SETGET_FUNCS(file_extent_disk_num_bytes, struct btrfs_file_extent_item,
1914 BTRFS_SETGET_FUNCS(file_extent_offset, struct btrfs_file_extent_item,
1916 BTRFS_SETGET_FUNCS(file_extent_num_bytes, struct btrfs_file_extent_item,
1918 BTRFS_SETGET_FUNCS(file_extent_ram_bytes, struct btrfs_file_extent_item,
1920 BTRFS_SETGET_FUNCS(file_extent_compression, struct btrfs_file_extent_item,
1922 BTRFS_SETGET_FUNCS(file_extent_encryption, struct btrfs_file_extent_item,
1924 BTRFS_SETGET_FUNCS(file_extent_other_encoding, struct btrfs_file_extent_item,