Home
last modified time | relevance | path

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

/dragonfly/bin/pax/
H A Dtables.c763 ino_t trunc_bits = 0; in map_dev() local
776 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask); in map_dev()
788 if (dpt->trunc_bits == trunc_bits) in map_dev()
823 if (!trc_dev && (trunc_bits != 0)) { in map_dev()
826 dpt->trunc_bits = 0; in map_dev()
858 dpt->trunc_bits = trunc_bits; in map_dev()
H A Dtables.h130 ino_t trunc_bits; /* truncation pattern for a specific map */ member