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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c745 int write_block(int file_fd, char *buffer, int size, long long hole, int sparse) argument
751 int error = lseek(file_fd, off, SEEK_CUR);
770 if(write_bytes(file_fd, zero_data, avail_bytes)
777 if(write_bytes(file_fd, buffer, size) == -1)
789 unsigned int file_fd, i; local
797 file_fd = open(pathname, O_CREAT | O_WRONLY | (force ? O_TRUNC : 0),
799 if(file_fd == -1) {
820 file->fd = file_fd;
1639 int file_fd; local
1651 file_fd
[all...]

Completed in 64 milliseconds