OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ffs_init
sys/ufs/ffs/ffs_extern.h
121
int ffs_init(struct vfsconf *);
sys/ufs/ffs/ffs_vfsops.c
86
.vfs_init = ffs_init,
sys/ufs/mfs/mfs_vfsops.c
221
return (ffs_init(vfsp));