search for: q_ok

Displaying 1 result from an estimated 1 matches for "q_ok".

Did you mean: f_ok
2006 Feb 03
0
rquotad (NFS) quota plugin
...eird filesystem %s", + statfsbuf.f_mntfromname); + root->state = RQUOTAD_ERR; + return; + } + + qargs.gqa_pathp = remotepath; + qargs.gqa_uid = getuid(); + + if (rquota_get(remotehost, &qargs, &qres) != 0) { + return; + } + + switch (qres.status) { + case Q_OK: + root->kbyte_limit = + (qres.getquota_rslt_u.gqr_rquota.rq_bhardlimit * + qres.getquota_rslt_u.gqr_rquota.rq_bsize) / 1024; + root->kbyte_usage = + (qres.getquota_rslt_u.gqr_rquota.rq_curblocks * + qres.getquota_rslt_u.gqr_rquota.rq_bsize) / 1024; + /* inode...