Home
last modified time | relevance | path

Searched refs:qtyp (Results 1 – 1 of 1) sorted by relevance

/linux/fs/bcachefs/
H A Dquota.c40 unsigned qtyp, counter; in bch2_sb_quota_to_text() local
42 for (qtyp = 0; qtyp < ARRAY_SIZE(q->q); qtyp++) { in bch2_sb_quota_to_text()
44 bch2_quota_types[qtyp], in bch2_sb_quota_to_text()
45 le64_to_cpu(q->q[qtyp].flags)); in bch2_sb_quota_to_text()
50 le32_to_cpu(q->q[qtyp].c[counter].timelimit), in bch2_sb_quota_to_text()
51 le32_to_cpu(q->q[qtyp].c[counter].warnlimit)); in bch2_sb_quota_to_text()