Home
last modified time | relevance | path

Searched refs:max_qd (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/gfs2/
Dquota.c1115 unsigned int max_qd = gfs2_tune_get(sdp, gt_quota_simul_sync); in gfs2_quota_sync() local
1122 qda = kcalloc(max_qd, sizeof(struct gfs2_quota_data *), GFP_KERNEL); in gfs2_quota_sync()
1133 if (++num_qd == max_qd) in gfs2_quota_sync()
1148 } while (!error && num_qd == max_qd); in gfs2_quota_sync()