Symbol: am_ops
usr.sbin/amd/amd/afs_ops.c
1675
am_ops root_ops = {
usr.sbin/amd/amd/afs_ops.c
1692
am_ops afs_ops = {
usr.sbin/amd/amd/afs_ops.c
1709
am_ops toplvl_ops = {
usr.sbin/amd/amd/afs_ops.c
1726
am_ops dfs_ops = {
usr.sbin/amd/amd/afs_ops.c
1744
am_ops union_ops = {
usr.sbin/amd/amd/afs_ops.c
786
am_ops *p;
usr.sbin/amd/amd/am_ops.c
115
am_ops *
usr.sbin/amd/amd/am_ops.c
119
am_ops **vp;
usr.sbin/amd/amd/am_ops.c
120
am_ops *rop = 0;
usr.sbin/amd/amd/am_ops.c
40
static am_ops *vops[] = {
usr.sbin/amd/amd/am_ops.c
78
struct am_ops **ap;
usr.sbin/amd/amd/am_ops.c
96
am_ops *
usr.sbin/amd/amd/efs_ops.c
102
am_ops efs_ops = {
usr.sbin/amd/amd/host_ops.c
565
am_ops host_ops = {
usr.sbin/amd/amd/ifs_ops.c
164
am_ops ifs_ops = {
usr.sbin/amd/amd/mntfs.c
118
alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info,
usr.sbin/amd/amd/mntfs.c
130
find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info,
usr.sbin/amd/amd/mntfs.c
310
realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp,
usr.sbin/amd/amd/mntfs.c
85
init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info,
usr.sbin/amd/amd/nfs_ops.c
700
am_ops nfs_ops = {
usr.sbin/amd/amd/nfsx_ops.c
487
am_ops nfsx_ops = {
usr.sbin/amd/amd/pfs_ops.c
149
am_ops pfs_ops = {
usr.sbin/amd/amd/restart.c
63
am_ops *fs_ops = 0;
usr.sbin/amd/amd/sfs_ops.c
152
am_ops sfs_ops = {
usr.sbin/amd/amd/sfs_ops.c
176
struct am_ops sfsx_ops = {
usr.sbin/amd/amd/ufs_ops.c
129
am_ops ufs_ops = {
usr.sbin/amd/include/am.h
106
typedef struct am_ops am_ops;
usr.sbin/amd/include/am.h
232
extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *,
usr.sbin/amd/include/am.h
288
extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, char *,
usr.sbin/amd/include/am.h
423
extern am_ops *sunos4_match(am_opts *, char *, char *, char *, char *, char *);
usr.sbin/amd/include/am.h
425
extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *);
usr.sbin/amd/include/am.h
482
am_ops *mf_ops; /* Operations on this mountpoint */
usr.sbin/amd/include/fstype.h
109
extern am_ops pfs_ops; /* PFS */
usr.sbin/amd/include/fstype.h
117
extern am_ops tfs_ops; /* TFS */
usr.sbin/amd/include/fstype.h
126
extern am_ops ufs_ops; /* Un*x file system */
usr.sbin/amd/include/fstype.h
135
extern am_ops sfs_ops; /* Symlink FS */
usr.sbin/amd/include/fstype.h
137
extern am_ops sfsx_ops; /* Symlink FS with existence check */
usr.sbin/amd/include/fstype.h
143
extern am_ops union_ops; /* Union FS */
usr.sbin/amd/include/fstype.h
47
extern am_ops afs_ops; /* Automount file system (this!) */
usr.sbin/amd/include/fstype.h
48
extern am_ops toplvl_ops; /* Top-level automount file system */
usr.sbin/amd/include/fstype.h
49
extern am_ops root_ops; /* Root file system */
usr.sbin/amd/include/fstype.h
57
extern am_ops dfs_ops; /* Direct Automount file system (this too) */
usr.sbin/amd/include/fstype.h
63
extern am_ops efs_ops; /* Error file system */
usr.sbin/amd/include/fstype.h
69
extern am_ops ifs_ops; /* Inheritance file system */
usr.sbin/amd/include/fstype.h
83
extern am_ops lofs_ops;
usr.sbin/amd/include/fstype.h
94
extern am_ops nfs_ops; /* NFS */
usr.sbin/amd/include/fstype.h
95
extern am_ops nfsx_ops; /* NFS X */
usr.sbin/amd/include/fstype.h
96
extern am_ops host_ops; /* NFS host */