Home
last modified time | relevance | path

Searched refs:fo_mount (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/libsa/
H A Dmount.c108 if (fs->fo_mount == NULL) in mount()
111 if (fs->fo_mount(dev, path, &data) != 0) in mount()
H A Dstand.h112 int (*fo_mount)(const char *, const char *, void **); member
H A Dcd9660.c91 .fo_mount = cd9660_mount,
H A Dufs.c103 .fo_mount = ufs_mount,
H A Ddosfs.c69 .fo_mount = dos_mount,
/freebsd/stand/libsa/zfs/
H A Dzfs.c78 .fo_mount = zfs_mount,