Searched refs:qda (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | quota.c | 907 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda, in do_sync() argument 910 struct gfs2_sbd *sdp = (*qda)->qd_sbd; in do_sync() 929 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync() 932 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync() 943 offset = qd2offset(qda[x]); in do_sync() 974 qd = qda[x]; in do_sync() 1000 qd = qda[x]; in do_sync() 1162 struct gfs2_quota_data *qda[2 * GFS2_MAXQUOTAS]; in gfs2_quota_unlock() local 1195 qda[count++] = qd; in gfs2_quota_unlock() 1201 do_sync(count, qda, sync_gen); in gfs2_quota_unlock() [all …]
|