Home
last modified time | relevance | path

Searched refs:read_block (Results 1 – 12 of 12) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dread_fs.c55 int read_block(int fd, long long start, long long *next, int expected, in read_block() function
151 byte = read_block(fd, start, &start, 0, *inode_table + bytes); in scan_inode_table()
566 bytes = read_block(fd, sizeof(*sBlk), NULL, 0, buffer); in read_super()
652 byte = read_block(fd, start, &start, expected, directory_table + bytes); in squashfs_readdir()
725 int length = read_block(fd, index[i], NULL, expected, in read_id_table()
784 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table()
835 int length = read_block(fd, index[i], NULL, expected, in read_inode_lookup_table()
Dread_xattrs.c50 extern int read_block(int, long long, long long *, int, void *);
204 int length = read_block(fd, index[i], NULL, expected, in read_xattrs_from_disk()
236 length = read_block(fd, start, &start, 0, in read_xattrs_from_disk()
Dunsquashfs.h244 extern int read_block(int, long long, long long *, int, void *);
Dunsquash-4.c65 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_4()
380 res = read_block(fd, id_index_table[i], NULL, expected, in read_uids_guids_4()
Dunsquash-2.c91 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_2()
Dunsquashfs.c659 int read_block(int fd, long long start, long long *next, int expected, in read_block() function
788 res = read_block(fd, start, &start, 0, inode_table + bytes); in read_inode_table()
1199 res = read_block(fd, start, &start, 0, directory_table + bytes); in read_directory_table()
1654 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in squashfs_stat()
1763 bytes = read_block(fd, sizeof(sBlk.s), NULL, 0, buffer); in check_compression()
Dunsquash-3.c78 int length = read_block(fd, fragment_table_index[i], NULL, in read_fragment_table_3()
/external/elfutils/src/src/
Dstrings.c576 read_block (int fd, const char *fname, off64_t fdlen, off64_t from, off64_t to) in read_block() function
701 return read_block (fd, fname, fdlen, 0, fdlen); in read_fd()
728 result |= read_block (fd, fname, fdlen, shdr->sh_offset, in read_elf()
DChangeLog1203 (read_block): Move assert after no-mmap bail-out.
1612 * strings.c (read_block): Fix typo in error message string.
/external/fio/t/
Ddedupe.c137 static int read_block(int fd, void *buf, off_t offset) in read_block() function
169 if (read_block(file.fd, cbuf, e->offset)) in col_check()
172 if (read_block(file.fd, ibuf, i->offset)) in col_check()
/external/libpcap/
Dsf-pcap-ng.c256 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block() function
855 status = read_block(fp, p, &cursor, errbuf); in pcap_ng_check_header()
968 status = read_block(fp, p, &cursor, p->errbuf); in pcap_ng_next_packet()
/external/squashfs-tools/
DCHANGES64 - read_fs: prevent buffer {over|under}flow in read_block() with
70 - unsquashfs: prevent buffer {over|under}flow in read_block() with