Searched refs:BTRFS_NODEPTRS_PER_BLOCK (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dprint-tree.c313 (u32)BTRFS_NODEPTRS_PER_BLOCK(root) - nr);
H A Dctree.c765 BUG_ON(nritems > BTRFS_NODEPTRS_PER_BLOCK(root));
1071 BTRFS_NODEPTRS_PER_BLOCK(root) / 4)
1253 if (left_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) {
1303 if (right_nr >= BTRFS_NODEPTRS_PER_BLOCK(root) - 1) {
1638 BTRFS_NODEPTRS_PER_BLOCK(root) - 3) {
1656 BTRFS_NODEPTRS_PER_BLOCK(root) / 2) {
1957 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems;
2026 push_items = BTRFS_NODEPTRS_PER_BLOCK(root) - dst_nritems;
2156 if (nritems == BTRFS_NODEPTRS_PER_BLOCK(root))
2205 BTRFS_NODEPTRS_PER_BLOCK(roo
[all...]
H A Dextent-tree.c5285 BTRFS_NODEPTRS_PER_BLOCK(root));
5806 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root);
5922 wc->reada_count = BTRFS_NODEPTRS_PER_BLOCK(root);
H A Dctree.h307 #define BTRFS_NODEPTRS_PER_BLOCK(r) (((r)->nodesize - \ macro

Completed in 137 milliseconds