Searched refs:max_qd (Results 1 – 1 of 1) sorted by relevance
1330 unsigned int max_qd = PAGE_SIZE / sizeof(struct gfs2_holder); in gfs2_quota_sync() local1338 qda = kcalloc(max_qd, sizeof(struct gfs2_quota_data *), GFP_KERNEL); in gfs2_quota_sync()1352 if (++num_qd == max_qd) in gfs2_quota_sync()1363 } while (!error && num_qd == max_qd); in gfs2_quota_sync()