Lines Matching refs:s64
615 static void do_qc(struct gfs2_quota_data *qd, s64 change) in do_qc()
620 s64 x; in do_qc()
778 s64 change, struct gfs2_quota_data *qd, in gfs2_adjust_quota()
801 if (((s64)be64_to_cpu(q.qu_value)) < 0) in gfs2_adjust_quota()
1042 s64 value; in need_sync()
1060 else if ((s64)be64_to_cpu(qd->qd_qb.qb_value) >= in need_sync()
1061 (s64)be64_to_cpu(qd->qd_qb.qb_limit)) in need_sync()
1066 value += (s64)be64_to_cpu(qd->qd_qb.qb_value); in need_sync()
1067 if (value < (s64)be64_to_cpu(qd->qd_qb.qb_limit)) in need_sync()
1160 s64 value, warn, limit; in gfs2_quota_check()
1178 warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn); in gfs2_quota_check()
1179 limit = (s64)be64_to_cpu(qd->qd_qb.qb_limit); in gfs2_quota_check()
1180 value = (s64)be64_to_cpu(qd->qd_qb.qb_value); in gfs2_quota_check()
1188 if (limit && limit < (value + (s64)ap->target)) { in gfs2_quota_check()
1215 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change()
1351 s64 qc_change = be64_to_cpu(qc->qc_change); in gfs2_quota_init()