Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ffs/
Dffs_extern.h121 int ffs_init(struct vfsconf *);
Dffs_vfsops.c86 .vfs_init = ffs_init,
1425 ffs_init(struct vfsconf *vfsp) in ffs_init() function
/openbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c221 return (ffs_init(vfsp)); in mfs_init()