Searched refs:total_size (Results 51 - 75 of 120) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dxattr.c502 int total_size, i; local
545 for(total_size = 0, i = 0; i < xattrs; i++) {
551 total_size += get_xattr_size(xattr);
558 if(total_size <= XATTR_TARGET_MAX)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dindex.h197 lzma_vli total_size; member in struct:__anon20389::__anon20391
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf.c323 unsigned long total_size)
338 * total_size is the size of the ELF (interpreter) image.
341 * position with the ELF binary image. (since size < total_size)
345 if (total_size) {
346 total_size = ELF_PAGEALIGN(total_size);
347 map_addr = do_mmap(filep, addr, total_size, prot, type, off);
349 do_munmap(current->mm, map_addr+size, total_size-size);
393 unsigned long total_size; local
432 total_size
321 elf_map(struct file *filep, unsigned long addr, struct elf_phdr *eppnt, int prot, int type, unsigned long total_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnet.c669 if (psb->total_size < cap->used + cap->avail)
670 psb->total_size = cap->used + cap->avail;
688 __func__, psb->total_size, psb->avail_size, psb->state_flags, cap->nr_files);
772 unsigned int sz, total_size; local
793 total_size = cmd->size - sz;
795 while (total_size) {
796 sz = min(total_size, st->size);
804 total_size -= sz;
H A Dnetfs.h356 unsigned int total_size; member in struct:netfs_trans
402 return (signed)(t->total_size - t->iovec.iov_len);
655 u64 total_size; member in struct:pohmelfs_sb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dlist.c374 const uint32_t size = my_min(iter->block.total_size
496 + iter->block.total_size - size;
790 uint64_to_str(iter.block.total_size, 0),
793 get_ratio(iter.block.total_size,
903 iter.block.total_size,
905 get_ratio(iter.block.total_size,
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dlist.c374 const uint32_t size = my_min(iter->block.total_size
496 + iter->block.total_size - size;
790 uint64_to_str(iter.block.total_size, 0),
793 get_ratio(iter.block.total_size,
903 iter.block.total_size,
905 get_ratio(iter.block.total_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c1763 ssize_t list_size, total_size = 0; local
1803 total_size += list_size + (list_size/2 + 1)*extattr[t].len;
1811 total_size += list_size + len;
1813 if(total_size > size) {
1828 size -= total_size;
1830 return total_size;
1842 int total_size = 0; local
1867 total_size += ent_size;
1893 total_size += ent_size;
1898 return (ssize_t)(retval ? retval : total_size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.c220 int total_size; member in struct:PESContext
817 if (pes->total_size != MAX_PES_PAYLOAD &&
818 pes->pes_header_size + pes->data_index != pes->total_size +
976 pes->total_size = AV_RB16(pes->header + 4);
979 if (!pes->total_size)
980 pes->total_size = MAX_PES_PAYLOAD;
983 pes->buffer = av_buffer_alloc(pes->total_size +
1131 pes->data_index + buf_size > pes->total_size) {
1133 pes->total_size = MAX_PES_PAYLOAD;
1134 pes->buffer = av_buffer_alloc(pes->total_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpegts.c172 int total_size; member in struct:PESContext
637 if(pes->total_size != MAX_PES_PAYLOAD &&
638 pes->pes_header_size + pes->data_index != pes->total_size + PES_START_SIZE) {
796 pes->total_size = AV_RB16(pes->header + 4);
799 if (!pes->total_size)
800 pes->total_size = MAX_PES_PAYLOAD;
803 pes->buffer = av_malloc(pes->total_size+FF_INPUT_BUFFER_PADDING_SIZE);
902 if (pes->data_index > 0 && pes->data_index+buf_size > pes->total_size) {
904 pes->total_size = MAX_PES_PAYLOAD;
905 pes->buffer = av_malloc(pes->total_size
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_dbf.c35 dump->total_size = from_len;
70 int buflen, int offset, int total_size)
82 if (++offset == total_size) {
87 if (!total_size)
105 dump->total_size);
106 if ((dump->offset + dump->size) == dump->total_size)
921 dump->total_size = buflen;
69 zfcp_dbf_outd(char **p, const char *label, char *buffer, int buflen, int offset, int total_size) argument
H A Dzfcp_dbf.h37 u32 total_size; /* size of total dump data */ member in struct:zfcp_dbf_dump
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c1228 static void print_final_stats(int64_t total_size) argument
1248 if (data_size && total_size>0 && total_size >= data_size)
1249 percent = 100.0 * (total_size - data_size) / data_size;
1267 uint64_t total_packets = 0, total_size = 0; local
1276 total_size += ist->data_size;
1296 total_packets, total_size);
1301 uint64_t total_packets = 0, total_size = 0; local
1310 total_size += ost->data_size;
1330 total_packets, total_size);
1343 int64_t total_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.c195 sector_t *total_size, unsigned int *block_size);
197 sector_t *total_size, unsigned int *block_size);
199 sector_t total_size,
1948 sector_t total_size; local
1962 &total_size, &block_size);
1965 cciss_read_capacity(h, drv_index, &total_size, &block_size);
1969 if (total_size == 0xFFFFFFFFULL) {
1971 &total_size, &block_size);
1980 cciss_geometry_inquiry(h, drv_index, total_size, block_size,
1983 drvinfo->nr_blocks = total_size
2765 cciss_geometry_inquiry(ctlr_info_t *h, int logvol, sector_t total_size, unsigned int block_size, InquiryData_struct *inq_buff, drive_info_struct *drv) argument
2811 cciss_read_capacity(ctlr_info_t *h, int logvol, sector_t *total_size, unsigned int *block_size) argument
2838 cciss_read_capacity_16(ctlr_info_t *h, int logvol, sector_t *total_size, unsigned int *block_size) argument
2875 sector_t total_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dip_tables.c958 copy_entries_to_user(unsigned int total_size, argument
978 if (copy_to_user(userptr, loc_cpu_entry, total_size) != 0) {
984 for (off = 0, num = 0; off < total_size; off += e->next_offset, num++){
1667 unsigned int total_size,
1682 size = total_size;
1695 xt_entry_foreach(iter0, entry0, total_size) {
1698 entry0 + total_size,
1743 size = total_size;
1744 xt_entry_foreach(iter0, entry0, total_size) {
1806 xt_entry_foreach(iter0, entry0, total_size) {
1662 translate_compat_table(struct net *net, const char *name, unsigned int valid_hooks, struct xt_table_info **pinfo, void **pentry0, unsigned int total_size, unsigned int number, unsigned int *hook_entries, unsigned int *underflows) argument
1904 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, void __user *userptr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_tables.c954 copy_entries_to_user(unsigned int total_size, argument
974 if (copy_to_user(userptr, loc_cpu_entry, total_size) != 0) {
980 for (off = 0, num = 0; off < total_size; off += e->next_offset, num++){
1665 unsigned int total_size,
1680 size = total_size;
1693 xt_entry_foreach(iter0, entry0, total_size) {
1696 entry0 + total_size,
1741 size = total_size;
1742 xt_entry_foreach(iter0, entry0, total_size) {
1804 xt_entry_foreach(iter0, entry0, total_size) {
1660 translate_compat_table(struct net *net, const char *name, unsigned int valid_hooks, struct xt_table_info **pinfo, void **pentry0, unsigned int total_size, unsigned int number, unsigned int *hook_entries, unsigned int *underflows) argument
1902 compat_copy_entries_to_user(unsigned int total_size, struct xt_table *table, void __user *userptr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Djournal.c395 if (vhdr->ext_file.total_size != cpu_to_be64(inode->i_size)) {
403 if (vhdr->cat_file.total_size != cpu_to_be64(inode->i_size)) {
411 if (vhdr->alloc_file.total_size != cpu_to_be64(inode->i_size)) {
418 if (vhdr->start_file.total_size != cpu_to_be64(inode->i_size)) {
425 if (vhdr->attr_file.total_size != cpu_to_be64(inode->i_size)) {
H A Dhfsplus_raw.h86 __be64 total_size; member in struct:hfsplus_fork_raw
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c479 roff_t reg_size, total_size; local
484 total_size = (roff_t)gbytes * GIGABYTE + bytes;
485 ncache = (u_int32_t)((total_size + reg_size / 2) / reg_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dnvram_64.c465 int total_size; local
470 total_size = ppc_md.nvram_size();
478 while (cur_index < total_size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c360 If get_attr_dir() fails, the buffer will be NULL, total_size will be 0,
379 int get_attr_dir( const char *name, char **attr_buff, off_t *total_size )
390 *total_size = 0;
492 *total_size = attrs_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c343 If get_attr_dir() fails, the buffer will be NULL, total_size will be 0,
362 int get_attr_dir( const char *name, char **attr_buff, off_t *total_size )
376 *total_size = 0;
505 *total_size = attrs_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dhfsplus_raw.h85 __be64 total_size; member in struct:hfsplus_fork_raw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Discsi_tcp.c255 if (segment->total_copied + segment->size < segment->total_size)
311 if (segment->total_copied >= segment->total_size) {
342 return segment->total_copied - segment->total_size;
372 "Header done. Next segment size %u total_size %u\n",
374 tcp_sw_conn->out.segment.total_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h353 u64 *total_size,

Completed in 425 milliseconds

12345