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()
670 s64 change, struct gfs2_quota_data *qd, in gfs2_adjust_quota()
1001 s64 value; in need_sync()
1019 else if ((s64)be64_to_cpu(qd->qd_qb.qb_value) >= in need_sync()
1020 (s64)be64_to_cpu(qd->qd_qb.qb_limit)) in need_sync()
1025 value += (s64)be64_to_cpu(qd->qd_qb.qb_value); in need_sync()
1026 if (value < (s64)be64_to_cpu(qd->qd_qb.qb_limit)) in need_sync()
1119 s64 value, warn, limit; in gfs2_quota_check()
1137 warn = (s64)be64_to_cpu(qd->qd_qb.qb_warn); in gfs2_quota_check()
1138 limit = (s64)be64_to_cpu(qd->qd_qb.qb_limit); in gfs2_quota_check()
1139 value = (s64)be64_to_cpu(qd->qd_qb.qb_value); in gfs2_quota_check()
1147 if (limit && limit < (value + (s64)ap->target)) { in gfs2_quota_check()
1171 void gfs2_quota_change(struct gfs2_inode *ip, s64 change, in gfs2_quota_change()
1307 s64 qc_change = be64_to_cpu(qc->qc_change); in gfs2_quota_init()