Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/NextBSD/sys/ufs/ffs/
HDffs_extern.h46 struct mount;
72 int ffs_flushfiles(struct mount *, int, struct thread *);
82 int ffs_own_mount(const struct mount *mp);
86 int ffs_reload(struct mount *, struct thread *, int);
92 int ffs_snapshot(struct mount *mp, char *snapfile);
93 void ffs_snapshot_mount(struct mount *mp);
94 void ffs_snapshot_unmount(struct mount *mp);
95 void process_deferred_inactive(struct mount *mp);
96 void ffs_sync_snap(struct mount *, int);
104 int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
[all …]
HDffs_suspend.c72 ffs_susp_suspended(struct mount *mp) in ffs_susp_suspended()
97 struct mount *mp; in ffs_susp_rdwr()
178 ffs_susp_suspend(struct mount *mp) in ffs_susp_suspend()
221 struct mount *mp; in ffs_susp_dtor()
226 mp = (struct mount *)data; in ffs_susp_dtor()
265 struct mount *mp; in ffs_susp_ioctl()
/NextBSD/sys/sys/
HDmount.h157 struct mount { struct
161 TAILQ_ENTRY(mount) mnt_list; /* (m) mount list */
192 TAILQ_ENTRY(mount) mnt_upper_link; /* (m) we in the all uppers */ argument
193 TAILQ_HEAD(, mount) mnt_uppers; /* (m) upper mounts over us*/
199 struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
200 struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
201 void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
218 struct vnode *__mnt_vnode_next_active(struct vnode **mvp, struct mount *mp);
219 struct vnode *__mnt_vnode_first_active(struct vnode **mvp, struct mount *mp);
220 void __mnt_vnode_markerfree_active(struct vnode **mvp, struct mount *);
[all …]
HDvnode.h110 struct mount *v_mount; /* u ptr to vfs we are in */
118 struct mount *vu_mount; /* v ptr to mountpoint (VDIR) */
422 extern struct mount *rootdevmp; /* "/dev" mount */
594 struct mount;
606 typedef int (*vn_get_ino_t)(struct mount *, void *, int, struct vnode **);
621 void cache_purgevfs(struct mount *mp);
625 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
629 int insmntque1(struct vnode *vp, struct mount *mp,
631 int insmntque(struct vnode *vp, struct mount *mp);
661 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
[all …]
/NextBSD/sys/ufs/ufs/
HDquota.h219 struct mount;
230 int qsync(struct mount *);
232 int quotaoff(struct thread *, struct mount *, int);
233 int quotaon(struct thread *, struct mount *, int, void *);
234 int getquota32(struct thread *, struct mount *, u_long, int, void *);
235 int setquota32(struct thread *, struct mount *, u_long, int, void *);
236 int setuse32(struct thread *, struct mount *, u_long, int, void *);
237 int getquota(struct thread *, struct mount *, u_long, int, void *);
238 int setquota(struct thread *, struct mount *, u_long, int, void *);
239 int setuse(struct thread *, struct mount *, u_long, int, void *);
[all …]
HDREADME.acls30 To enable support for ACLs on a file system, the 'acls' mount flag
36 Or by using the mount-time flag:
38 mount -o acls /dev/md0a /mnt
46 printed by the kernel at mount-time. For reliability purposes, it
48 mount-time flag, as this will avoid re-mount isses with the root file
59 mount atomicity requirements, it is also recommended that:
64 required extended attributes with the filesystem mount operation. To
78 On the next mount of the root filesystem, the attributes will be
HDextattr.h138 int ufs_extattr_start(struct mount *mp, struct thread *td);
139 int ufs_extattr_autostart(struct mount *mp, struct thread *td);
140 int ufs_extattr_stop(struct mount *mp, struct thread *td);
141 int ufs_extattrctl(struct mount *mp, int cmd, struct vnode *filename,
/NextBSD/tools/tools/mfi/
HDrunmegacli.sh17 devfsmount=`mount |grep $linuxdir/dev | awk '{print $3}'`
19 mount -t devfs devfs $linuxdir/dev
22 procfsmount=`mount |grep $linuxdir/proc | awk '{print $3}'`
24 mount -t linprocfs linprocfs $linuxdir/proc
27 sysfsmount=`mount |grep $linuxdir/sys | awk '{print $3}'`
29 mount -t linsysfs linsysfs $linuxdir/sys
/NextBSD/sys/fs/nullfs/
HDnull_vfsops.c73 nullfs_mount(struct mount *mp) in nullfs_mount()
225 struct mount *mp; in nullfs_unmount()
229 struct mount *ump;
265 struct mount *mp; in nullfs_root()
289 struct mount *mp; in nullfs_quotactl()
299 struct mount *mp; in nullfs_statfs()
331 struct mount *mp; in nullfs_sync()
342 struct mount *mp; in nullfs_vget()
360 struct mount *mp; in nullfs_fhtovp()
376 struct mount *mp; in nullfs_extattrctl()
[all …]
/NextBSD/tools/regression/iscsi/
HDiscsi-test.sh409 check mount -t ufs $LUN0 $MNTDIR
414 check mount -t ufs $LUN0 $MNTDIR
427 check mount $LUN0 $MNTDIR
432 check mount $LUN0 $MNTDIR
437 check mount $LUN0 $MNTDIR
441 check mount $LUN0 $MNTDIR
447 check mount -F ufs $LUN0 $MNTDIR
452 check mount -F ufs $LUN0 $MNTDIR
474 check mount -t ufs $LUN0 $MNTDIR
491 check mount $LUN0 $MNTDIR
[all …]
/NextBSD/sys/fs/tmpfs/
HDtmpfs_vfsops.c72 static int tmpfs_mount(struct mount *);
73 static int tmpfs_unmount(struct mount *, int);
74 static int tmpfs_root(struct mount *, int flags, struct vnode **);
75 static int tmpfs_fhtovp(struct mount *, struct fid *, int,
77 static int tmpfs_statfs(struct mount *, struct statfs *);
78 static void tmpfs_susp_clean(struct mount *);
133 tmpfs_mount(struct mount *mp) in tmpfs_mount()
273 tmpfs_unmount(struct mount *mp, int mntflags) in tmpfs_unmount()
340 tmpfs_root(struct mount *mp, int flags, struct vnode **vpp) in tmpfs_root()
352 tmpfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, in tmpfs_fhtovp()
[all …]
/NextBSD/sbin/mount/
HDMakefile4 PROG= mount
5 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
6 MAN= mount.8 mount.conf.8
/NextBSD/lib/libprocstat/
HDzfs.c71 struct mount mount, *mountptr; in zfs_filestat() local
116 if (!kvm_read_all(kd, (unsigned long)mountptr, &mount, sizeof(mount))) { in zfs_filestat()
120 vn->vn_fsid = mount.mnt_stat.f_fsid.val[0]; in zfs_filestat()
HDcommon_kvm.c112 struct mount mount; in devfs_filestat() local
120 if (!kvm_read_all(kd, (unsigned long)getvnodemount(vp), &mount, in devfs_filestat()
121 sizeof(mount))) { in devfs_filestat()
126 vn->vn_fsid = mount.mnt_stat.f_fsid.val[0]; in devfs_filestat()
203 struct mount *
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDpolicy.h38 struct mount;
45 int secpolicy_fs_unmount(cred_t *cr, struct mount *vfsp);
67 int secpolicy_fs_owner(struct mount *vfsp, cred_t *cr);
68 int secpolicy_fs_mount(cred_t *cr, vnode_t *mvp, struct mount *vfsp);
69 void secpolicy_fs_mount_clearopts(cred_t *cr, struct mount *vfsp);
/NextBSD/sys/fs/fuse/
HDfuse_ipc.h171 struct mount *mp;
223 fuse_get_mpdata(struct mount *mp) in fuse_get_mpdata()
229 fsess_isimpl(struct mount *mp, int opcode) in fsess_isimpl()
237 fsess_set_notimpl(struct mount *mp, int opcode) in fsess_set_notimpl()
245 fsess_opt_datacache(struct mount *mp) in fsess_opt_datacache()
254 fsess_opt_mmap(struct mount *mp) in fsess_opt_mmap()
264 fsess_opt_brokenio(struct mount *mp) in fsess_opt_brokenio()
401 struct mount *mp, uint64_t nid, struct thread *td,
405 struct mount *mp, uint64_t nid, pid_t pid,
/NextBSD/contrib/amd/
HDFREEBSD-Xlist46 *conf/mount/mount_aix.c
47 *conf/mount/mount_aix3.c
48 *conf/mount/mount_bsdi3.c
49 *conf/mount/mount_default.c
50 *conf/mount/mount_freebsd3.c
51 *conf/mount/mount_hpux.c
52 *conf/mount/mount_irix5.c
53 *conf/mount/mount_irix6.c
54 *conf/mount/mount_isc3.c
55 *conf/mount/mount_linux.c
[all …]
/NextBSD/sys/fs/unionfs/
HDunion_vfsops.c73 unionfs_domount(struct mount *mp) in unionfs_domount()
321 unionfs_unmount(struct mount *mp, int mntflags) in unionfs_unmount()
355 unionfs_root(struct mount *mp, int flags, struct vnode **vpp) in unionfs_root()
376 unionfs_quotactl(struct mount *mp, int cmd, uid_t uid, void *arg) in unionfs_quotactl()
389 unionfs_statfs(struct mount *mp, struct statfs *sbp) in unionfs_statfs()
438 unionfs_sync(struct mount *mp, int waitfor) in unionfs_sync()
445 unionfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp) in unionfs_vget()
451 unionfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, in unionfs_fhtovp()
458 unionfs_checkexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in unionfs_checkexp()
465 unionfs_extattrctl(struct mount *mp, int cmd, struct vnode *filename_vp, in unionfs_extattrctl()
/NextBSD/sys/security/mac/
HDmac_vfs.c119 mac_mount_init(struct mount *mp) in mac_mount_init()
175 mac_mount_destroy(struct mount *mp) in mac_mount_destroy()
231 mac_devfs_update(struct mount *mp, struct devfs_dirent *de, struct vnode *vp) in mac_devfs_update()
239 mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de, in mac_devfs_vnode_associate()
248 mac_vnode_associate_extattr(struct mount *mp, struct vnode *vp) in mac_vnode_associate_extattr()
261 mac_vnode_associate_singlelabel(struct mount *mp, struct vnode *vp) in mac_vnode_associate_singlelabel()
278 mac_vnode_create_extattr(struct ucred *cred, struct mount *mp, in mac_vnode_create_extattr()
954 mac_mount_create(struct ucred *cred, struct mount *mp) in mac_mount_create()
964 mac_mount_check_stat(struct ucred *cred, struct mount *mount) in mac_mount_check_stat() argument
968 MAC_POLICY_CHECK_NOSLEEP(mount_check_stat, cred, mount, mount->mnt_label); in mac_mount_check_stat()
[all …]
HDmac_framework.h73 struct mount;
133 void mac_devfs_create_device(struct ucred *cred, struct mount *mp,
135 void mac_devfs_create_directory(struct mount *mp, char *dirname,
137 void mac_devfs_create_symlink(struct ucred *cred, struct mount *mp,
141 void mac_devfs_update(struct mount *mp, struct devfs_dirent *de,
143 void mac_devfs_vnode_associate(struct mount *mp, struct devfs_dirent *de,
193 int mac_mount_check_stat(struct ucred *cred, struct mount *mp);
194 void mac_mount_create(struct ucred *cred, struct mount *mp);
195 void mac_mount_destroy(struct mount *);
196 void mac_mount_init(struct mount *);
[all …]
/NextBSD/usr.sbin/bsdinstall/partedit/
HDscripted.c68 char *partition, *ap, *size = NULL, *type = NULL, *mount = NULL; in part_config() local
124 else if (mount == NULL) in part_config()
125 mount = ap; in part_config()
131 gpart_create(provider_for_name(&mesh, disk), type, size, mount, in part_config()
135 size = type = mount = NULL; in part_config()
/NextBSD/release/tools/
HDvmimage.subr81 mount /dev/${mddev} ${DESTDIR}
95 mount /dev/${mdold} ${DESTDIR}/old
101 mount /dev/${mdnew} ${DESTDIR}/new
134 mount -t devfs devfs ${DESTDIR}/dev
167 mount -t devfs devfs ${DESTDIR}/dev
/NextBSD/contrib/pjdfstest/tests/rmdir/
HD14.t19 mount /dev/md${n} ${n0} || exit
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}
/NextBSD/tools/regression/tmpfs/
HDt_mount53 mount | grep ${Work_Dir} | grep -q read-only || die
71 mount -t tmpfs -o size=9223372036854775808 tmpfs ${Work_Dir} \
73 mount -t tmpfs -o size=9223372036854775808g tmpfs ${Work_Dir} \
/NextBSD/contrib/pjdfstest/tests/unlink/
HD12.t19 mount /dev/md${n} ${n0} || exit
21 mount -ur /dev/md${n}
23 mount -uw /dev/md${n}

12345678910>>...18