Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dquota.c575 qd = ip->i_qadata->qa_qd; in gfs2_quota_hold()
627 qdsb_put(ip->i_qadata->qa_qd[x]); in gfs2_quota_unhold()
628 ip->i_qadata->qa_qd[x] = NULL; in gfs2_quota_unhold()
1051 sort(ip->i_qadata->qa_qd, ip->i_qadata->qa_qd_num, in gfs2_quota_lock()
1055 qd = ip->i_qadata->qa_qd[x]; in gfs2_quota_lock()
1123 qd = ip->i_qadata->qa_qd[x]; in gfs2_quota_unlock()
1206 qd = ip->i_qadata->qa_qd[x]; in gfs2_quota_check()
1263 qd = ip->i_qadata->qa_qd[x]; in gfs2_quota_change()
Dincore.h294 struct gfs2_quota_data *qa_qd[2 * GFS2_MAXQUOTAS]; member