Searched refs:mnt_fs (Results 1 – 1 of 1) sorted by relevance
41 const struct fs_ops *mnt_fs; member68 mnt->mnt_fs = fs; in add_mnt_info()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()