Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c166 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK) macro
1698 blocks = TBLOCKS(stbuf.st_size); in passtape()
2071 blocks = TBLOCKS(stbuf.st_size); in putfile()
2322 blocks = TBLOCKS(stbuf.st_size); in putfile()
2418 blocks = TBLOCKS(stbuf.st_size); in putfile()
2468 blocks = TBLOCKS(stbuf.st_size); in putfile()
2515 blocks = TBLOCKS(stbuf.st_size); in putfile()
2596 blocks = TBLOCKS(stbuf.st_size); /* blocks file needs */ in splitfile()
2660 blocks = TBLOCKS(s); in splitfile()
2688 "extents)\n"), longname, K(TBLOCKS(stbuf.st_size)), in splitfile()
[all …]