Searched defs:want_this_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c72 boolean_t want_this_file,
358 boolean_t want_this_file; local
633 want_this_file = is_file_wanted(longname, sels, exls,
635 if (!want_this_file) {
652 want_this_file = TRUE;
658 want_this_file = FALSE;
682 if (is_hardlink && !DAR && !want_this_file && !nmp) {
692 want_this_file = TRUE;
703 huge_size, acls, want_this_file, local_commands,
729 want_this_file
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 106 milliseconds