Searched defs:STAT_BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance
146 #define STAT_BLOCKSIZE(s) (s).st_blksize macro148 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
166 # define STAT_BLOCKSIZE(s) ((s).st_blksize) macro168 # define STAT_BLOCKSIZE(s) (8 * 1024) macro
1091 #define STAT_BLOCKSIZE(s) (s).st_blksize macro1093 #define STAT_BLOCKSIZE(s) (4 * 1024) macro