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

  /src/sys/fs/efs/
efs_subr.h 31 int32_t efs_sb_checksum(struct efs_sb *, int);
32 int efs_sb_validate(struct efs_sb *, const char **);
33 void efs_locate_inode(ino_t, struct efs_sb *, uint32_t *, int *);
Makefile 5 INCS= efs.h efs_sb.h efs_mount.h
efs_mount.h 32 struct efs_sb em_sb; /* in-core superblock copy */
efs_sb.h 1 /* $NetBSD: efs_sb.h,v 1.1 2007/06/29 23:30:29 rumble Exp $ */
37 struct efs_sb { struct
61 #define EFS_SB_SIZE (sizeof(struct efs_sb))
efs_genfs.c 32 #include <fs/efs/efs_sb.h>
efs_subr.c 36 #include <fs/efs/efs_sb.h>
62 efs_sb_checksum(struct efs_sb *esb, int new)
87 efs_sb_validate(struct efs_sb *esb, const char **why)
134 efs_locate_inode(ino_t ino, struct efs_sb *sbp, uint32_t *bboff, int *index)
160 struct efs_sb *sbp;
efs_vfsops.c 42 #include <fs/efs/efs_sb.h>
efs_vnops.c 41 #include <fs/efs/efs_sb.h>
  /src/sbin/mount_efs/
mount_efs.c 22 #include <fs/efs/efs_sb.h>
  /src/sbin/svhlabel/
svhlabel.c 57 #include <fs/efs/efs_sb.h>
206 struct efs_sb sb;

Completed in 15 milliseconds