Searched refs:mount (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/src/sys/sys/
H A Dfstrans.h39 #include <sys/mount.h>
52 void fstrans_start(struct mount *);
53 int fstrans_start_nowait(struct mount *);
54 void fstrans_start_lazy(struct mount *);
55 void fstrans_done(struct mount *);
56 int fstrans_held(struct mount *);
57 int fstrans_is_owner(struct mount *);
58 int fstrans_mount(struct mount *);
59 void fstrans_unmount(struct mount *);
61 int fstrans_setstate(struct mount *, enu
[all...]
H A Dpty.h39 int pty_fill_ptmget(struct lwp *, dev_t, int, int, void *, struct mount *);
40 int pty_grant_slave(struct lwp *, dev_t, struct mount *);
43 int pty_getmp(struct lwp *, struct mount **);
47 * Functions' argument (struct mount *) is used only PTYFS,
51 int (*allocvp)(struct mount *, struct lwp *, struct vnode **, dev_t,
53 int (*makename)(struct mount *, struct lwp *, char *, size_t, dev_t, char);
54 void (*getvattr)(struct mount *, struct lwp *, struct vattr *);
55 int (*getmp)(struct lwp *, struct mount **);
H A Dmount.h1 /* $NetBSD: mount.h,v 1.241 2023/04/22 14:30:54 hannken Exp $ */
31 * @(#)mount.h 8.21 (Berkeley) 5/20/95
136 struct mount { struct
143 struct mount *mnt_lower; /* fs mounted on */
166 TAILQ_HEAD(, vnode_impl) mnt_vnodelist; /* list of vnodes this mount */
189 int (*vfs_mount) (struct mount *, const char *, void *,
191 int (*vfs_start) (struct mount *, int);
192 int (*vfs_unmount) (struct mount *, int);
193 int (*vfs_root) (struct mount *, int, struct vnode **);
194 int (*vfs_quotactl) (struct mount *, struc
[all...]
H A Dfileassoc.h43 int fileassoc_table_delete(struct mount *);
44 int fileassoc_table_clear(struct mount *, fileassoc_t);
48 int fileassoc_table_run(struct mount *, fileassoc_t, fileassoc_cb_t, void *);
/src/sys/coda/
H A Dcoda_vfsops.h46 struct mount;
50 int coda_mount(struct mount *, const char *, void *, size_t *);
51 int coda_start(struct mount *, int);
52 int coda_unmount(struct mount *, int);
53 int coda_root(struct mount *, int, struct vnode **);
54 int coda_nb_statvfs(struct mount *, struct statvfs *);
55 int coda_sync(struct mount *, int, kauth_cred_t);
56 int coda_vget(struct mount *, ino_t, int, struct vnode **);
57 int coda_loadvnode(struct mount *, struct vnode *, const void *, size_t,
59 int coda_fhtovp(struct mount *, struc
[all...]
H A Dcoda_subr.h39 void coda_checkunmounting(struct mount *mp);
40 void coda_cacheprint(struct mount *whoIam);
43 int coda_kill(struct mount *whoIam, enum dc_status dcstat);
/src/sys/miscfs/genfs/
H A Dlayer_extern.h79 int layer_node_create(struct mount *, struct vnode *, struct vnode **);
82 int layerfs_start(struct mount *, int);
83 int layerfs_root(struct mount *, int, struct vnode **);
84 int layerfs_quotactl(struct mount *, struct quotactl_args *);
85 int layerfs_statvfs(struct mount *, struct statvfs *);
86 int layerfs_sync(struct mount *, int, struct kauth_cred *);
87 int layerfs_loadvnode(struct mount *, struct vnode *,
89 int layerfs_vget(struct mount *, ino_t, int, struct vnode **);
90 int layerfs_fhtovp(struct mount *, struct fid *, int, struct vnode **);
92 int layerfs_snapshot(struct mount *, struc
[all...]
H A Dgenfs.h10 struct mount;
51 int genfs_statvfs(struct mount *, struct statvfs *);
53 int genfs_renamelock_enter(struct mount *);
54 void genfs_renamelock_exit(struct mount *);
56 int genfs_suspendctl(struct mount *, int);
108 bool (*gro_directory_empty_p)(struct mount *mp, kauth_cred_t cred,
110 int (*gro_rename_check_possible)(struct mount *mp,
113 int (*gro_rename_check_permitted)(struct mount *mp, kauth_cred_t cred,
116 int (*gro_remove_check_possible)(struct mount *mp,
118 int (*gro_remove_check_permitted)(struct mount *m
[all...]
/src/lib/libc/compat/sys/
H A Dcompat_mount.c12 #include <sys/mount.h>
13 #include <compat/sys/mount.h>
15 __warn_references(mount,
16 "warning: reference to compatibility mount(); include <sys/mount.h> to generate correct reference")
19 * Convert old mount() call to new calling convention
24 mount(const char *type, const char *dir, int flags, void *data)
H A Dcompat_fhopen.c41 #include <sys/mount.h>
42 #include <compat/sys/mount.h>
46 "warning: reference to compatibility fhopen(); include <sys/mount.h> to generate correct reference")
H A Dcompat___fhstat30.c41 #include <sys/mount.h>
43 #include <compat/sys/mount.h>
46 "warning: reference to compatibility __fhstat30(); include <sys/mount.h> to generate correct reference")
/src/sys/miscfs/deadfs/
H A Ddeadfs.h32 #include <sys/mount.h>
39 extern struct mount *dead_rootmount;
/src/sys/rump/include/rump/
H A Drumpvfs_if_pub.h25 int rump_pub_vfs_unmount(struct mount *, int);
26 int rump_pub_vfs_root(struct mount *, struct vnode **, int);
27 int rump_pub_vfs_statvfs(struct mount *, struct statvfs *);
28 int rump_pub_vfs_sync(struct mount *, int, struct kauth_cred *);
29 int rump_pub_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
31 int rump_pub_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
32 void rump_pub_vfs_syncwait(struct mount *);
33 int rump_pub_vfs_getmp(const char *, struct mount **);
/src/sys/rump/include/rump-sys/
H A Dvfs_if.h44 int rump_vfs_unmount(struct mount *, int);
45 typedef int (*rump_vfs_unmount_fn)(struct mount *, int);
46 int rump_vfs_root(struct mount *, struct vnode **, int);
47 typedef int (*rump_vfs_root_fn)(struct mount *, struct vnode **, int);
48 int rump_vfs_statvfs(struct mount *, struct statvfs *);
49 typedef int (*rump_vfs_statvfs_fn)(struct mount *, struct statvfs *);
50 int rump_vfs_sync(struct mount *, int, struct kauth_cred *);
51 typedef int (*rump_vfs_sync_fn)(struct mount *, int, struct kauth_cred *);
52 int rump_vfs_fhtovp(struct mount *, struct fid *, struct vnode **);
53 typedef int (*rump_vfs_fhtovp_fn)(struct mount *, struc
[all...]
/src/sbin/mount/
H A DMakefile7 PROG= mount
8 MAN= mount.8
9 SRCS= mount.c vfslist.c
/src/sys/ufs/lfs/
H A Dulfs_extern.h49 struct mount;
123 int lfsquota_handle_cmd(struct mount *, struct lwp *,
126 int lfs_qsync(struct mount *);
129 int lfsquota1_umount(struct mount *, int);
132 int lfsquota2_umount(struct mount *, int);
133 int lfs_quota2_mount(struct mount *);
139 int ulfs_start(struct mount *, int);
140 int ulfs_root(struct mount *, int, struct vnode **);
141 int ulfs_quotactl(struct mount *, struct quotactl_args *);
142 int ulfs_fhtovp(struct mount *, struc
[all...]
/src/sys/ufs/ufs/
H A Dufs_extern.h49 struct mount;
124 bool ufs_gro_directory_empty_p(struct mount *, kauth_cred_t,
126 int ufs_gro_rename_check_possible(struct mount *,
128 int ufs_gro_rename_check_permitted(struct mount *, kauth_cred_t,
130 int ufs_gro_remove_check_possible(struct mount *,
132 int ufs_gro_remove_check_permitted(struct mount *, kauth_cred_t,
134 int ufs_gro_rename(struct mount *, kauth_cred_t,
138 int ufs_gro_remove(struct mount *, kauth_cred_t,
141 int ufs_gro_lookup(struct mount *, struct vnode *,
143 int ufs_gro_genealogy(struct mount *, kauth_cred_
[all...]
/src/sys/ufs/ffs/
H A Dffs_extern.h53 struct mount;
86 #include <sys/mount.h>
105 int ffs_freefile(struct mount *, ino_t, int);
120 int ffs_reload(struct mount *, kauth_cred_t, struct lwp *);
121 int ffs_mountfs(struct vnode *, struct mount *, struct lwp *);
122 int ffs_flushfiles(struct mount *, int, struct lwp *);
159 int ffs_snapshot(struct mount *, struct vnode *, struct timespec *);
160 void ffs_snapshot_mount(struct mount *);
161 void ffs_snapshot_unmount(struct mount *);
166 void ffs_wapbl_verify_inodes(struct mount *, cons
[all...]
/src/sys/fs/efs/
H A Defs_mount.h23 char *fspec; /* block special device to mount */
34 struct mount *em_mnt; /* pointer to our mount structure */
/src/etc/rc.d/
H A Droot18 mount /
H A Dmountall20 # may try and null mount paths on ZFS.
22 zfs mount -a
27 mount -a
/src/sys/ufs/mfs/
H A Dmfs_extern.h38 #include <sys/mount.h>
42 struct mount;
/src/sys/fs/ntfs/
H A Dntfs_vfsops.h34 int ntfs_vgetex(struct mount *, ino_t, u_int32_t, const char *, u_long,
/src/sys/compat/linux/arch/arm/
H A Dlinux_commons.c23 #include <sys/mount.h>
/src/sys/compat/linux/arch/i386/
H A Dlinux_commons.c23 #include <sys/mount.h>

Completed in 7 milliseconds

1234567891011>>