Home
last modified time | relevance | path

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

/external/u-boot/fs/btrfs/
Dsubvolume.c117 } while (!(res = btrfs_next_slot(&path))); in list_subvols()
Ddir-item.c119 } while (!(res = btrfs_next_slot(&path))); in btrfs_readdir()
Dchunk-map.c169 } while (!(res = btrfs_next_slot(&path))); in btrfs_read_chunk_tree()
Dctree.h283 int btrfs_next_slot(struct btrfs_path *);
Dctree.c269 int btrfs_next_slot(struct btrfs_path *p) in btrfs_next_slot() function
Dinode.c375 } while (!(res = btrfs_next_slot(&path))); in btrfs_file_read()