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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c442 int i, avail_bytes; local
464 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZE ?
467 avail_bytes, SQUASHFS_METADATA_SIZE, noX, 0);
471 datap += avail_bytes;
472 cache_bytes -= avail_bytes;
H A Dmksquashfs.c392 char *read_from_disk(long long start, unsigned int avail_bytes);
1039 int avail_bytes; local
1055 avail_bytes = cache_bytes > SQUASHFS_METADATA_SIZE ?
1058 avail_bytes, SQUASHFS_METADATA_SIZE, noI, 0);
1062 total_inode_bytes += avail_bytes + BLOCK_OFFSET;
1063 datap += avail_bytes;
1064 cache_bytes -= avail_bytes;
1077 int avail_bytes; local
1094 avail_bytes = directory_cache_bytes > SQUASHFS_METADATA_SIZE ?
1097 BLOCK_OFFSET, directoryp, avail_bytes,
1908 int avail_bytes = length > SQUASHFS_METADATA_SIZE ? local
1964 read_from_disk(long long start, unsigned int avail_bytes) argument
1977 read_from_disk2(long long start, unsigned int avail_bytes) argument
[all...]
H A Dunsquashfs.c766 int avail_bytes, i; local
767 for(i = 0; i < blocks; i++, hole -= avail_bytes) {
768 avail_bytes = hole > block_size ? block_size :
770 if(write_bytes(file_fd, zero_data, avail_bytes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_fifo_in_defs.h110 unsigned int avail_bytes : 4; member in struct:__anon8341
H A Diop_fifo_in_extra_defs.h94 unsigned int avail_bytes : 4; member in struct:__anon8356
H A Diop_fifo_out_extra_defs.h97 unsigned int avail_bytes : 4; member in struct:__anon8379
H A Diop_fifo_out_defs.h112 unsigned int avail_bytes : 4; member in struct:__anon8365

Completed in 268 milliseconds