Home
last modified time | relevance | path

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

/linux-2.6.39/fs/afs/
Dafs.h169 u32 max_quota; /* maximum space this volume may occupy (blocks) */ member
Dsuper.c552 if (vs.max_quota == 0) in afs_statfs()
555 buf->f_blocks = vs.max_quota; in afs_statfs()
Dfsclient.c221 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()