Lines Matching defs:change
8 * Quota change tags are associated with each transaction that allocates or
19 * fuzziness. "quota_quantum" sets the maximum time a quota change can be
435 * If qd_change is 0 it means a pending quota change was negated.
671 static void do_qc(struct gfs2_quota_data *qd, s64 change)
689 x = be64_to_cpu(qc->qc_change) + change;
708 if (change < 0) /* Reset quiet flag if we freed some blocks */
826 * @change: The amount of usage change to record
837 s64 change, struct gfs2_quota_data *qd,
859 be64_add_cpu(&q.qu_value, change);
1274 void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
1282 gfs2_assert_warn(sdp, change))
1295 do_qc(qd, change);