Searched refs:file_offset (Results 1 – 5 of 5) sorted by relevance
/u-boot/fs/btrfs/ |
A D | inode.c | 531 key.offset = file_offset; in lookup_data_extent() 556 if (file_offset == 0) in lookup_data_extent() 564 if (key.offset <= file_offset && key.offset + in lookup_data_extent() 586 if (key.offset > file_offset) { in lookup_data_extent() 591 if (key.offset <= file_offset && key.offset + in lookup_data_extent() 668 if (aligned_start != file_offset) { in btrfs_file_read() 679 file_offset, dest); in btrfs_file_read() 730 dest + cur - file_offset); in btrfs_file_read() 737 if (file_offset + len != aligned_end) { in btrfs_file_read() 747 file_offset + len - aligned_end, in btrfs_file_read() [all …]
|
A D | btrfs.h | 22 int btrfs_file_read(struct btrfs_root *root, u64 ino, u64 file_offset, u64 len,
|
/u-boot/common/spl/ |
A D | spl_fat.c | 43 static ulong spl_fit_read(struct spl_load_info *load, ulong file_offset, in spl_fit_read() argument 50 ret = fat_read_file(filename, buf, file_offset, size, &actread); in spl_fit_read()
|
/u-boot/drivers/usb/gadget/ |
A D | f_mass_storage.c | 698 loff_t file_offset; in do_read() local 722 file_offset = ((loff_t) lba) << 9; in do_read() 766 file_offset / SECTOR_SIZE, in do_read() 775 (unsigned long long) file_offset, in do_read() 787 file_offset += nread; in do_read() 825 loff_t usb_offset, file_offset; in do_write() local 961 file_offset += nwritten; in do_write() 1006 loff_t file_offset; in do_verify() local 1033 file_offset = ((loff_t) lba) << 9; in do_verify() 1056 file_offset / SECTOR_SIZE, in do_verify() [all …]
|
/u-boot/tools/ |
A D | imx8image.c | 708 uint32_t file_offset) in flatten_container_header() argument 728 i, file_offset + size); in flatten_container_header() 730 file_offset + size + container->length - in flatten_container_header() 755 container_start_offset + file_offset; in flatten_container_header()
|
Completed in 12 milliseconds