Searched refs:BTRFS_DIR_ITEM_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 Ddir-item.c135 btrfs_set_key_type(&key, BTRFS_DIR_ITEM_KEY);
216 btrfs_set_key_type(&key, BTRFS_DIR_ITEM_KEY);
233 btrfs_key_type(&found_key) != BTRFS_DIR_ITEM_KEY ||
H A Dprint-tree.c198 case BTRFS_DIR_ITEM_KEY:
H A Dtree-log.c1197 if (key->type == BTRFS_DIR_ITEM_KEY) {
1255 * the subvolume. Only BTRFS_DIR_ITEM_KEY types will have more than
1411 if (log && dir_key->type == BTRFS_DIR_ITEM_KEY) {
1488 dir_key.type = BTRFS_DIR_ITEM_KEY;
1653 } else if (key.type == BTRFS_DIR_ITEM_KEY ||
2326 if (key_type == BTRFS_DIR_ITEM_KEY)
2522 int key_type = BTRFS_DIR_ITEM_KEY;
2538 if (key_type == BTRFS_DIR_ITEM_KEY) {
H A Dctree.h1119 #define BTRFS_DIR_ITEM_KEY 84 macro
H A Dinode.c3960 key_type = BTRFS_DIR_ITEM_KEY;

Completed in 185 milliseconds