Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dtables.c778 ino_t trunc_bits = 0; in map_dev() local
791 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask); in map_dev()
803 if (dpt->trunc_bits == trunc_bits) in map_dev()
838 if (!trc_dev && (trunc_bits != 0)) { in map_dev()
841 dpt->trunc_bits = 0; in map_dev()
873 dpt->trunc_bits = trunc_bits; in map_dev()
H A Dtables.h130 ino_t trunc_bits; /* truncation pattern for a specific map */ member