Searched refs:CONVERT_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/uucp-11/uucp/unix/
H A Dfsusg.c139 #define CONVERT_BLOCKS(b) adjust_blocks ((b), fsd.f_fsize, 512) macro
147 #define CONVERT_BLOCKS(b) adjust_blocks ((long) (b), 1024, 512) macro
148 fsp->fsu_blocks = CONVERT_BLOCKS (fsd.fd_req.btot);
149 fsp->fsu_bfree = CONVERT_BLOCKS (fsd.fd_req.bfree);
150 fsp->fsu_bavail = CONVERT_BLOCKS (fsd.fd_req.bfreen);
160 #define CONVERT_BLOCKS(b) adjust_blocks ((b), fsd.f_bsize, 512) macro
168 #define CONVERT_BLOCKS(b) adjust_blocks ((b), fsd.f_fsize, 512) macro
180 # define CONVERT_BLOCKS(b) adjust_blocks ((b), fsd.f_bsize, 512) macro
182 # define CONVERT_BLOCKS(b) (b)
197 #define CONVERT_BLOCKS( macro
[all...]

Completed in 72 milliseconds