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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dquota.c636 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) argument
638 struct gfs2_sbd *sdp = (*qda)->qd_gl->gl_sbd;
656 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL);
658 error = gfs2_glock_nq_init(qda[qx]->qd_gl,
672 offset = qd2offset(qda[x]);
708 qd = qda[x];
879 struct gfs2_quota_data *qda[4]; local
896 qda[count++] = qd;
900 do_sync(count, qda);
902 qd_unlock(qda[
993 struct gfs2_quota_data **qda; local
[all...]

Completed in 171 milliseconds