Searched refs:qda (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | quota.c | 893 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda, in do_sync() argument 896 struct gfs2_sbd *sdp = (*qda)->qd_sbd; in do_sync() 915 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync() 918 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync() 929 offset = qd2offset(qda[x]); in do_sync() 960 qd = qda[x]; in do_sync() 986 qd = qda[x]; in do_sync() 1148 struct gfs2_quota_data *qda[2 * GFS2_MAXQUOTAS]; in gfs2_quota_unlock() local 1181 qda[count++] = qd; in gfs2_quota_unlock() 1187 do_sync(count, qda, sync_gen); in gfs2_quota_unlock() [all …]
|