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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemmgr.c94 size_t bytes_used; /* how many bytes already used within pool */ member in struct:small_pool_struct::__anon988
105 size_t bytes_used; /* how many bytes already used within pool */ member in struct:large_pool_struct::__anon989
202 (long) lhdr_ptr->hdr.bytes_used);
208 (long) shdr_ptr->hdr.bytes_used,
309 hdr_ptr->hdr.bytes_used = 0;
319 data_ptr += hdr_ptr->hdr.bytes_used; /* point to place for object */
320 hdr_ptr->hdr.bytes_used += sizeofobject;
373 hdr_ptr->hdr.bytes_used = sizeofobject;
972 space_freed = lhdr_ptr->hdr.bytes_used +
986 space_freed = shdr_ptr->hdr.bytes_used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dcommit.c174 blhdr->bytes_used = cpu_to_be32(blhdr->bytes_used);
522 blhdr->bytes_used = jnl->jhdr->blhdr_size;
588 blhdr->bytes_used += blhdr->binfo[bufs].bsize;
632 dprint(DBG_JCOMMIT, "start: %llx, end: %llx, num_blocks: %#x, bytes_used: %#x, j_head: %#lx, j_first: %#lx\n", jnl->jhdr->start, jnl->jhdr->end, blhdr->num_blocks, blhdr->bytes_used, journal->j_head, journal->j_first);
H A Djournal.c33 blhdr->bytes_used = swab32(blhdr->bytes_used);
580 printk("start block number: %x, max_blocks: %x, num_blocks: %x, bytes_used: %x\n", start_block_number, blhdr->max_blocks, blhdr->num_blocks, blhdr->bytes_used);
633 dprint(DBG_JREPLAY, "HFS+-fs: num_blocks: %x, bytes_used: %x\n", blhdr->num_blocks, blhdr->bytes_used);
692 if ((jh->start + blhdr->bytes_used) < jh->size)
693 jh->start += blhdr->bytes_used;
695 jh->start = jh->jhdr_size + (jh->start + blhdr->bytes_used) - jh->size;
H A Dhfsplus_raw.h373 __be32 bytes_used; member in struct:hfsplus_blhdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dtherm_pm72.h11 u8 bytes_used; /* 0x01 - Bytes used in eeprom (160 ?) */ member in struct:mpu_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c206 if (c_byte > srclength || index < 0 || (index + c_byte) > sblk->bytes_used)
219 if (index < 0 || (index + 2) > sblk->bytes_used)
233 if (c_byte > srclength || (index + c_byte) > sblk->bytes_used)
1125 sblk->bytes_used = sizeof(struct squashfs_super_block);
1160 if(sblk->bytes_used < 0 || sblk->bytes_used > i_size_read(s->s_bdev->bd_inode))
1177 TRACE("Filesystem size %lld bytes\n", sblk->bytes_used);
1331 buf->f_blocks = ((sblk->bytes_used - 1) >> sblk->block_log) + 1;
H A Dsquashfs2_0.c734 sblk->bytes_used = sblk->bytes_used_2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c117 nblocks = (squashfsb->bytes_used+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c816 int bytes_used; local
888 bytes_used = s->samples ? s->ptr - s->last_ptr : buf_size;
890 return bytes_used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c1263 sBlk.bytes_used = sBlk.bytes_used_2;
1299 TRACE("\tFilesystem size %.2f Kbytes (%.2f Mbytes)\n", sBlk.bytes_used / 1024.0, sBlk.bytes_used / (1024.0 * 1024.0));
H A Dread_fs.c409 printf("\tFilesystem size %.2f Kbytes (%.2f Mbytes)\n", sBlk->bytes_used / 1024.0, sBlk->bytes_used / (1024.0 * 1024.0));
H A Dmksquashfs.c3298 sBlk.bytes_used = bytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs.h257 long long bytes_used; member in struct:squashfs_super_block
413 SQUASHFS_SWAP((s)->bytes_used, d, 504, 64);\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlayout.h2217 u64 bytes_used; /* How many bytes of the quota are in use. */ member in struct:__anon1296
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dlayout.h2082 le64 bytes_used; /* How many bytes of the quota are in use. */ member in struct:__anon7610

Completed in 398 milliseconds