HomeSort by: relevance | last modified time | path
    Searched defs:trunc_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
tables.h 130 ino_t trunc_bits; /* truncation pattern for a specific map */ member in struct:dlist
tables.c 778 ino_t trunc_bits = 0; local in function:map_dev
791 trunc_bits = arcn->sb.st_ino & (ino_t)(~ino_mask);
803 if (dpt->trunc_bits == trunc_bits)
838 if (!trc_dev && (trunc_bits != 0)) {
841 dpt->trunc_bits = 0;
873 dpt->trunc_bits = trunc_bits;

Completed in 40 milliseconds