Home
last modified time | relevance | path

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

/Linux-v6.6/fs/gfs2/
Dquota.c897 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() argument
899 struct gfs2_sbd *sdp = (*qda)->qd_sbd; in do_sync()
918 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
921 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync()
932 offset = qd2offset(qda[x]); in do_sync()
963 qd = qda[x]; in do_sync()
989 qda[x]->qd_sync_gen = sdp->sd_quota_sync_gen; in do_sync()
1142 struct gfs2_quota_data *qda[2 * GFS2_MAXQUOTAS]; in gfs2_quota_unlock() local
1169 qda[count++] = qd; in gfs2_quota_unlock()
1173 do_sync(count, qda); in gfs2_quota_unlock()
[all …]