Searched refs:objectid (Results 1 - 15 of 15) sorted by relevance

/u-boot/fs/btrfs/
H A Droot-tree.c5 int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, argument
19 search_key.objectid = objectid;
36 found_key.objectid != objectid) {
H A Dextent-cache.h20 u64 objectid; member in struct:cache_extent
79 * Search a cache_extent with same objectid, and covers start.
84 u64 objectid, u64 start);
86 * Search a cache_extent with same objectid, and covers the range
92 u64 objectid, u64 start, u64 size);
H A Dextent-cache.c17 u64 objectid; member in struct:cache_extent_search_range
58 if (entry->objectid < range->objectid)
60 else if (entry->objectid > range->objectid)
76 range.objectid = entry->objectid;
95 pe->objectid = 0;
144 u64 objectid, u64 start, u64 size)
150 range.objectid
143 lookup_cache_extent2(struct cache_tree *tree, u64 objectid, u64 start, u64 size) argument
180 search_cache_extent2(struct cache_tree *tree, u64 objectid, u64 start) argument
[all...]
H A Dsubvolume.c37 key.objectid = cur;
85 u64 cur = root->root_key.objectid;
100 key.objectid = cur;
135 location.objectid = key.offset;
176 root->root_key.objectid, btrfs_root_generation(&root->root_item),
179 key.objectid = BTRFS_FIRST_FREE_OBJECTID;
191 if (key.objectid > BTRFS_LAST_FREE_OBJECTID)
193 if (key.objectid < BTRFS_FIRST_FREE_OBJECTID ||
208 root->root_key.objectid,
H A Ddisk-io.c583 u64 objectid)
589 root->objectid = objectid;
595 root->root_key.objectid = objectid;
600 u64 objectid, struct btrfs_root *root)
605 btrfs_setup_root(root, fs_info, objectid);
606 ret = btrfs_find_last_root(tree_root, objectid,
653 location->objectid, root);
662 location->objectid);
582 btrfs_setup_root(struct btrfs_root *root, struct btrfs_fs_info *fs_info, u64 objectid) argument
598 find_and_setup_root(struct btrfs_root *tree_root, struct btrfs_fs_info *fs_info, u64 objectid, struct btrfs_root *root) argument
709 u64 objectid = *((u64 *)data); local
735 u64 objectid = location->objectid; local
797 setup_root_or_create_block(struct btrfs_fs_info *fs_info, struct btrfs_root *info_root, u64 objectid, char *str) argument
[all...]
H A Ddir-item.c92 key.objectid = dir;
109 if (found_key.objectid != dir ||
125 key.objectid = ino;
150 if (key.objectid != ino || key.type != BTRFS_DIR_INDEX_KEY)
H A Dbtrfs.c53 error("Can't find root %llu", key.objectid);
66 error("Can't find inode %llu", key.objectid);
82 key.objectid);
85 ret = btrfs_readlink(root, key.objectid, target);
87 error("Failed to read symlink %llu", key.objectid);
204 key.objectid = ino;
H A Dinode.c29 key.objectid = ino;
81 key.objectid = rootid;
131 if (root->root_key.objectid == BTRFS_FS_TREE_OBJECTID) {
137 ret = lookup_root_ref(fs_info, root->root_key.objectid,
142 key.objectid = parent_root;
153 key.objectid = ino;
315 ret = btrfs_readlink(root, key.objectid, target);
332 ino = key.objectid;
543 key.objectid = ino;
559 if (key.objectid !
[all...]
H A Ddisk-io.h30 u64 objectid);
H A Dctree.c75 if (k1->objectid > k2->objectid)
77 if (k1->objectid < k2->objectid)
338 key.objectid = iobjectid;
362 found_key->objectid != key.objectid) {
733 if (found_key.objectid < min_objectid)
737 if (found_key.objectid == min_objectid &&
H A Dconv-funcs.h121 DEFINE_CONV(btrfs_key, objectid, offset)
132 DEFINE_CONV(btrfs_extent_data_ref, root, objectid, offset, count)
H A Dctree.h85 u64 objectid; member in struct:btrfs_root
494 objectid, 64);
530 BTRFS_SETGET_FUNCS(ref_objectid_v0, struct btrfs_extent_ref_v0, objectid, 64);
707 objectid, 64);
716 cpu->objectid = le64_to_cpu(disk->objectid);
724 disk->objectid = cpu_to_le64(cpu->objectid);
1215 int btrfs_find_last_root(struct btrfs_root *root, u64 objectid,
H A Dextent-io.c31 state->cache_node.objectid = 0;
H A Dvolumes.c760 key.objectid = BTRFS_DEV_ITEMS_OBJECTID;
/u-boot/fs/btrfs/kernel-shared/
H A Dbtrfs_tree.h69 /* Shows the directory objectid inside the root tree. */
90 /* Orhpan objectid for tracking unlinked/truncated files. */
110 /* Dummy objectid represents multiple objectids. */
375 * While normally for objectid, it either represents a root number, or an
387 __le64 objectid; member in struct:btrfs_disk_key
393 __u64 objectid; member in struct:btrfs_key
513 * Items in the extent tree are used to record the objectid of the
546 __le64 objectid; member in struct:btrfs_extent_data_ref
564 __le64 objectid; member in struct:btrfs_extent_ref_v0

Completed in 134 milliseconds