Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfs/
Dsuper.c246 unsigned long blockres; in nfs_statfs() local
285 blockres = (1 << blockbits) - 1; in nfs_statfs()
286 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
287 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
288 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()