Home
last modified time | relevance | path

Searched refs:th_linkflag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c167 tar_hdr->th_linkflag = LF_ACL; in output_acl_header()
225 tar_hdr->th_linkflag = LF_HUMONGUS; in output_humongus_header()
289 tar_hdr->th_linkflag = LF_XATTR; in output_xattr_header()
408 tar_hdr->th_linkflag = LF_LONGNAME; in output_file_header()
451 tar_hdr->th_linkflag = LF_LONGLINK; in output_file_header()
505 tar_hdr->th_linkflag = LF_DIR; in output_file_header()
508 tar_hdr->th_linkflag = LF_FIFO; in output_file_header()
513 tar_hdr->th_linkflag = LF_BLK; in output_file_header()
515 tar_hdr->th_linkflag = LF_CHR; in output_file_header()
526 tar_hdr->th_linkflag = LF_LINK; in output_file_header()
[all …]
H A Dtlm_restore_writer.c399 tar_hdr->th_linkflag = last_action; in tar_getdir()
461 if (tar_hdr->th_linkflag != LF_MULTIVOL && in tar_getdir()
462 tar_hdr->th_linkflag != LF_VOLHDR) { in tar_getdir()
463 if (tar_hdr->th_linkflag != LF_HUMONGUS) { in tar_getdir()
483 last_action = tar_hdr->th_linkflag; in tar_getdir()
488 tar_hdr->th_name, tar_hdr->th_linkflag, in tar_getdir()
498 tar_hdr->th_linkflag != LF_XATTR) in tar_getdir()
503 switch (tar_hdr->th_linkflag) { in tar_getdir()
894 tar_hdr->th_linkflag, nmp, acls, in tar_getdir()
960 if (DAR && tar_hdr->th_linkflag != LF_ACL && in tar_getdir()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/include/
H A Dtlm.h313 char th_linkflag; member