Home
last modified time | relevance | path

Searched refs:rs_qa_qd (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/gfs2/
Dquota.c542 qd = ip->i_res->rs_qa_qd; in gfs2_quota_hold()
597 qdsb_put(ip->i_res->rs_qa_qd[x]); in gfs2_quota_unhold()
598 ip->i_res->rs_qa_qd[x] = NULL; in gfs2_quota_unhold()
976 sort(ip->i_res->rs_qa_qd, ip->i_res->rs_qa_qd_num, in gfs2_quota_lock()
980 qd = ip->i_res->rs_qa_qd[x]; in gfs2_quota_lock()
1048 qd = ip->i_res->rs_qa_qd[x]; in gfs2_quota_unlock()
1131 qd = ip->i_res->rs_qa_qd[x]; in gfs2_quota_check()
1183 qd = ip->i_res->rs_qa_qd[x]; in gfs2_quota_change()
Dincore.h289 struct gfs2_quota_data *rs_qa_qd[2 * GFS2_MAXQUOTAS]; member