Symbol: m_ext2fs
sbin/fsck_ext2fs/fsck.h
106
extern struct m_ext2fs sblock;
sbin/fsck_ext2fs/main.c
96
struct m_ext2fs sblock;
sbin/fsck_ext2fs/pass5.c
86
struct m_ext2fs *fs = &sblock;
sbin/fsck_ext2fs/setup.c
114
struct m_ext2fs proto;
sbin/fsck_ext2fs/setup.c
503
calcsb(const char *dev, int devfd, struct m_ext2fs *fs)
sbin/fsck_ext2fs/setup.c
515
memset(fs, 0, sizeof(struct m_ext2fs));
sbin/fsck_ext2fs/setup.c
91
int calcsb(const char *, int, struct m_ext2fs *);
sbin/newfs_ext2fs/mke2fs.c
169
struct m_ext2fs m_ext2fs;
sbin/newfs_ext2fs/mke2fs.c
172
#define sblock ext2fsun.m_ext2fs
sbin/newfs_ext2fs/mke2fs.c
173
#define gd ext2fsun.m_ext2fs.e2fs_gd
sys/lib/libsa/ext2fs.c
139
struct m_ext2fs *f_fs; /* pointer to super-block */
sys/lib/libsa/ext2fs.c
155
static int read_sblock(struct open_file *, struct m_ext2fs *);
sys/lib/libsa/ext2fs.c
156
static int read_gdblock(struct open_file *, struct m_ext2fs *);
sys/lib/libsa/ext2fs.c
158
static void dump_sblock(struct m_ext2fs *);
sys/lib/libsa/ext2fs.c
168
struct m_ext2fs *fs = fp->f_fs;
sys/lib/libsa/ext2fs.c
209
struct m_ext2fs *fs = fp->f_fs;
sys/lib/libsa/ext2fs.c
318
struct m_ext2fs *fs = fp->f_fs;
sys/lib/libsa/ext2fs.c
413
read_sblock(struct open_file *f, struct m_ext2fs *fs)
sys/lib/libsa/ext2fs.c
459
read_gdblock(struct open_file *f, struct m_ext2fs *fs)
sys/lib/libsa/ext2fs.c
501
struct m_ext2fs *fs;
sys/lib/libsa/ext2fs.c
988
dump_sblock(struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_alloc.c
120
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
175
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
210
ext2fs_dirpref(struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_alloc.c
250
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
294
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
343
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
442
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
518
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
565
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
617
ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref)
sys/ufs/ext2fs/ext2fs_alloc.c
658
ext2fs_fserr(struct m_ext2fs *fs, u_int uid, const char *cp)
sys/ufs/ext2fs/ext2fs_alloc.c
665
ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff)
sys/ufs/ext2fs/ext2fs_alloc.c
797
ext2fs_cg_get_csum(struct m_ext2fs *fs, int cg, struct ext2_gd *gd)
sys/ufs/ext2fs/ext2fs_alloc.c
835
ext2fs_init_bb(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, char *bbp)
sys/ufs/ext2fs/ext2fs_alloc.c
855
ext2fs_cg_verify_and_initialize(struct vnode *devvp, struct m_ext2fs *fs, int ronly)
sys/ufs/ext2fs/ext2fs_alloc.c
87
static u_long ext2fs_dirpref(struct m_ext2fs *);
sys/ufs/ext2fs/ext2fs_alloc.c
88
static void ext2fs_fserr(struct m_ext2fs *, u_int, const char *);
sys/ufs/ext2fs/ext2fs_alloc.c
92
static daddr_t ext2fs_mapsearch(struct m_ext2fs *, char *, daddr_t);
sys/ufs/ext2fs/ext2fs_alloc.c
93
static __inline void ext2fs_cg_update(struct m_ext2fs *, int,
sys/ufs/ext2fs/ext2fs_alloc.c
95
static uint16_t ext2fs_cg_get_csum(struct m_ext2fs *, int, struct ext2_gd *);
sys/ufs/ext2fs/ext2fs_alloc.c
96
static void ext2fs_init_bb(struct m_ext2fs *, int, struct ext2_gd *,
sys/ufs/ext2fs/ext2fs_balloc.c
357
struct m_ext2fs *fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_balloc.c
98
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_bmap.c
135
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_extents.c
181
ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
sys/ufs/ext2fs/ext2fs_extents.h
104
struct m_ext2fs;
sys/ufs/ext2fs/ext2fs_extents.h
108
struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
sys/ufs/ext2fs/ext2fs_extern.h
103
int ext2fs_cg_verify_and_initialize(struct vnode *, struct m_ext2fs *, int);
sys/ufs/ext2fs/ext2fs_extern.h
142
void ext2fs_fragacct(struct m_ext2fs *, int, int32_t[], int);
sys/ufs/ext2fs/ext2fs_extern.h
67
struct m_ext2fs;
sys/ufs/ext2fs/ext2fs_htree.c
142
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_htree.c
388
struct m_ext2fs *m_fs;
sys/ufs/ext2fs/ext2fs_htree.c
487
struct m_ext2fs *m_fs;
sys/ufs/ext2fs/ext2fs_htree.c
713
struct m_ext2fs *m_fs;
sys/ufs/ext2fs/ext2fs_htree.c
807
struct m_ext2fs *m_fs;
sys/ufs/ext2fs/ext2fs_inode.c
116
struct m_ext2fs *fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_inode.c
141
struct m_ext2fs * const fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_inode.c
157
struct m_ext2fs * const fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_inode.c
240
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_inode.c
295
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_inode.c
502
struct m_ext2fs *fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_lookup.c
159
struct m_ext2fs *fs = VTOI(vp)->i_e2fs;
sys/ufs/ext2fs/ext2fs_lookup.c
79
static void ext2fs_dirconv2ffs(struct m_ext2fs *fs,
sys/ufs/ext2fs/ext2fs_lookup.c
97
ext2fs_dirconv2ffs(struct m_ext2fs *fs, struct ext2fs_direct *e2dir, struct dirent *ffsdir)
sys/ufs/ext2fs/ext2fs_readwrite.c
157
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_readwrite.c
268
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_readwrite.c
365
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_subr.c
85
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1026
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
106
static int ext2fs_sbfill(struct m_ext2fs *, int);
sys/ufs/ext2fs/ext2fs_vfsops.c
1133
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1250
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1307
struct m_ext2fs *fs = mp->um_e2fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1323
struct m_ext2fs *fs = mp->um_e2fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1351
ext2fs_sbfill(struct m_ext2fs *m_fs, int ronly)
sys/ufs/ext2fs/ext2fs_vfsops.c
295
ext2fs_sb_setmountinfo(struct m_ext2fs *fs, struct mount *mp)
sys/ufs/ext2fs/ext2fs_vfsops.c
320
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
360
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
553
ext2fs_loadvnode_content(struct m_ext2fs *fs, ino_t ino, struct buf *bp, struct inode *ip)
sys/ufs/ext2fs/ext2fs_vfsops.c
603
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
707
struct m_ext2fs *m_fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
824
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
877
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
966
struct m_ext2fs *fs;
sys/ufs/ufs/inode.h
109
struct m_ext2fs *e2fs; /* EXT2FS */
sys/ufs/ufs/ufsmount.h
84
struct m_ext2fs *e2fs; /* EXT2FS */
usr.sbin/installboot/ext2fs.c
126
ext2fs_read_sblock(ib_params *params, struct m_ext2fs *fs)
usr.sbin/installboot/ext2fs.c
163
ext2fs_read_gdblock(ib_params *params, struct m_ext2fs *fs)
usr.sbin/installboot/ext2fs.c
196
uint8_t sbbuf[sizeof(struct m_ext2fs)];
usr.sbin/installboot/ext2fs.c
197
struct m_ext2fs *fs;
usr.sbin/installboot/ext2fs.c
402
uint8_t sbbuf[sizeof(struct m_ext2fs)];
usr.sbin/installboot/ext2fs.c
403
struct m_ext2fs *fs;
usr.sbin/installboot/ext2fs.c
88
static int ext2fs_read_sblock(ib_params *, struct m_ext2fs *fs);
usr.sbin/installboot/ext2fs.c
89
static int ext2fs_read_gdblock(ib_params *, struct m_ext2fs *fs);