Searched refs:BTRFS_TREE_BLOCK_REF_KEY (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddelayed-ref.c41 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) {
104 if (ref1->type == BTRFS_TREE_BLOCK_REF_KEY ||
352 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY ||
356 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY ||
536 ref->type = BTRFS_TREE_BLOCK_REF_KEY;
H A Dprint-tree.c116 case BTRFS_TREE_BLOCK_REF_KEY:
215 case BTRFS_TREE_BLOCK_REF_KEY:
H A Dctree.h1157 #define BTRFS_TREE_BLOCK_REF_KEY 176 macro
1513 if (type == BTRFS_TREE_BLOCK_REF_KEY ||
H A Drelocation.c714 * backref of type BTRFS_TREE_BLOCK_REF_KEY
767 WARN_ON(key.type != BTRFS_TREE_BLOCK_REF_KEY &&
772 ((key.type == BTRFS_TREE_BLOCK_REF_KEY &&
845 } else if (key.type != BTRFS_TREE_BLOCK_REF_KEY) {
849 /* key.type == BTRFS_TREE_BLOCK_REF_KEY */
H A Dextent-tree.c1219 key.type = BTRFS_TREE_BLOCK_REF_KEY;
1252 key.type = BTRFS_TREE_BLOCK_REF_KEY;
1268 type = BTRFS_TREE_BLOCK_REF_KEY;
2010 if (node->type == BTRFS_TREE_BLOCK_REF_KEY ||
5018 BTRFS_TREE_BLOCK_REF_KEY);

Completed in 191 milliseconds