Searched refs:file_size (Results 26 - 50 of 73) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dinode.c135 i->i_size = fnode->file_size;
228 fnode->file_size = i->i_size;
229 if (de) de->file_size = i->i_size;
231 fnode->file_size = 0;
232 if (de) de->file_size = 0;
251 de->file_size = 0;
H A Dhpfs.h293 unsigned file_size; /* file length, bytes */ member in struct:hpfs_dirent
410 unsigned file_size; /* file length, bytes */ member in struct:fnode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dtextbox.c30 static int hscroll, fd, file_size, bytes_read; variable
52 /* Get file size. Actually, 'file_size' is the real file size - 1,
54 if ((file_size = lseek(fd, 0, SEEK_END)) == -1) {
172 if (fpos < file_size) { /* Yes, we have to read it in */
482 if (fpos < file_size) { /* Not end of file yet */
529 percent = !file_size ?
530 100 : ((fpos - bytes_read + page - buf) * 100) / file_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dtextbox.c30 static int hscroll = 0, fd, file_size, bytes_read; variable
54 /* Get file size. Actually, 'file_size' is the real file size - 1,
56 if ((file_size = lseek (fd, 0, SEEK_END)) == -1) {
189 if (fpos < file_size) { /* Yes, we have to read it in */
505 if (fpos < file_size) { /* Not end of file yet */
552 percent = !file_size ?
553 100 : ((fpos - bytes_read + page - buf) * 100) / file_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmtv.c39 unsigned int file_size; ///< filesize, not always right member in struct:MTVDemuxContext
70 mtv->file_size = get_le32(pb);
H A Davienc.c119 int64_t file_size; local
122 file_size = url_ftell(pb);
141 url_fseek(pb, file_size, SEEK_SET);
550 int64_t file_size; local
562 file_size = url_ftell(pb);
579 url_fseek(pb, file_size, SEEK_SET);
H A Dflvenc.c291 int64_t file_size; local
296 file_size = url_ftell(pb);
302 put_amf_double(pb, file_size);
304 url_fseek(pb, file_size, SEEK_SET);
H A Dmmf.c188 int64_t file_size, size; local
194 file_size = get_be32(pb);
H A Dape.c122 int file_size = url_fsize(pb); local
127 if (file_size < APE_TAG_FOOTER_BYTES)
130 url_fseek(pb, file_size - APE_TAG_FOOTER_BYTES, SEEK_SET);
164 url_fseek(pb, file_size - tag_bytes, SEEK_SET);
H A Dasf.h51 uint64_t file_size; /**< in bytes member in struct:__anon617
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-wav.c82 while(current_offset < psong->file_size)
224 data_length = psong->file_size - 44;
H A Dtagutils-flc.c63 psong->bitrate = (((uint64_t)(psong->file_size) * 1000) / (psong->song_length / 8));
H A Dtagutils-plist.c87 psong->file_size = stat->st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c66 psong->bitrate = (((uint64_t)(psong->file_size) * 1000) / (psong->song_length / 8));
H A Dtagutils-wav.c154 data_length = psong->file_size - 44;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-flc.c66 psong->bitrate = (((uint64_t)(psong->file_size) * 1000) / (psong->song_length / 8));
H A Dtagutils-wav.c154 data_length = psong->file_size - 44;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c560 0 : inode->file_size % sBlk.block_size;
563 (inode->file_size + sBlk.block_size - 1) >>
564 sBlk.block_log : inode->file_size >>
568 TRACE("create_inode: regular file, file_size %lld, blocks %d\n", inode->file_size, blocks);
593 0 : inode->file_size % sBlk.block_size;
596 (inode->file_size + sBlk.block_size - 1) >>
597 sBlk.block_log : inode->file_size >>
601 TRACE("create_inode: regular file, file_size %lld, blocks %d\n", inode->file_size, block
[all...]
H A Dmksquashfs.c215 long long file_size; member in struct:file_info
328 struct file_info *duplicate(long long file_size, long long bytes, unsigned int **block_list, long long *start, struct fragment **fragment, struct file_buffer *file_buffer, struct buffer_list *buffer_list, int blocks, unsigned short checksum, unsigned short fragment_checksum, int checksum_flag);
330 struct file_info *add_non_dup(long long file_size, long long bytes, unsigned int *block_list, long long start, struct fragment *fragment, unsigned short checksum, unsigned short fragment_checksum, int checksum_flag);
864 reg->file_size = byte_size;
875 TRACE("File inode, file_size %d, start_block %llx, blocks %d, fragment %d, offset %d, size %d\n", (int) byte_size,
887 reg->file_size = byte_size;
898 TRACE("Long file inode, file_size %lld, start_block %llx, blocks %d, fragment %d, offset %d, size %d, nlink %d\n", byte_size,
918 dir->file_size = byte_size;
937 TRACE("Long directory inode, file_size %d, start_block %llx, offset %x, nlink %d\n", (int) byte_size,
945 dir->file_size
1470 add_file(long long start, long long file_size, long long file_bytes, unsigned int *block_listp, int blocks, unsigned int fragment, int offset, int bytes) argument
1505 pre_duplicate(long long file_size) argument
1517 pre_duplicate_frag(long long file_size, unsigned short checksum) argument
1536 add_non_dup(long long file_size, long long bytes, unsigned int *block_list, long long start, struct fragment *fragment, unsigned short checksum, unsigned short fragment_checksum, int checksum_flag) argument
1560 duplicate(long long file_size, long long bytes, unsigned int **block_list, long long *start, struct fragment **fragment, struct file_buffer *file_buffer, struct buffer_list *buffer_list, int blocks, unsigned short checksum, unsigned short fragment_checksum, int checksum_flag) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dlogfile.h189 the specified file_size as a consistency
221 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the member in struct:__anon1330
223 file_size are > 510 then corruption has
228 transfer protection. The file_size has to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest112.tcl145 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
227 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
H A Dtest113.tcl144 error_check_good file_size [expr [expr $size1 * $reduction] > $size2] 1
215 error_check_good file_size [expr [expr $size3 * $reduction] > $size4] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c290 u64 file_size; local
391 file_size = (crypt_stat->header_extent_size
394 file_size = i_size_read(lower_dentry->d_inode);
396 memcpy(&file_size, page_virt, sizeof(file_size));
397 file_size = be64_to_cpu(file_size);
399 i_size_write(dentry->d_inode, (loff_t)file_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dtrans2.c854 //SMB_OFF_T file_size = 0;
855 SMB_BIG_UINT file_size = 0; local
969 file_size = get_file_size(sbuf);
986 file_size = 0;
1012 SIVAL(p,l1_cbFile,(uint32)file_size);
1044 SIVAL(p,l2_cbFile,(uint32)file_size);
1082 //SOFF_T(p,0,file_size); p += 8;
1083 SOFF64_T(p,0,file_size); p += 8;
1134 SOFF_T(p,0,file_size); p += 8;
1137 SOFF64_T(p,0,file_size);
2409 SMB_BIG_UINT file_size = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c332 SMB_OFF_T file_size; /* space_avail; */ local
354 file_size = recycle_get_file_size(handle, file_name);
370 if(maxsize > 0 && file_size > maxsize) {
380 DEBUG(5, ("space_avail = %Lu, file_size = %Lu\n", space_avail, file_size));
381 if(space_avail < file_size) {

Completed in 242 milliseconds

123