Home
last modified time | relevance | path

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

/fs/afs/
Dafs.h162 u32 max_quota; /* maximum space this volume may occupy (blocks) */ member
Dsuper.c551 if (vs.max_quota == 0) in afs_statfs()
554 buf->f_blocks = vs.max_quota; in afs_statfs()
Dfsclient.c228 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()