Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dafs.h177 u32 blocks_in_use; /* space this volume currently occupies (blocks) */ member
Dsuper.c724 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
Dfsclient.c379 vs->blocks_in_use = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()