Searched refs:byte_len (Results 1 - 6 of 6) sorted by relevance

/u-boot/fs/
H A Dfs_internal.c18 lbaint_t sector, int byte_offset, int byte_len, char *buf)
30 if ((sector + ((byte_offset + byte_len - 1) >> log2blksz))
40 log_debug(" <" LBAFU ", %d, %d>\n", sector, byte_offset, byte_len);
51 byte_len);
54 byte_len -= readlen;
58 if (byte_len == 0)
62 block_len = byte_len & ~(blk->blksz - 1);
70 memcpy(buf, p, byte_len);
80 block_len = byte_len & ~(blk->blksz - 1);
82 byte_len
17 fs_devread(struct blk_desc *blk, struct disk_partition *partition, lbaint_t sector, int byte_offset, int byte_len, char *buf) argument
[all...]
/u-boot/fs/btrfs/
H A Ddev.c16 int btrfs_devread(u64 address, int byte_len, void *buf) argument
25 byte_len, buf);
/u-boot/fs/zfs/
H A Ddev.c26 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) argument
29 byte_len, buf) ? 0 : 1;
/u-boot/fs/ext4/
H A Ddev.c50 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, argument
54 byte_len, buffer);
/u-boot/include/
H A Dzfs_common.h102 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf);
H A Dext4fs.h157 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, char *buf);

Completed in 102 milliseconds