Home | History | Annotate | Download | only in amd

Lines Matching defs:fs_ops

50 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops)
83 mf = find_mntfs(fs_ops, &mo, me->mnt_dir,
93 if (fs_ops->fs_init) {
99 (void) (*fs_ops->fs_init) (mf);
102 me->mnt_fsname, fs_ops->fs_type, me->mnt_dir, mf->mf_flags);
138 am_ops *fs_ops = NULL;
154 fs_ops = ops_search(me->mnt_type);
160 if (!fs_ops)
161 fs_ops = &amfs_link_ops;
163 restart_fake_mntfs(me, fs_ops);
201 am_ops *fs_ops = NULL;
274 fs_ops = &amfs_link_ops;
276 fs_ops = &amfs_toplvl_ops;
279 restart_fake_mntfs(me, fs_ops);