Searched refs:mount (Results 126 - 150 of 1050) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dt_snapshot.c4 #include <sys/mount.h>
32 atf_tc_fail_errno("mount ffs %s", path);
H A Dt_snapshot_log.c4 #include <sys/mount.h>
34 atf_tc_fail_errno("mount ffs %s", path);
H A Dt_snapshot_v2.c4 #include <sys/mount.h>
32 atf_tc_fail_errno("mount ffs %s", path);
/netbsd-6-1-5-RELEASE/tests/fs/tmpfs/
H A Dh_funcs.subr36 # to the mount point. Optional arguments may be passed to the
37 # mount command.
45 mount -t tmpfs $* tmpfs ${Mount_Point} 2> mounterr
50 atf_fail "mount tmpfs"
53 mount -t tmpfs tmpfs ${Mount_Point} 2> mounterr
58 atf_fail "mount tmpfs"
/netbsd-6-1-5-RELEASE/tests/fs/zfs/
H A Dt_zpool.sh53 atf_check -s exit:0 -o inline:"${exmount}" mount
/netbsd-6-1-5-RELEASE/tests/rump/rumpkern/
H A Dt_modlinkset.c31 #include <sys/mount.h>
H A Dt_threads.c31 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/miscfs/procfs/
H A Dprocfs_fpregs.c100 procfs_validfpregs(struct lwp *l, struct mount *mp)
H A Dprocfs_vfsops.c93 #include <sys/mount.h>
118 * mount system call
123 struct mount *mp,
184 procfs_unmount(struct mount *mp, int mntflags)
204 procfs_root(struct mount *mp, struct vnode **vpp)
212 procfs_start(struct mount *mp, int flags)
222 procfs_statvfs(struct mount *mp, struct statvfs *sbp)
241 struct mount *mp,
251 procfs_vget(struct mount *mp, ino_t ino,
299 (int (*)(struct mount *, struc
[all...]
/netbsd-6-1-5-RELEASE/sys/rump/dev/lib/libwscons/
H A Dcomponent.c6 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpvfs/
H A Drump_vfs_private.h56 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dstatvfs.h67 unsigned long f_flag; /* copy of mount exported flags */
83 uint64_t f_syncreads; /* count of sync reads since mount */
84 uint64_t f_syncwrites; /* count of sync writes since mount */
86 uint64_t f_asyncreads; /* count of async reads since mount */
87 uint64_t f_asyncwrites; /* count of async writes since mount */
142 struct mount;
146 const char *, struct mount *, struct lwp *);
147 void copy_statvfs_info(struct statvfs *, const struct mount *);
148 int dostatvfs(struct mount *, struct statvfs *, struct lwp *, int, int);
/netbsd-6-1-5-RELEASE/share/examples/puffs/pgfs/
H A DMakefile3 SRCS= mount.c pgfs_subs.c pgfs_db.c pgfs_puffs.c pgfs_waitq.c pgfs_debug.c
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_vfsops.c44 #include <sys/mount.h>
74 static int v7fs_mountfs(struct vnode *, struct mount *, int);
75 static int v7fs_openfs(struct vnode *, struct mount *, struct lwp *);
76 static void v7fs_closefs(struct vnode *, struct mount *);
79 int v7fs_vnode_reload(struct mount *, struct vnode *);
82 v7fs_mount(struct mount *mp, const char *path, void *data, size_t *data_len)
119 DPRINTF("mount device=%lx\n", (long)devvp->v_rdev);
133 * used for our initial mount
150 * If mount by non-root, then verify that user has necessary
153 * Permission to update a mount i
253 struct v7fs_mount_device mount; local
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/ptyfs/
H A Dptyfs_vfsops.c49 #include <sys/mount.h>
68 MALLOC_JUSTDEFINE(M_PTYFSMNT, "ptyfs mount", "ptyfs mount structures");
82 * ptm glue: When we mount, we make ptm point to us.
95 ptyfs__getpath(struct lwp *l, const struct mount *mp)
129 struct mount *mp = pt->arg;
154 struct mount *mp = pt->arg;
175 struct mount *mp = pt->arg;
214 ptyfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len)
249 /* Don't allow more than one mount */
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion_vfsops.c88 #include <sys/mount.h>
109 union_mount(struct mount *mp, const char *path, void *data, size_t *data_len)
178 * same as providing a mount under option to the mount syscall.
208 * Unless the mount is readonly, ensure that the top layer
244 * mount of the underlying filesystem to go from rdonly to rdwr
311 union_start(struct mount *mp, int flags)
321 union_unmount(struct mount *mp, int mntflags)
332 * Keep flushing vnodes from the mount list.
344 /* count #vnodes held on mount lis
[all...]
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfs_export.c87 #include <sys/mount.h>
122 struct mount *ne_mount;
135 static int init_exports(struct mount *, struct netexport **);
136 static int hang_addrlist(struct mount *, struct netexport *,
141 static int setpublicfs(struct mount *, struct netexport *,
144 static struct netexport *netexport_lookup(const struct mount *);
151 static int nfs_export_update_30(struct mount *mp, const char *path, void *);
162 static void netexport_unmount(struct mount *);
173 * Releases NFS exports list resources if the given mount point has some.
178 netexport_unmount(struct mount *m
[all...]
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_file.c48 #include <sys/mount.h>
55 #include <compat/sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_commons.c23 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Dprocfs_machdep.c8 #include <sys/mount.h>
90 procfs_machdep_validvecregs(struct lwp *l, struct mount *mp)
/netbsd-6-1-5-RELEASE/regress/sys/fs/lfs/newfs_fsck/
H A Dmkfs_mount4 # Make an LFS on TMPIM, fsck it, and mount it on TMPMP.
24 mount -t lfs -o-N1 ${BVND}${MPART} ${TMPMP}
/netbsd-6-1-5-RELEASE/sbin/mount_fdesc/
H A Dmount_fdesc.c85 #include <sys/mount.h>
161 if (mount(MOUNT_FDESC, canon_dir, mntflags, NULL, 0) == -1)
/netbsd-6-1-5-RELEASE/sbin/mount_hfs/
H A Dmount_hfs.c71 #include <sys/mount.h>
147 if (mount(MOUNT_HFS, canon_dir, mntflags, &args, sizeof args) == -1)
/netbsd-6-1-5-RELEASE/sbin/mount_kernfs/
H A Dmount_kernfs.c85 #include <sys/mount.h>
161 if (mount(MOUNT_KERNFS, canon_dir, mntflags, NULL, 0) == -1)
/netbsd-6-1-5-RELEASE/sbin/mount_puffs/
H A Dmount_puffs.c39 #include <sys/mount.h>
96 if (mount(MOUNT_PUFFS, argv[1], mntflags, &kargs, sizeof(kargs)) == -1)
97 err(1, "mount");

Completed in 134 milliseconds

1234567891011>>