Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tar/
H A Dtar.c165 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK) macro
1696 blocks = TBLOCKS(stbuf.st_size); in passtape()
2069 blocks = TBLOCKS(stbuf.st_size); in putfile()
2320 blocks = TBLOCKS(stbuf.st_size); in putfile()
2416 blocks = TBLOCKS(stbuf.st_size); in putfile()
2466 blocks = TBLOCKS(stbuf.st_size); in putfile()
2513 blocks = TBLOCKS(stbuf.st_size); in putfile()
2594 blocks = TBLOCKS(stbuf.st_size); /* blocks file needs */ in splitfile()
2658 blocks = TBLOCKS(s); in splitfile()
2686 "extents)\n"), longname, K(TBLOCKS(stbuf.st_size)), in splitfile()
[all …]