Home
last modified time | relevance | path

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

/linux-4.19.296/fs/afs/
Dafs.h176 u32 max_quota; /* maximum space this volume may occupy (blocks) */ member
Dsuper.c720 if (vs.max_quota == 0) in afs_statfs()
723 buf->f_blocks = vs.max_quota; in afs_statfs()
Dfsclient.c378 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()