Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dmount.c115 if (rc != 0 && mnt->mnt_fs->fo_unmount != NULL) { in mount()
118 (void)mnt->mnt_fs->fo_unmount(dev, data); in mount()
149 if (mnt->mnt_fs->fo_unmount != NULL) in unmount()
150 rv = mnt->mnt_fs->fo_unmount(dev, in unmount()
H A Dstand.h113 int (*fo_unmount)(const char *, void *); member
H A Dcd9660.c92 .fo_unmount = cd9660_unmount
H A Dufs.c104 .fo_unmount = ufs_unmount
H A Ddosfs.c70 .fo_unmount = dos_unmount
/freebsd/stand/libsa/zfs/
H A Dzfs.c79 .fo_unmount = zfs_unmount