• Home
  • Raw
  • Download

Lines Matching refs:found_key

1077 			struct btrfs_key *found_key)  in __inode_info()  argument
1099 btrfs_item_key_to_cpu(eb, found_key, path->slots[0]); in __inode_info()
1100 if (found_key->type != key.type || found_key->objectid != key.objectid) in __inode_info()
1119 struct btrfs_key *found_key) in inode_ref_info() argument
1122 found_key); in inode_ref_info()
1132 struct btrfs_key found_key; in btrfs_find_one_extref() local
1167 btrfs_item_key_to_cpu(leaf, &found_key, slot); in btrfs_find_one_extref()
1176 if (found_key.objectid != inode_objectid) in btrfs_find_one_extref()
1178 if (btrfs_key_type(&found_key) != BTRFS_INODE_EXTREF_KEY) in btrfs_find_one_extref()
1186 *found_off = found_key.offset; in btrfs_find_one_extref()
1217 struct btrfs_key found_key; in btrfs_ref_to_path() local
1234 ret = inode_ref_info(parent, 0, fs_root, path, &found_key); in btrfs_ref_to_path()
1240 next_inum = found_key.offset; in btrfs_ref_to_path()
1281 struct btrfs_path *path, struct btrfs_key *found_key, in extent_from_logical() argument
1303 btrfs_item_key_to_cpu(path->nodes[0], found_key, path->slots[0]); in extent_from_logical()
1304 if (found_key->type != BTRFS_EXTENT_ITEM_KEY || in extent_from_logical()
1305 found_key->objectid > logical || in extent_from_logical()
1306 found_key->objectid + found_key->offset <= logical) { in extent_from_logical()
1322 (unsigned long long)(logical - found_key->objectid), in extent_from_logical()
1323 (unsigned long long)found_key->objectid, in extent_from_logical()
1324 (unsigned long long)found_key->offset, in extent_from_logical()
1526 struct btrfs_key found_key; in iterate_inodes_from_logical() local
1529 ret = extent_from_logical(fs_info, logical, path, &found_key, &flags); in iterate_inodes_from_logical()
1536 extent_item_pos = logical - found_key.objectid; in iterate_inodes_from_logical()
1537 ret = iterate_extent_inodes(fs_info, found_key.objectid, in iterate_inodes_from_logical()
1561 struct btrfs_key found_key; in iterate_inode_refs() local
1566 &found_key); in iterate_inode_refs()
1575 parent = found_key.offset; in iterate_inode_refs()
1592 (unsigned long long)found_key.objectid, in iterate_inode_refs()