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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.h1235 #ifndef BTRFS_SETGET_FUNCS
1236 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro
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_i
[all...]
H A Dstruct-funcs.c22 * definition for this BTRFS_SETGET_FUNCS macro, behind a #ifndef
44 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ macro

Completed in 49 milliseconds