Searched refs:qtypes (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | quota.c | 129 qtypes >>= i; in __next_qtype() 130 return qtypes ? i + __ffs(qtypes) : QTYP_NR; in __next_qtype() 280 unsigned qtypes = enabled_qtypes(c); in bch2_quota_acct() local 289 for_each_set_qtype(c, i, q, qtypes) { in bch2_quota_acct() 295 for_each_set_qtype(c, i, q, qtypes) in bch2_quota_acct() 304 for_each_set_qtype(c, i, q, qtypes) in bch2_quota_acct() 307 for_each_set_qtype(c, i, q, qtypes) in bch2_quota_acct() 337 qtypes &= enabled_qtypes(c); in bch2_quota_transfer() 348 for_each_set_qtype(c, i, q, qtypes) in bch2_quota_transfer() 371 for_each_set_qtype(c, i, q, qtypes) in bch2_quota_transfer() [all …]
|
| H A D | quota.h | 59 static inline int bch2_quota_transfer(struct bch_fs *c, unsigned qtypes, in bch2_quota_transfer() argument
|
| H A D | fs.c | 162 unsigned qtypes, in bch2_fs_quota_transfer() argument 168 qtypes &= enabled_qtypes(c); in bch2_fs_quota_transfer() 172 qtypes &= ~(1U << i); in bch2_fs_quota_transfer() 174 if (!qtypes) in bch2_fs_quota_transfer() 179 ret = bch2_quota_transfer(c, qtypes, new_qid, in bch2_fs_quota_transfer() 186 if (qtypes & (1 << i)) in bch2_fs_quota_transfer()
|