Searched refs:file_start (Results 1 – 3 of 3) sorted by relevance
46 unsigned long file_start; member132 INODE->file_start = 0; in iso9660_mount()157 INODE->file_start = 0; in iso9660_dir()379 INODE->file_start = idr->extent.l; in iso9660_dir()420 if (INODE->file_start == 0) in iso9660_read()434 if (!iso9660_devread(ffi, INODE->file_start + sector, blkoffset, size, buf)) in iso9660_read()
52 static uint64_t file_start = 0; variable1489 file_start = file_end = 0; in zfs_read()1496 if (filepos >= file_start && filepos+len <= file_end) { in zfs_read()1497 grub_memmove(buf, file_buf + filepos - file_start, len); in zfs_read()1520 file_start = blkid * blksz; in zfs_read()1521 file_end = file_start + blksz; in zfs_read()1525 grub_memmove(buf, file_buf + filepos - file_start, in zfs_read()
1551 - unsigned long file_start;1552 + unsigned int file_start;
Completed in 10 milliseconds