HomeSort by: relevance | last modified time | path
    Searched refs:v7fs_io_init (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_impl.h 136 int v7fs_io_init(struct v7fs_self **, const struct v7fs_mount_device *, size_t);
v7fs_io_user.c 71 v7fs_io_init(struct v7fs_self **fs, const struct v7fs_mount_device *mount, function in typeref:typename:int
v7fs_io_kern.c 71 v7fs_io_init(struct v7fs_self **fs, function in typeref:typename:int
v7fs_vfsops.c 266 if ((error = v7fs_io_init(&v7fsmount->core, &mount, V7FS_BSIZE))) {
  /src/sbin/fsck_v7fs/
main.c 63 if ((error = v7fs_io_init(&fs, mount, V7FS_BSIZE))) {
  /src/sbin/newfs_v7fs/
main.c 291 if ((error = v7fs_io_init(&fs, mount, V7FS_BSIZE))) {
  /src/usr.sbin/makefs/v7fs/
v7fs_populate.c 267 if ((error = v7fs_io_init(&fs, device, V7FS_BSIZE))) {

Completed in 13 milliseconds