Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dquota.h46 int bch2_fs_quota_read(struct bch_fs *);
69 static inline int bch2_fs_quota_read(struct bch_fs *c) { return 0; } in bch2_fs_quota_read() function
H A Drecovery.c1066 ret = bch2_fs_quota_read(c); in bch2_fs_recovery()
1284 ret = bch2_fs_quota_read(c); in bch2_fs_initialize()
H A Dquota.c523 int bch2_fs_quota_read(struct bch_fs *c) in bch2_fs_quota_read() function