Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tar/
H A Dtar.c7538 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro
7609 totalen = ROUNDTOTBLOCK(len); in prepare_xattr()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c8543 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1)) macro
8614 totalen = ROUNDTOTBLOCK(len); in prepare_xattr_hdr()