Searched refs:dfs_ops (Results 1 – 4 of 4) sorted by relevance
57 extern am_ops dfs_ops; /* Direct Automount file system (this too) */
69 &dfs_ops, /* ... */
333 else if (mf->mf_ops == &dfs_ops) mnttype = "direct"; in toplvl_mount()1149 if ((mf = mp->am_mnt) == 0 || mf->mf_ops == &dfs_ops) in afs_lookuppn()1454 mf->mf_ops == &dfs_ops ? "" : mp->am_path, in afs_lookuppn()1726 am_ops dfs_ops = { variable
360 if (mp->am_parent && mp->am_parent->am_mnt->mf_ops == &dfs_ops) in am_mounted()