Home
last modified time | relevance | path

Searched refs:v7fs_mount_device (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_impl.h122 struct v7fs_mount_device { struct
136 int v7fs_io_init(struct v7fs_self **, const struct v7fs_mount_device *, size_t); argument
H A Dv7fs_io_user.c71 v7fs_io_init(struct v7fs_self **fs, const struct v7fs_mount_device *mount, in v7fs_io_init()
H A Dv7fs_io_kern.c72 const struct v7fs_mount_device *mount_device, size_t block_size) in v7fs_io_init()
H A Dv7fs_vfsops.c255 struct v7fs_mount_device mount; in v7fs_mountfs()
/netbsd-src/sbin/newfs_v7fs/
H A Dnewfs_v7fs.h45 int v7fs_newfs(const struct v7fs_mount_device *, int32_t);
H A Dnewfs_v7fs.c194 if (v7fs_newfs(&(struct v7fs_mount_device) in main()
H A Dmain.c271 v7fs_newfs(const struct v7fs_mount_device *mount, int32_t maxfile) in v7fs_newfs()
/netbsd-src/usr.sbin/makefs/
H A Dv7fs_makefs.h44 const struct v7fs_mount_device *);
H A Dv7fs.c94 struct v7fs_mount_device v7fs_mount; in v7fs_makefs()
/netbsd-src/sbin/fsck_v7fs/
H A Dfsck_v7fs.h58 int v7fs_fsck(const struct v7fs_mount_device *, int);
H A Dfsck_v7fs.c187 struct v7fs_mount_device mount; in main()
H A Dmain.c58 v7fs_fsck(const struct v7fs_mount_device *mount, int flags) in v7fs_fsck()
/netbsd-src/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c259 const struct v7fs_mount_device *device) in v7fs_populate()