Searched refs:bfs_init2 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | bfs_subr.c | 65 return bfs_init2(bfsp, bfs_sector, &__io_ops, false); in bfs_init()
|
/netbsd-src/sys/fs/sysvbfs/ |
H A D | bfs_sysvbfs.c | 74 return bfs_init2(bfsp, 0, (struct sector_io_ops *)bio, false); in sysvbfs_bfs_init()
|
H A D | bfs.h | 147 int bfs_init2(struct bfs **, int, struct sector_io_ops *, bool);
|
H A D | bfs.c | 83 bfs_init2(struct bfs **bfsp, int bfs_sector, struct sector_io_ops *io, in bfs_init2() function
|