Home
last modified time | relevance | path

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

/linux-6.12.1/fs/afs/
Dprotocol_yfs.h126 struct yfs_xdr_u64 max_quota; member
146 struct yfs_xdr_u64 max_quota; member
157 struct yfs_xdr_u64 max_quota; member
Dafs.h184 u64 max_quota; /* maximum space this volume may occupy (blocks) */ member
Dsuper.c734 if (vs->max_quota == 0) in afs_get_volume_status_success()
737 buf->f_blocks = vs->max_quota; in afs_get_volume_status_success()
Dyfsclient.c318 vs->max_quota = xdr_to_u64(x->max_quota); in xdr_decode_YFSFetchVolumeStatus()
Dfsclient.c226 vs->max_quota = ntohl(*bp++); in xdr_decode_AFSFetchVolumeStatus()
/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.h275 u8 max_quota; member
Dqplib_sp.c903 ext_req->quota_period_max = cc_ext->max_quota; in bnxt_qplib_fill_cc_gen1()