Searched refs:OPTIMAL_BSIZE (Results 1 – 1 of 1) sorted by relevance
410 #define OPTIMAL_BSIZE 1024 macro422 buf->f_bsize = OPTIMAL_BSIZE; in ptyfs_ops_statfs()423 buf->f_blocks = (superblock->df_size + OPTIMAL_BSIZE - 1) / OPTIMAL_BSIZE; in ptyfs_ops_statfs()
Completed in 12 milliseconds