Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dquota.c888 static int do_sync(unsigned int num_qd, struct gfs2_quota_data **qda) in do_sync() argument
905 ghs = kmalloc_array(num_qd, sizeof(struct gfs2_holder), GFP_NOFS); in do_sync()
909 sort(qda, num_qd, sizeof(struct gfs2_quota_data *), sort_qd, NULL); in do_sync()
911 for (qx = 0; qx < num_qd; qx++) { in do_sync()
922 for (x = 0; x < num_qd; x++) { in do_sync()
938 blocks = num_qd * data_blocks + RES_DINODE + num_qd + 3; in do_sync()
953 for (x = 0; x < num_qd; x++) { in do_sync()
979 for (x = 0; x < num_qd; x++) in do_sync()
1317 unsigned int num_qd; in gfs2_quota_sync() local
1332 num_qd = 0; in gfs2_quota_sync()
[all …]