Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dsuper.c439 unsigned long blockres; in nfs_statfs() local
480 blockres = (1 << blockbits) - 1; in nfs_statfs()
481 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
482 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
483 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()