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
461 * If qd_change is 0 it means a pending quota change was negated.
700 static void do_qc(struct gfs2_quota_data *qd, s64 change, int qc_type)
718 x = be64_to_cpu(qc->qc_change) + change;
739 if (change < 0) /* Reset quiet flag if we freed some blocks */
844 * @change: The amount of usage change to record
855 s64 change, struct gfs2_quota_data *qd,
876 be64_add_cpu(&q.qu_value, change);
1281 void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
1290 gfs2_assert_warn(sdp, change))
1303 do_qc(qd, change, QC_CHANGE);