Searched refs:objectid (Results 1 – 11 of 11) sorted by relevance
| /openbmc/u-boot/fs/btrfs/ |
| H A D | inode.c | 57 if (btrfs_find_root(location->objectid, &tmp_root, NULL)) in btrfs_lookup_inode() 60 location->objectid = tmp_root.root_dirid; in btrfs_lookup_inode() 94 key.objectid = inr; in btrfs_readlink() 147 if (root->objectid != btrfs_info.fs_root.objectid) { in get_parent_inode() 151 parent = btrfs_lookup_root_ref(root->objectid, &ref, in get_parent_inode() 163 key.objectid = inr; in get_parent_inode() 179 key.objectid = res; in get_parent_inode() 274 if (btrfs_readlink(root, item.location.objectid, in btrfs_lookup_path() 292 inr = item.location.objectid; in btrfs_lookup_path() 305 key.objectid = inr; in btrfs_lookup_path() [all …]
|
| H A D | root.c | 34 int btrfs_find_root(u64 objectid, struct btrfs_root *root, in btrfs_find_root() argument 40 if (!btrfs_search_tree_key_type(&btrfs_info.tree_root, objectid, in btrfs_find_root() 49 root->objectid = objectid; in btrfs_find_root()
|
| H A D | ctree.c | 14 if (a->objectid > b->objectid) in btrfs_comp_keys() 16 if (a->objectid < b->objectid) in btrfs_comp_keys() 31 if (a->objectid > b->objectid) in btrfs_comp_keys_type() 33 if (a->objectid < b->objectid) in btrfs_comp_keys_type()
|
| H A D | ctree.h | 271 u64 objectid; member 290 btrfs_search_tree_key_type(const struct btrfs_root *root, u64 objectid, in btrfs_search_tree_key_type() argument 295 key.objectid = objectid; in btrfs_search_tree_key_type()
|
| H A D | btrfs.c | 47 if (target && btrfs_readlink(root, item->location.objectid, in readdir_callback() 93 btrfs_info.tree_root.objectid = 0; in btrfs_probe() 95 btrfs_info.chunk_root.objectid = 0; in btrfs_probe()
|
| H A D | subvolume.c | 78 return item.location.objectid; in btrfs_get_default_subvol_objectid() 88 key.objectid = tree; in list_subvols()
|
| H A D | dir-item.c | 71 key.objectid = dir; in btrfs_lookup_dir_item() 97 key.objectid = dir; in btrfs_readdir()
|
| H A D | conv-funcs.h | 121 DEFINE_CONV(btrfs_key, objectid, offset) 132 DEFINE_CONV(btrfs_extent_data_ref, root, objectid, offset, count)
|
| H A D | btrfs_tree.h | 346 __u64 objectid; member 494 __u64 objectid; member
|
| H A D | chunk-map.c | 151 key.objectid = BTRFS_FIRST_CHUNK_TREE_OBJECTID; in btrfs_read_chunk_tree()
|
| /openbmc/u-boot/fs/reiserfs/ |
| H A D | reiserfs.c | 520 search_stat (__u32 dir_id, __u32 objectid) in search_stat() argument 528 printf ("search_stat:\n key %d:%d:0:0\n", dir_id, objectid); in search_stat() 545 && (__le32_to_cpu(key->k_objectid) > objectid in search_stat() 546 || (__le32_to_cpu(key->k_objectid) == objectid in search_stat() 568 && __le32_to_cpu(ih->ih_key.k_objectid) == objectid in search_stat() 684 __u32 dir_id, objectid, parent_dir_id = 0, parent_objectid = 0; in reiserfs_dir() local 693 objectid = REISERFS_ROOT_OBJECTID; in reiserfs_dir() 702 if (! search_stat (dir_id, objectid)) in reiserfs_dir() 749 INFO->fileinfo.k_objectid = objectid; in reiserfs_dir() 768 objectid = REISERFS_ROOT_OBJECTID; in reiserfs_dir() [all …]
|