Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dquota.c129 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 …]
A Dquota.h59 static inline int bch2_quota_transfer(struct bch_fs *c, unsigned qtypes, in bch2_quota_transfer() argument
A Dfs.c166 unsigned qtypes, in bch2_fs_quota_transfer() argument
172 qtypes &= enabled_qtypes(c); in bch2_fs_quota_transfer()
176 qtypes &= ~(1U << i); in bch2_fs_quota_transfer()
178 if (!qtypes) in bch2_fs_quota_transfer()
183 ret = bch2_quota_transfer(c, qtypes, new_qid, in bch2_fs_quota_transfer()
190 if (qtypes & (1 << i)) in bch2_fs_quota_transfer()

Completed in 10 milliseconds