Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c705 long fsbz; in ar_rdsync() local
753 if (((fsbz = arsb.st_blksize) <= 0) || (artyp != ISREG)) in ar_rdsync()
754 fsbz = BLKMULT; in ar_rdsync()
757 mpos = fsbz - (cpos % (off_t)fsbz); in ar_rdsync()