Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dsuper.c434 unsigned long blockres; in nfs_statfs() local
475 blockres = (1 << blockbits) - 1; in nfs_statfs()
476 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
477 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
478 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()