Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.h75 u64 btrfs_file_read(const struct btrfs_root *, u64, u64, u64, char *);
H A Dbtrfs.c200 rd = btrfs_file_read(&root, inr, offset, len, buf); in btrfs_read()
H A Dinode.c319 u64 btrfs_file_read(const struct btrfs_root *root, u64 inr, u64 offset, in btrfs_file_read() function