HomeSort by relevance Sort by last modified time
    Searched refs:btrfs_devread (Results 1 - 5 of 5) sorted by null

  /external/u-boot/fs/btrfs/
dev.c 15 int btrfs_devread(u64 address, int byte_len, void *buf) function
extent-io.c 86 if (!btrfs_devread(physical, size, out))
101 if (!btrfs_devread(physical, clen, cbuf))
btrfs.h 41 int btrfs_devread(u64, int, void *);
ctree.c 113 if (!btrfs_devread(physical, sizeof(hdr), &hdr))
130 if (!btrfs_devread(physical + offset, size - offset,
super.c 195 if (!btrfs_devread(superblock_offsets[i], BTRFS_SUPER_INFO_SIZE,

Completed in 119 milliseconds