Searched refs:fo_unmount (Results 1 – 6 of 6) sorted by relevance
115 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()
118 int (*fo_unmount)(const char *, void *); member
92 .fo_unmount = cd9660_unmount
104 .fo_unmount = ufs_unmount
72 .fo_unmount = dos_unmount
79 .fo_unmount = zfs_unmount