Searched refs:BTRFS_EXTENT_DATA_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 Dprint-tree.c124 case BTRFS_EXTENT_DATA_REF_KEY:
221 case BTRFS_EXTENT_DATA_REF_KEY:
H A Ddelayed-ref.c61 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) {
108 } else if (ref1->type == BTRFS_EXTENT_DATA_REF_KEY ||
589 ref->type = BTRFS_EXTENT_DATA_REF_KEY;
H A Dextent-tree.c960 key.type = BTRFS_EXTENT_DATA_REF_KEY;
1006 key.type != BTRFS_EXTENT_DATA_REF_KEY)
1046 key.type = BTRFS_EXTENT_DATA_REF_KEY;
1121 if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
1146 if (key.type == BTRFS_EXTENT_DATA_REF_KEY)
1177 BTRFS_EXTENT_DATA_REF_KEY) {
1184 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
1273 type = BTRFS_EXTENT_DATA_REF_KEY;
1400 if (type == BTRFS_EXTENT_DATA_REF_KEY) {
1507 if (type == BTRFS_EXTENT_DATA_REF_KEY) {
[all...]
H A Dctree.h1159 #define BTRFS_EXTENT_DATA_REF_KEY 178 macro
1519 if (type == BTRFS_EXTENT_DATA_REF_KEY)
H A Drelocation.c3194 * helper to add tree blocks for backref of type BTRFS_EXTENT_DATA_REF_KEY
3383 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {
3421 } else if (key.type == BTRFS_EXTENT_DATA_REF_KEY) {

Completed in 143 milliseconds