Home
last modified time | relevance | path

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

/fs/nfs/
Dsuper.c238 unsigned long blockres; in nfs_statfs() local
277 blockres = (1 << blockbits) - 1; in nfs_statfs()
278 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
279 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
280 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()