Searched refs:mount_fs (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/sbin/mount/
H A Dextern.h35 int mount_fs(const char *, int, char *[]);
H A DMakefile6 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
H A Dmount_fs.c41 static char sccsid[] = "@(#)mount_fs.c 8.6 (Berkeley) 4/26/95";
75 mount_fs(const char *vfstype, int argc, char *argv[]) function
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_nfsl.c158 if (amfs_link_ops.mount_fs)
159 ret = amfs_link_ops.mount_fs(mp, mf);
161 if (nfs_ops.mount_fs)
162 ret = nfs_ops.mount_fs(mp, mf);
H A Dops_ufs.c153 return mount_fs(&mnt, genflags, (caddr_t) &ufs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_xfs.c140 return mount_fs(&mnt, flags, (caddr_t) &xfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_efs.c143 return mount_fs(&mnt, flags, (caddr_t) &efs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_lofs.c129 return mount_fs(&mnt, flags, NULL, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_tmpfs.c164 return mount_fs(&mnt, flags, (caddr_t) &tmpfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_ext.c177 return mount_fs(&mnt, flags, (caddr_t) &ext_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dautil.c324 amfs_link_ops.mount_fs(mp, mf);
607 error = mount_fs(&mnt, genflags, (caddr_t) &nfs_args,
621 error = mount_fs(&mnt, genflags, (caddr_t) mp->am_autofs_fh,
H A Dops_pcfs.c195 return mount_fs(&mnt, flags, (caddr_t) & pcfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_udf.c244 return mount_fs(&mnt, flags, (caddr_t)&udf_args, 0, type, 0, NULL,
H A Dops_cachefs.c201 return mount_fs(&mnt, flags, (caddr_t) &ca, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_cdfs.c213 retval = mount_fs(&mnt, genflags, (caddr_t) &cdfs_args, 0, type, 0, NULL, mnttab_file_name, on_autofs);
H A Dops_lustre.c184 error = mount_fs(&mnt, genflags, NULL, 0, type, 0,
H A Damfs_nfsx.c357 error = mf->mf_ops->mount_fs(mp, mf);
406 n->n_error = m->mf_ops->mount_fs(am, m);
H A Dmap.c683 root_mf->mf_error = root_mf->mf_ops->mount_fs(root_node, root_mf);
791 error = mf->mf_ops->mount_fs(mp, mf);
794 dlog("mount_node: call to mf_ops->mount_fs(%s) failed: %s",
H A Damd.h401 vmount_fs mount_fs; /* fxn: mount my own vnode */ member in struct:am_ops
H A Dops_nfs.c918 error = mount_fs(&mnt, genflags, argsp, retry, type,
/freebsd-11-stable/usr.sbin/amd/libamu/
H A DMakefile17 SRCS= hasmntopt.c misc_rpc.c mount_fs.c mtab.c nfs_prot_xdr.c \
/freebsd-11-stable/contrib/amd/hlfsd/
H A Dhlfsd.c593 if (mount_fs(&mnt, genflags, (caddr_t) &nfs_args, retry, type, 0, NULL, mnttab_file_name, 0) < 0)
600 if (mount_fs(&mnt, genflags, (caddr_t) &nfs_args, retry, type, 0, NULL, mnttab_file_name, 0) < 0) {
/freebsd-11-stable/contrib/amd/include/
H A Dam_utils.h303 extern int mount_fs(mntent_t *, int, caddr_t, int, MTYPE_TYPE, u_long, const char *, const char *, int);
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
/freebsd-11-stable/contrib/amd/libamu/
H A Dmount_fs.c36 * File: am-utils/libamu/mount_fs.c
202 mount_fs(mntent_t *mnt, int flags, caddr_t mnt_data, int retry, MTYPE_TYPE type, u_long nfs_version, const char *nfs_proto, const char *mnttabname, int on_autofs) function

Completed in 242 milliseconds

12