Searched refs:BTRFS_SUPER_INFO_SIZE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddisk-io.h23 #define BTRFS_SUPER_INFO_SIZE 4096 macro
H A Ddisk-io.c2123 if (bytenr + BTRFS_SUPER_INFO_SIZE >=
2132 if (bytenr + BTRFS_SUPER_INFO_SIZE >= device->total_bytes)
2137 BTRFS_SUPER_INFO_SIZE);
2155 BTRFS_SUPER_INFO_SIZE -
2164 BTRFS_SUPER_INFO_SIZE);
2165 memcpy(bh->b_data, sb, BTRFS_SUPER_INFO_SIZE);
H A Dvolumes.c3332 BTRFS_SUPER_INFO_SIZE);
3338 write_extent_buffer(sb, super_copy, 0, BTRFS_SUPER_INFO_SIZE);

Completed in 132 milliseconds