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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c70 longlong_t huge_size,
270 longlong_t huge_size = 0; /* size of a HUGE file */ local
703 huge_size, acls, want_this_file, local_commands,
753 size_left, huge_size);
760 huge_size -= file_size;
761 if (huge_size < 0) {
762 huge_size = 0;
764 if (size_left == 0 && huge_size == 0) {
949 &huge_size, hugename, local_commands);
962 !huge_size
1156 restore_file(int *fp, char *real_name, long size, longlong_t huge_size, tlm_acls_t *acls, boolean_t want_this_file, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, long *size_left) argument
[all...]

Completed in 46 milliseconds