Lines Matching refs:Q_SPC
164 [HARDWARN][Q_SPC] = QUOTA_NL_BHARDWARN,
165 [SOFTLONGWARN][Q_SPC] = QUOTA_NL_BSOFTLONGWARN,
166 [SOFTWARN][Q_SPC] = QUOTA_NL_BSOFTWARN,
167 [HARDBELOW][Q_SPC] = QUOTA_NL_BHARDBELOW,
168 [SOFTBELOW][Q_SPC] = QUOTA_NL_BSOFTBELOW,
352 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_SPC, in bch2_quota_transfer()
353 dst_q[i]->c[Q_SPC].v + space, in bch2_quota_transfer()
366 __bch2_quota_transfer(src_q[i], dst_q[i], Q_SPC, space); in bch2_quota_transfer()
410 mq->c[Q_SPC].timer = qdq->d_spc_timer; in __bch2_quota_set()
412 mq->c[Q_SPC].warns = qdq->d_spc_warns; in __bch2_quota_set()
514 bch2_quota_acct(c, bch_qid(&u), Q_SPC, u.bi_sectors, in bch2_fs_quota_read_inode()
685 state->s_state[i].spc_timelimit = c->quotas[i].limits[Q_SPC].timelimit; in bch2_quota_get_state()
686 state->s_state[i].spc_warnlimit = c->quotas[i].limits[Q_SPC].warnlimit; in bch2_quota_get_state()
734 sb_quota->q[type].c[Q_SPC].timelimit = in bch2_quota_set_info()
738 sb_quota->q[type].c[Q_SPC].warnlimit = in bch2_quota_set_info()
762 dst->d_space = src->c[Q_SPC].v << 9; in __bch2_quota_get()
763 dst->d_spc_hardlimit = src->c[Q_SPC].hardlimit << 9; in __bch2_quota_get()
764 dst->d_spc_softlimit = src->c[Q_SPC].softlimit << 9; in __bch2_quota_get()
765 dst->d_spc_timer = src->c[Q_SPC].timer; in __bch2_quota_get()
766 dst->d_spc_warns = src->c[Q_SPC].warns; in __bch2_quota_get()
837 new_quota->v.c[Q_SPC].softlimit = cpu_to_le64(qdq->d_spc_softlimit >> 9); in bch2_set_quota_trans()
839 new_quota->v.c[Q_SPC].hardlimit = cpu_to_le64(qdq->d_spc_hardlimit >> 9); in bch2_set_quota_trans()