Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/pax/
HDtables.c768 ino_t trunc_bits = 0; in map_dev() local
781 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask); in map_dev()
793 if (dpt->trunc_bits == trunc_bits) in map_dev()
828 if (!trc_dev && (trunc_bits != 0)) { in map_dev()
831 dpt->trunc_bits = 0; in map_dev()
863 dpt->trunc_bits = trunc_bits; in map_dev()
HDtables.h129 ino_t trunc_bits; /* truncation pattern for a specific map */ member