Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c172 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK) macro
1626 blocks = TBLOCKS(stbuf.st_size); in passtape()
1997 blocks = TBLOCKS(stbuf.st_size); in putfile()
2249 blocks = TBLOCKS(stbuf.st_size); in putfile()
2349 blocks = TBLOCKS(stbuf.st_size); in putfile()
2403 blocks = TBLOCKS(stbuf.st_size); in putfile()
2454 blocks = TBLOCKS(stbuf.st_size); in putfile()
2538 blocks = TBLOCKS(stbuf.st_size); /* blocks file needs */ in splitfile()
2602 blocks = TBLOCKS(s); in splitfile()
2630 "extents)\n"), longname, K(TBLOCKS(stbuf.st_size)), in splitfile()
[all …]