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

  /src/sbin/mount_efs/
mount_efs.h 31 #include <fs/efs/efs_mount.h>
mount_efs.c 23 #include <fs/efs/efs_mount.h>
  /src/sys/fs/efs/
efs_subr.h 34 int efs_read_inode(struct efs_mount *, ino_t, struct lwp *,
38 int efs_inode_lookup(struct efs_mount *, struct efs_inode *,
40 int efs_bread(struct efs_mount *, uint32_t, struct lwp *, struct buf **);
Makefile 5 INCS= efs.h efs_sb.h efs_mount.h
efs_mount.h 1 /* $NetBSD: efs_mount.h,v 1.1 2007/06/29 23:30:29 rumble Exp $ */
31 struct efs_mount { struct
efs.h 139 #define VFSTOEFS(mp) ((struct efs_mount *)(mp)->mnt_data)
efs_vfsops.c 45 #include <fs/efs/efs_mount.h>
63 * efs_mount and efs_mountroot common functions.
72 struct efs_mount *emp;
172 efs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int
178 struct efs_mount *emp;
269 struct efs_mount *emp;
318 struct efs_mount *emp;
373 struct efs_mount *emp;
560 .vfs_mount = efs_mount,
efs_genfs.c 35 #include <fs/efs/efs_mount.h>
efs_subr.c 39 #include <fs/efs/efs_mount.h>
157 efs_read_inode(struct efs_mount *emp, ino_t ino, struct lwp *l,
188 efs_bread(struct efs_mount *emp, uint32_t bboff, struct lwp *l, struct buf **bp)
311 efs_extent_lookup(struct efs_mount *emp, struct efs_extent *ex,
347 efs_inode_lookup(struct efs_mount *emp, struct efs_inode *ei,
417 struct efs_mount *emp = VFSTOEFS(eip->ei_vp->v_mount);
efs_vnops.c 44 #include <fs/efs/efs_mount.h>
  /src/usr.sbin/puffs/rump_efs/
rump_efs.c 31 #include <fs/efs/efs_mount.h>

Completed in 29 milliseconds