Home
last modified time | relevance | path

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

/Linux-v5.4/fs/gfs2/
Dquota.c865 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() argument
867 struct gfs2_sbd *sdp = (*qda)->qd_gl->gl_name.ln_sbd; in do_sync()
890 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
893 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync()
904 offset = qd2offset(qda[x]); in do_sync()
935 qd = qda[x]; in do_sync()
1111 struct gfs2_quota_data *qda[4]; in gfs2_quota_unlock() local
1145 qda[count++] = qd; in gfs2_quota_unlock()
1149 do_sync(count, qda); in gfs2_quota_unlock()
1151 qd_unlock(qda[x]); in gfs2_quota_unlock()
[all …]