Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dquota.h29 static inline unsigned enabled_qtypes(struct bch_fs *c) in enabled_qtypes() function
H A Dquota.c280 unsigned qtypes = enabled_qtypes(c); in bch2_quota_acct()
337 qtypes &= enabled_qtypes(c); in bch2_quota_transfer()
389 if (!((1U << k.k->p.inode) & enabled_qtypes(c))) in __bch2_quota_set()
672 unsigned qtypes = enabled_qtypes(c); in bch2_quota_get_state()
719 if (!((1 << type) & enabled_qtypes(c))) in bch2_quota_set_info()
H A Drecovery.c1064 if (enabled_qtypes(c)) { in bch2_fs_recovery()
1283 if (enabled_qtypes(c)) { in bch2_fs_initialize()
H A Dfs.c172 qtypes &= enabled_qtypes(c); in bch2_fs_quota_transfer()