Searched refs:mount (Results 251 - 275 of 1050) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sbin/mount_nilfs/
H A Dmount_nilfs.c44 #include <sys/mount.h>
60 /* mount specific options */
67 /* options to pass on to the `mount' call */
125 /* process generic mount options */
171 /* mount it! :) */
172 if (mount(MOUNT_NILFS, canon_dir, mntflags, &args, sizeof args) == -1)
173 err(EXIT_FAILURE, "Cannot mount %s on %s", canon_dev,canon_dir);
/netbsd-6-1-5-RELEASE/sbin/mount_ntfs/
H A Dmount_ntfs.c42 #include <sys/mount.h>
157 if (mount(MOUNT_NTFS, canon_dir, mntflags, &args, sizeof args) == -1)
/netbsd-6-1-5-RELEASE/sbin/mount_ptyfs/
H A Dmount_ptyfs.c86 #include <sys/mount.h>
203 if (mount(MOUNT_PTYFS, canon_dir, mntflags, &args, sizeof args) == -1)
/netbsd-6-1-5-RELEASE/sbin/mount_union/
H A Dmount_union.c50 #include <sys/mount.h>
135 if (mount(MOUNT_UNION, canon_dir, mntflags, &args, sizeof args) == -1)
/netbsd-6-1-5-RELEASE/lib/libc/compat/sys/
H A Dcompat___stat13.c44 #include <sys/mount.h>
47 #include <compat/sys/mount.h>
59 "warning: reference to compatibility fhstat(); include <sys/mount.h> to generate correct reference")
H A Dcompat___stat30.c44 #include <sys/mount.h>
47 #include <compat/sys/mount.h>
59 "warning: reference to compatibility __fhstat40(); include <sys/mount.h> to generate correct reference")
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/
H A DMakefile.inc20 MOUNT= ${MOUNTDIR}/mount
/netbsd-6-1-5-RELEASE/sys/ufs/ffs/
H A Dffs_quota2.c38 #include <sys/mount.h>
49 ffs_quota2_mount(struct mount *mp)
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota.h116 int q1sync(struct mount *);
143 int q2sync(struct mount *);
/netbsd-6-1-5-RELEASE/usr.bin/crunch/examples/
H A Dfixit.conf27 progs mknod mount newfs ping reboot restore swapon umount
/netbsd-6-1-5-RELEASE/sys/fs/adosfs/
H A Dadosfs.h37 * Arguments to mount amigados filesystems.
40 char *fspec; /* blocks special holding the fs to mount */
110 * mount data
116 struct mount *mp; /* owner mount */
173 struct vnode *adosfs_ahashget(struct mount *, ino_t);
/netbsd-6-1-5-RELEASE/sys/fs/sysvbfs/
H A Dsysvbfs.c38 #include <sys/mount.h>
128 (int (*)(struct mount *, struct vnode *, struct timespec *))
/netbsd-6-1-5-RELEASE/sys/nfs/
H A Dnfsmount.h50 * Arguments to mount NFS
75 * NFS mount option flags (nm_flag)
77 #define NFSMNT_SOFT 0x00000001 /* soft mount (hard is default) */
83 #define NFSMNT_INT 0x00000040 /* allow interrupts on hard mount */
128 * One allocated on every NFS mount.
129 * Holds NFS specific information for mount.
137 struct mount *nm_mountp; /* Vfs structure for this filesystem */
179 struct io_stats *nm_stats; /* per nfs mount statistics */
183 * Convert mount ptr to nfsmount ptr.
188 * Prototypes for NFS mount operation
[all...]
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dvnode.h154 struct mount *v_mount; /* v: ptr to vfs we are in */
158 TAILQ_ENTRY(vnode) v_mntvnodes; /* m: vnodes for mount point */
165 struct mount *vu_mountedhere;/* v: ptr to vfs (VDIR) */
524 #include <sys/mount.h>
547 int getnewvnode(enum vtagtype, struct mount *, int (**)(void *),
554 int vflush(struct mount *, struct vnode *, int);
574 vnalloc(struct mount *);
617 void vfs_getnewfsid(struct mount *);
623 void vfs_mount_print(struct mount *, int, void (*)(const char *, ...)
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dfile.c42 #include <sys/mount.h>
H A Dprint.c42 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dopendir.c39 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzfs/
H A DMakefile21 CPPFLAGS+= -I${NETBSDSRCDIR}/sbin/mount
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dsys_machdep.c46 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A Daoutm68k_exec.c41 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dkern_resource_43.c49 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/freebsd/
H A Dfreebsd_fork.c38 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/alpha/
H A Dlinux_pipe.c41 #include <sys/mount.h>
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_syscalls.c23 #include <sys/mount.h>
232 /* 165 */ "#165 (unimplemented mount)",
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_fadvise64.c43 #include <sys/mount.h>

Completed in 135 milliseconds

<<11121314151617181920>>