Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dsuper.c250 unsigned long blockres; in nfs_statfs() local
289 blockres = (1 << blockbits) - 1; in nfs_statfs()
290 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
291 buf->f_bfree = (res.fbytes + blockres) >> blockbits; in nfs_statfs()
292 buf->f_bavail = (res.abytes + blockres) >> blockbits; in nfs_statfs()