Home
last modified time | relevance | path

Searched refs:trunc_bits (Results 1 – 2 of 2) sorted by relevance

/original-bsd/bin/pax/
H A Dtables.c824 ino_t trunc_bits = 0; local
837 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
849 if (dpt->trunc_bits == trunc_bits)
884 if (!trc_dev && (trunc_bits != 0)) {
887 dpt->trunc_bits = 0;
919 dpt->trunc_bits = trunc_bits;
H A Dtables.h106 ino_t trunc_bits; /* truncation pattern for a specific map */ member