Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/sysvbfs/
H A Dbfs_sysvbfs.c58 sysvbfs_bfs_init(struct bfs **bfsp, struct vnode *vp) in sysvbfs_bfs_init() function
H A Dbfs.h162 int sysvbfs_bfs_init(struct bfs **, struct vnode *);
H A Dsysvbfs_vfsops.c189 if ((error = sysvbfs_bfs_init(&bmp->bfs, devvp)) != 0) { in sysvbfs_mountfs()