Searched refs:blkalgn (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/bin/pax/ | ||
H A D | pax.h | 171 int blkalgn; /* writes must be aligned to blkalgn boundary */ member |
H A D | ar_io.c | 927 else if (!frmt->blkalgn || ((res % frmt->blkalgn) == 0)) in ar_write() |