HomeSort by: relevance | last modified time | path
    Searched refs:am_ops (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/am-utils/dist/amd/
amd.h 215 typedef struct am_ops am_ops; typedef in typeref:struct:am_ops
399 struct am_ops { struct
424 am_ops *mf_ops; /* Operations on this mountpoint */
585 extern am_ops *ops_match(am_opts *, char *, char *, char *, char *, char *);
586 extern am_ops *ops_search(char *);
594 extern mntfs *find_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
595 extern mntfs *locate_mntfs(am_ops *, am_opts *, char *, char *, char *, char *, char *);
598 extern mntfs *realloc_mntfs(mntfs *, am_ops *, am_opts *, char *, char *, char *, char *, char *);
734 extern am_ops lofs_ops
    [all...]
amfs_linkx.c 59 struct am_ops amfs_linkx_ops =
amfs_root.c 60 am_ops amfs_root_ops =
ops_ext.c 62 am_ops ext2_ops =
83 am_ops ext3_ops =
104 am_ops ext4_ops =
amfs_direct.c 60 am_ops amfs_direct_ops =
amfs_error.c 64 am_ops amfs_error_ops =
amfs_link.c 59 am_ops amfs_link_ops =
am_ops.c 1 /* $NetBSD: am_ops.c,v 1.1.1.3 2015/01/17 16:34:15 christos Exp $ */
38 * File: am-utils/amd/am_ops.c
57 static am_ops *vops[] =
162 struct am_ops **ap;
373 am_ops *
376 am_ops **vp;
377 am_ops *rop = NULL;
385 am_ops *
388 am_ops *rop = NULL;
restart.c 50 restart_fake_mntfs(mntent_t *me, am_ops *fs_ops)
138 am_ops *fs_ops = NULL;
201 am_ops *fs_ops = NULL;
amfs_auto.c 71 am_ops amfs_auto_ops =
amfs_program.c 61 am_ops amfs_program_ops =
amfs_union.c 62 am_ops amfs_union_ops =
mntfs.c 78 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
107 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
121 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
203 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
385 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts)
ops_efs.c 60 am_ops efs_ops =
ops_lofs.c 60 am_ops lofs_ops =
ops_ufs.c 60 am_ops ufs_ops =
ops_xfs.c 60 am_ops xfs_ops =
ops_TEMPLATE.c 76 am_ops foofs_ops =
ops_tmpfs.c 60 am_ops tmpfs_ops =
amfs_nfsl.c 68 am_ops amfs_nfsl_ops =
amfs_toplvl.c 60 am_ops amfs_toplvl_ops =
ops_cachefs.c 62 am_ops cachefs_ops =
ops_cdfs.c 60 am_ops cdfs_ops =
ops_lustre.c 52 am_ops lustre_ops =
  /src/external/bsd/am-utils/bin/amd/
Makefile 10 SRCS= am_ops.c amd.c amfs_auto.c amfs_generic.c amfs_direct.c \

Completed in 90 milliseconds

1 2