Home
last modified time | relevance | path

Searched refs:dfs_ops (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/amd/include/
H A Dfstype.h57 extern am_ops dfs_ops; /* Direct Automount file system (this too) */
/openbsd/usr.sbin/amd/amd/
H A Dam_ops.c69 &dfs_ops, /* ... */
H A Dafs_ops.c333 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
H A Dutil.c360 if (mp->am_parent && mp->am_parent->am_mnt->mf_ops == &dfs_ops) in am_mounted()