/netbsd-src/sys/sys/ |
H A D | mount.h | 136 struct mount { struct 142 struct vnode *mnt_vnodecovered; /* vnode we mounted on */ argument 143 struct mount *mnt_lower; /* fs mounted on */ argument 166 TAILQ_HEAD(, vnode_impl) mnt_vnodelist; /* list of vnodes this mount */ argument 189 int (*vfs_mount) (struct mount *, const char *, void *, argument
|
H A D | disklabel.h | 406 #define FS_TYPENUMS(tag, number, name, fsck, mount) __CONCAT(FS_,tag=number), argument 415 #define FS_TYPENAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,name), argument 422 #define FS_FSCKNAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,fsck), argument 430 #define FS_MOUNTNAMES(tag, number, name, fsck, mount) ARRAY_INIT(number,mount), argument
|
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_mount.c | 24 mount(const char *type, const char *dir, int flags, void *data) in mount() function
|
/netbsd-src/lib/libperfuse/ |
H A D | perfuse.h | 42 #define mount(source, mnt, type, flags, optbuf) \ macro
|
/netbsd-src/sbin/fsck_v7fs/ |
H A D | fsck_v7fs.c | 187 struct v7fs_mount_device mount; in main() local
|
H A D | main.c | 58 v7fs_fsck(const struct v7fs_mount_device *mount, int flags) in v7fs_fsck()
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | mount.h | 45 #define mount(a,b,c,d,e,f,g,h) zmount(a,b,c,d,e,f,g,h) macro
|
/netbsd-src/tests/fs/puffs/ |
H A D | t_basic.c | 63 ATF_TC_HEAD(mount, tc) in ATF_TC_HEAD() argument 69 ATF_TC_BODY(mount, tc) in ATF_TC_BODY() argument
|
/netbsd-src/distrib/evbsh3/rom/ramdiskeb/ |
H A D | Makefile | 75 mount: target
|
/netbsd-src/distrib/evbsh3/rom/ramdiskel/ |
H A D | Makefile | 75 mount: target
|
/netbsd-src/sbin/newfs_v7fs/ |
H A D | main.c | 271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile) in v7fs_newfs()
|
/netbsd-src/sys/fs/v7fs/ |
H A D | v7fs_io_user.c | 71 v7fs_io_init(struct v7fs_self **fs, const struct v7fs_mount_device *mount, in v7fs_io_init()
|
H A D | v7fs_vfsops.c | 255 struct v7fs_mount_device mount; in v7fs_mountfs() local
|
/netbsd-src/usr.bin/pmap/ |
H A D | pmap.h | 132 struct mount mount; member
|
/netbsd-src/sys/dev/dkwedge/ |
H A D | dkwedge_bsdlabel.c | 153 #define FSTYPE_TO_STR_CASE(tag, number, name, fsck, mount) \ in bsdlabel_fstype_to_str() argument
|
/netbsd-src/usr.bin/fstat/ |
H A D | fstat.c | 882 struct mount mount; in layer_filestat() local 909 static struct mount mount; in getmnton() local
|
/netbsd-src/usr.sbin/pstat/ |
H A D | pstat.c | 640 struct mount mount; in getmnt() member
|
/netbsd-src/usr.sbin/sysinst/ |
H A D | bsddisklabel.c | 227 const char *mount; in draw_size_menu_line() local
|
H A D | defs.h | 297 char mount[MOUNTLEN]; /* where will we mount this? */ member
|
H A D | gpt.c | 1332 #define FSTYPE_TO_STR_CASE(tag, number, name, fsck, mount) \ in bsdlabel_fstype_to_str() argument
|
H A D | mbr.c | 626 const char *mount = get_last_mounted( in read_mbr() local
|
/netbsd-src/sys/arch/arc/arc/ |
H A D | arcbios.h | 308 arc_status_t (*mount)( /* Mount 30 */ member
|