Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c410 #define OPTIMAL_BSIZE 1024 macro
422 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