Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dfs-io-direct.h10 int bch2_fs_fs_io_direct_init(struct bch_fs *);
13 static inline int bch2_fs_fs_io_direct_init(struct bch_fs *c) { return 0; } in bch2_fs_fs_io_direct_init() function
H A Dfs-io-direct.c675 int bch2_fs_fs_io_direct_init(struct bch_fs *c) in bch2_fs_fs_io_direct_init() function
H A Dsuper.c932 bch2_fs_fs_io_direct_init(c); in bch2_fs_alloc()