Searched refs:bch2_quota_check_limit (Results 1 – 1 of 1) sorted by relevance
/linux/fs/bcachefs/ |
H A D | quota.c | 220 static int bch2_quota_check_limit(struct bch_fs *c, in bch2_quota_check_limit() function 299 ret = bch2_quota_check_limit(c, i, mq[i], &msgs, counter, v, mode); in bch2_quota_acct() 352 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_SPC, in bch2_quota_transfer() 358 ret = bch2_quota_check_limit(c, i, dst_q[i], &msgs, Q_INO, in bch2_quota_transfer()
|