Lines Matching refs:bch_fs
63 static inline void __bch2_quota_reservation_put(struct bch_fs *c, in __bch2_quota_reservation_put()
75 static inline void bch2_quota_reservation_put(struct bch_fs *c, in bch2_quota_reservation_put()
86 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add()
111 static inline void __bch2_quota_reservation_put(struct bch_fs *c, in __bch2_quota_reservation_put()
115 static inline void bch2_quota_reservation_put(struct bch_fs *c, in bch2_quota_reservation_put()
119 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add()
130 void __bch2_i_sectors_acct(struct bch_fs *, struct bch_inode_info *,
133 static inline void bch2_i_sectors_acct(struct bch_fs *c, struct bch_inode_info *inode, in bch2_i_sectors_acct()
159 void bch2_inode_flush_nocow_writes_async(struct bch_fs *,
162 int __must_check bch2_write_inode_size(struct bch_fs *,
177 void bch2_fs_fsio_exit(struct bch_fs *);
178 int bch2_fs_fsio_init(struct bch_fs *);
180 static inline void bch2_fs_fsio_exit(struct bch_fs *c) {} in bch2_fs_fsio_exit()
181 static inline int bch2_fs_fsio_init(struct bch_fs *c) { return 0; } in bch2_fs_fsio_init()