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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogfile.c171 u64 file_size; local
180 * Everything before ra->file_size must be before the first word
184 if (ra_ofs + offsetof(RESTART_AREA, file_size) >
238 * Check ra->seq_number_bits against ra->file_size for consistency.
241 file_size = (u64)sle64_to_cpu(ra->file_size);
243 while (file_size) {
244 file_size >>= 1;
H A Dlogfile.h191 the specified file_size as a consistency
223 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the member in struct:__anon1507
225 file_size are > 510 then corruption has
230 transfer protection. The file_size has to
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h222 uint32 file_size; member in struct:pxenv_tftp_get_fsize
H A Dnetwork.cpp430 uint32 fileSize = getFileSize.file_size;
/haiku/src/kits/storage/
H A DResourceFile.cpp211 off_t file_size; member in struct:BPrivate::Storage::resource_parse_info
283 parseInfo.file_size = 0;
291 error = fFile.GetSize(&parseInfo.file_size);
784 off_t& fileSize = parseInfo.file_size;
867 off_t& fileSize = parseInfo.file_size;
/haiku/src/bin/network/ftpd/
H A Dftpd.c157 off_t file_size; variable
1925 file_size = size;
2850 if (file_size != -1)
2852 (intmax_t)byte_count, (intmax_t)file_size);

Completed in 117 milliseconds