dir_key          2221 fs/btrfs/tree-log.c 				      struct btrfs_key *dir_key)
dir_key          2253 fs/btrfs/tree-log.c 		if (log && dir_key->type == BTRFS_DIR_ITEM_KEY) {
dir_key          2255 fs/btrfs/tree-log.c 						       dir_key->objectid,
dir_key          2257 fs/btrfs/tree-log.c 		} else if (log && dir_key->type == BTRFS_DIR_INDEX_KEY) {
dir_key          2260 fs/btrfs/tree-log.c 						     dir_key->objectid,
dir_key          2261 fs/btrfs/tree-log.c 						     dir_key->offset,
dir_key          2295 fs/btrfs/tree-log.c 			ret = btrfs_search_slot(NULL, root, dir_key, path,
dir_key          2436 fs/btrfs/tree-log.c 	struct btrfs_key dir_key;
dir_key          2441 fs/btrfs/tree-log.c 	dir_key.objectid = dirid;
dir_key          2442 fs/btrfs/tree-log.c 	dir_key.type = BTRFS_DIR_ITEM_KEY;
dir_key          2469 fs/btrfs/tree-log.c 		dir_key.offset = range_start;
dir_key          2472 fs/btrfs/tree-log.c 			ret = btrfs_search_slot(NULL, root, &dir_key, path,
dir_key          2488 fs/btrfs/tree-log.c 			    found_key.type != dir_key.type)
dir_key          2501 fs/btrfs/tree-log.c 			dir_key.offset = found_key.offset + 1;
dir_key          2513 fs/btrfs/tree-log.c 		dir_key.type = BTRFS_DIR_INDEX_KEY;