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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dquota.c756 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) argument
758 struct gfs2_sbd *sdp = (*qda)->qd_gl->gl_sbd;
776 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL);
779 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE,
790 offset = qd2offset(qda[x]);
827 qd = qda[x];
997 struct gfs2_quota_data *qda[4]; local
1014 qda[count++] = qd;
1018 do_sync(count, qda);
1020 qd_unlock(qda[
1117 struct gfs2_quota_data **qda; local
[all...]

Completed in 54 milliseconds