Home
last modified time | relevance | path

Searched refs:next_root (Results 1 – 1 of 1) sorted by relevance

/u-boot/fs/btrfs/
A Dinode.c249 struct btrfs_root *next_root; in btrfs_lookup_path() local
280 ret = get_parent_inode(root, ino, &next_root, &next_ino); in btrfs_lookup_path()
283 root = next_root; in btrfs_lookup_path()
298 next_root = btrfs_read_fs_root(fs_info, &key); in btrfs_lookup_path()
299 if (IS_ERR(next_root)) in btrfs_lookup_path()
300 return PTR_ERR(next_root); in btrfs_lookup_path()
301 root = next_root; in btrfs_lookup_path()
322 ret = btrfs_lookup_path(root, ino, target, &next_root, in btrfs_lookup_path()
327 root = next_root; in btrfs_lookup_path()

Completed in 8 milliseconds