Home
last modified time | relevance | path

Searched refs:ff_pkt (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
545 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
566 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
575 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
731 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
742 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
545 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
566 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
575 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
731 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
742 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
545 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
566 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
575 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
731 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
742 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
545 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
566 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
575 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
731 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
742 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/findlib/
H A Dfind_one.cc339 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
464 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
530 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
565 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
574 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
710 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
730 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
793 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
843 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
914 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/findlib/
H A Dfind_one.cc338 return ff_pkt->CheckFct(jcr, ff_pkt); in CheckChanges()
345 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
347 ff_pkt->statp.st_ctime < ff_pkt->save_time))) { in CheckChanges()
362 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in HaveIgnoredir()
456 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
482 hl = new_hardlink(jcr, ff_pkt, fname, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
516 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_regular_file()
549 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
560 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
908 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/findlib/
H A Dfind_one.cc337 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
342 if (ff_pkt->incremental && (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
526 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
561 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
570 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
705 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
725 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
788 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
838 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
909 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/findlib/
H A Dfind_one.cc337 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
342 if (ff_pkt->incremental && (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
526 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
561 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
570 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
705 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
725 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
788 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
838 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
909 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/findlib/
H A Dfind_one.cc337 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
342 if (ff_pkt->incremental && (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
526 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
561 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
570 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
705 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
725 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
788 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
838 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
909 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/findlib/
H A Dfind_one.cc339 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
464 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
530 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
565 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
574 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
710 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
730 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
793 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
843 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
914 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/findlib/
H A Dfind_one.cc338 return ff_pkt->CheckFct(jcr, ff_pkt); in CheckChanges()
345 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
347 ff_pkt->statp.st_ctime < ff_pkt->save_time))) { in CheckChanges()
362 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in HaveIgnoredir()
456 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
482 hl = new_hardlink(jcr, ff_pkt, fname, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
516 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_regular_file()
549 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
560 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
908 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/findlib/
H A Dfind_one.cc338 return ff_pkt->CheckFct(jcr, ff_pkt); in CheckChanges()
345 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
347 ff_pkt->statp.st_ctime < ff_pkt->save_time))) { in CheckChanges()
362 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in HaveIgnoredir()
456 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
482 hl = new_hardlink(jcr, ff_pkt, fname, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
516 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_regular_file()
549 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
560 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
908 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/findlib/
H A Dfind_one.cc339 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
464 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
530 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
565 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
574 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
710 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
730 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
793 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
843 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
914 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/findlib/
H A Dfind_one.cc339 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
464 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
530 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
565 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
574 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
710 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
730 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
793 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
843 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
914 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/findlib/
H A Dfind_one.cc338 return ff_pkt->CheckFct(jcr, ff_pkt); in CheckChanges()
345 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
347 ff_pkt->statp.st_ctime < ff_pkt->save_time))) { in CheckChanges()
362 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in HaveIgnoredir()
456 hl = lookup_hardlink(jcr, ff_pkt, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
482 hl = new_hardlink(jcr, ff_pkt, fname, ff_pkt->statp.st_ino, ff_pkt->statp.st_dev); in process_hardlink()
516 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_regular_file()
549 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
560 ff_pkt->linked->FileIndex = ff_pkt->FileIndex; in process_symlink()
908 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/findlib/
H A Dfind_one.cc337 if (ff_pkt->CheckFct) { return ff_pkt->CheckFct(jcr, ff_pkt); } in CheckChanges()
342 if (ff_pkt->incremental && (ff_pkt->statp.st_mtime < ff_pkt->save_time && in CheckChanges()
526 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_regular_file()
561 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
570 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_symlink()
705 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
725 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
788 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
838 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; } in process_directory()
909 if (ff_pkt->linked) { ff_pkt->linked->FileIndex = ff_pkt->FileIndex; }
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
544 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
565 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
574 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
704 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
715 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
544 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
565 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
574 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
704 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
715 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
544 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
565 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
574 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
704 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
715 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/sysutils/bacula9-server/bacula-9.6.7/src/findlib/
H A Dfind_one.c295 return ff_pkt->check_fct(jcr, ff_pkt); in check_changes()
302 (ff_pkt->statp.st_mtime < ff_pkt->save_time && in check_changes()
304 ff_pkt->statp.st_ctime < ff_pkt->save_time))) in check_changes()
318 if (!ff_pkt->fileset || !ff_pkt->fileset->incexe) { in have_ignoredir()
370 ff_pkt->fname = ff_pkt->link = fname;
544 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
565 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
574 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
704 ff_pkt->linked->FileIndex = ff_pkt->FileIndex;
715 ff_pkt->link = ff_pkt->fname; /* reset "link" */
[all …]
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dbackup.c258 bctx.ff_pkt = ff_pkt; in save_file()
305 ff_pkt->top_fname, ff_pkt->fname); in save_file()
318 ff_pkt->top_fname, ff_pkt->fname); in save_file()
384 ff_pkt->type, ff_pkt->fname); in save_file()
409 ff_pkt->plugin, ff_pkt->fname); in save_file()
414 ff_pkt->plugin, ff_pkt->fname); in save_file()
930 FF_PKT *ff_pkt = bctx.ff_pkt; in encode_and_send_attributes() local
1165 FF_PKT *ff_pkt = bctx.ff_pkt; in send_resource_fork() local
1367 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
1392 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dbackup.c258 bctx.ff_pkt = ff_pkt; in save_file()
305 ff_pkt->top_fname, ff_pkt->fname); in save_file()
318 ff_pkt->top_fname, ff_pkt->fname); in save_file()
384 ff_pkt->type, ff_pkt->fname); in save_file()
409 ff_pkt->plugin, ff_pkt->fname); in save_file()
414 ff_pkt->plugin, ff_pkt->fname); in save_file()
930 FF_PKT *ff_pkt = bctx.ff_pkt; in encode_and_send_attributes() local
1165 FF_PKT *ff_pkt = bctx.ff_pkt; in send_resource_fork() local
1367 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
1392 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dbackup.c258 bctx.ff_pkt = ff_pkt; in save_file()
305 ff_pkt->top_fname, ff_pkt->fname); in save_file()
318 ff_pkt->top_fname, ff_pkt->fname); in save_file()
384 ff_pkt->type, ff_pkt->fname); in save_file()
409 ff_pkt->plugin, ff_pkt->fname); in save_file()
414 ff_pkt->plugin, ff_pkt->fname); in save_file()
930 FF_PKT *ff_pkt = bctx.ff_pkt; in encode_and_send_attributes() local
1165 FF_PKT *ff_pkt = bctx.ff_pkt; in send_resource_fork() local
1367 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
1392 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
[all …]
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dbackup.c258 bctx.ff_pkt = ff_pkt; in save_file()
305 ff_pkt->top_fname, ff_pkt->fname); in save_file()
318 ff_pkt->top_fname, ff_pkt->fname); in save_file()
384 ff_pkt->type, ff_pkt->fname); in save_file()
409 ff_pkt->plugin, ff_pkt->fname); in save_file()
414 ff_pkt->plugin, ff_pkt->fname); in save_file()
930 FF_PKT *ff_pkt = bctx.ff_pkt; in encode_and_send_attributes() local
1165 FF_PKT *ff_pkt = bctx.ff_pkt; in send_resource_fork() local
1367 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
1392 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in strip_path()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/filed/
H A Dbackup.cc567 ff_pkt->top_fname, ff_pkt->fname); in SaveFile()
583 ff_pkt->top_fname, ff_pkt->fname); in SaveFile()
654 ff_pkt->type, ff_pkt->fname); in SaveFile()
667 bsctx.ff_pkt = ff_pkt; in SaveFile()
1146 bctx.ff_pkt = ff_pkt; in send_data()
1416 ff_pkt->object_compression, ff_pkt->fname, 0, ff_pkt->object_name, 0); in EncodeAndSendAttributes()
1516 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in StripPath()
1536 if (ff_pkt->type != FT_LNK && ff_pkt->fname != ff_pkt->link) { in StripPath()
1537 if (!do_strip(ff_pkt->StripPath, ff_pkt->link)) { UnstripPath(ff_pkt); } in StripPath()
1542 ff_pkt->fname, ff_pkt->link); in StripPath()
[all …]

12345678910>>...27