Searched refs:new_qd (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.c165 struct gfs2_quota_data *qd = NULL, *new_qd = NULL; local
191 if (!qd && new_qd) {
192 qd = new_qd;
195 new_qd = NULL;
201 if (new_qd) {
202 gfs2_glock_put(new_qd->qd_gl);
203 kmem_cache_free(gfs2_quotad_cachep, new_qd);
209 error = qd_alloc(sdp, user, id, &new_qd);

Completed in 108 milliseconds