Searched refs:fs_root (Results 1 – 8 of 8) sorted by relevance
/u-boot/fs/btrfs/ |
A D | btrfs.c | 137 struct btrfs_root *root = fs_info->fs_root; in btrfs_ls() 143 ret = btrfs_lookup_path(fs_info->fs_root, BTRFS_FIRST_FREE_OBJECTID, in btrfs_ls() 172 ret = btrfs_lookup_path(fs_info->fs_root, BTRFS_FIRST_FREE_OBJECTID, in btrfs_exists() 193 ret = btrfs_lookup_path(fs_info->fs_root, BTRFS_FIRST_FREE_OBJECTID, in btrfs_size() 237 ret = btrfs_lookup_path(fs_info->fs_root, BTRFS_FIRST_FREE_OBJECTID, in btrfs_read()
|
A D | subvolume.c | 171 ret = list_one_subvol(fs_info->fs_root, result); in list_subvolums() 174 root = fs_info->fs_root; in list_subvolums()
|
A D | ctree.c | 328 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path, in btrfs_find_item() argument 348 ret = btrfs_search_slot(NULL, fs_root, &key, path, 0, 0); in btrfs_find_item() 354 ret = btrfs_next_leaf(fs_root, path); in btrfs_find_item()
|
A D | conv-funcs.h | 161 chunk_root_gen, extent_root, extent_root_gen, fs_root, fs_root_gen,
|
A D | inode.c | 132 *root_ret = fs_info->fs_root; in get_parent_inode() 260 root = fs_info->fs_root; in btrfs_lookup_path()
|
A D | ctree.h | 104 struct btrfs_root *fs_root; member 907 fs_root, 64); 1295 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *found_path,
|
A D | disk-io.c | 839 fs_info->fs_root = btrfs_read_fs_root(fs_info, &key); in btrfs_setup_all_roots() 841 if (IS_ERR(fs_info->fs_root)) in btrfs_setup_all_roots()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 1112 __le64 fs_root; member
|
Completed in 18 milliseconds