Lines Matching +full:assigned +full:- +full:resolution +full:- +full:bits
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
65 * Archive write update file time table (the -u, -C flag), hashed by filename.
69 * with -u, the mtime for every node in the archive must always be available
83 * Interactive rename table (-i flag), hashed by orig filename.
104 * The list is hashed by device number using chain collision resolution. Off of
105 * each DEVT are linked the various remaps for this device based on those bits
108 * only a single DLIST that has a truncation id of 0 (no inode bits were
110 * a new mapping based on the set of bits in the inode which were stripped off.
111 * so if the top four bits of the inode are stripped and they have a pattern of
112 * 0110...... (where . are those bits not truncated) we would have a mapping
113 * assigned for all inodes that has the same 0110.... pattern (with this dev
116 * combination of dev and inode bits, and without creating a fouled up archive.
124 struct dlist *list; /* map list based on inode truncation bits */