Symbol: m_ext2fs
sbin/fsck_ext2fs/fsck.h
77
extern struct m_ext2fs sblock;
sbin/fsck_ext2fs/main.c
67
struct m_ext2fs sblock;
sbin/fsck_ext2fs/pass5.c
54
struct m_ext2fs *fs = &sblock;
sbin/fsck_ext2fs/setup.c
452
calcsb(char *dev, int devfd, struct m_ext2fs *fs, struct disklabel *lp)
sbin/fsck_ext2fs/setup.c
476
memset(fs, 0, sizeof(struct m_ext2fs));
sbin/fsck_ext2fs/setup.c
61
int calcsb(char *, int, struct m_ext2fs *, struct disklabel *);
sbin/fsck_ext2fs/setup.c
74
struct m_ext2fs proto;
sbin/newfs_ext2fs/mke2fs.c
134
static void uuid_get(struct m_ext2fs *);
sbin/newfs_ext2fs/mke2fs.c
1422
uuid_get(struct m_ext2fs *sb)
sbin/newfs_ext2fs/mke2fs.c
166
struct m_ext2fs m_ext2fs;
sbin/newfs_ext2fs/mke2fs.c
169
#define sblock ext2fsun.m_ext2fs
sbin/newfs_ext2fs/mke2fs.c
170
#define gd ext2fsun.m_ext2fs.e2fs_gd
sys/ufs/ext2fs/ext2fs.h
225
e2fs_overflow(struct m_ext2fs *fs, off_t lower, off_t value)
sys/ufs/ext2fs/ext2fs_alloc.c
136
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
191
ext2fs_dirpref(struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_alloc.c
222
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
266
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
314
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
395
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
462
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
503
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_alloc.c
546
ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, u_int32_t bpref)
sys/ufs/ext2fs/ext2fs_alloc.c
55
static int ext2fs_dirpref(struct m_ext2fs *);
sys/ufs/ext2fs/ext2fs_alloc.c
56
static void ext2fs_fserr(struct m_ext2fs *, uid_t, char *);
sys/ufs/ext2fs/ext2fs_alloc.c
591
ext2fs_fserr(struct m_ext2fs *fs, uid_t uid, char *cp)
sys/ufs/ext2fs/ext2fs_alloc.c
60
static u_int32_t ext2fs_mapsearch(struct m_ext2fs *, char *, u_int32_t);
sys/ufs/ext2fs/ext2fs_alloc.c
83
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_balloc.c
58
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_bmap.c
97
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_bswap.c
113
e2fs_i_bswap(struct m_ext2fs *fs, struct ext2fs_dinode *old,
sys/ufs/ext2fs/ext2fs_dinode.h
162
struct m_ext2fs;
sys/ufs/ext2fs/ext2fs_dinode.h
163
void e2fs_i_bswap(struct m_ext2fs *, struct ext2fs_dinode *, struct ext2fs_dinode *);
sys/ufs/ext2fs/ext2fs_extents.c
129
ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
sys/ufs/ext2fs/ext2fs_extents.h
93
struct m_ext2fs;
sys/ufs/ext2fs/ext2fs_extents.h
96
struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
sys/ufs/ext2fs/ext2fs_extern.h
39
struct m_ext2fs;
sys/ufs/ext2fs/ext2fs_inode.c
157
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_inode.c
213
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_inode.c
426
struct m_ext2fs *fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_inode.c
75
struct m_ext2fs *fs = ip->i_e2fs;
sys/ufs/ext2fs/ext2fs_lookup.c
135
struct m_ext2fs *fs = VTOI(vp)->i_e2fs;
sys/ufs/ext2fs/ext2fs_readwrite.c
160
ext4_ext_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs, struct uio *uio)
sys/ufs/ext2fs/ext2fs_readwrite.c
240
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_readwrite.c
56
static int ext2_ind_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
sys/ufs/ext2fs/ext2fs_readwrite.c
57
static int ext4_ext_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
sys/ufs/ext2fs/ext2fs_readwrite.c
69
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_readwrite.c
83
ext2_ind_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs,
sys/ufs/ext2fs/ext2fs_subr.c
63
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1020
struct m_ext2fs *fs = mp->um_e2fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
1037
struct m_ext2fs *fs = mp->um_e2fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
108
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
160
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
287
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
338
ext2fs_maxfilesize(struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_vfsops.c
351
e2fs_sbfill(struct vnode *devvp, struct m_ext2fs *fs)
sys/ufs/ext2fs/ext2fs_vfsops.c
427
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
529
ump->um_e2fs = malloc(sizeof(struct m_ext2fs), M_UFSMNT,
sys/ufs/ext2fs/ext2fs_vfsops.c
590
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
654
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
755
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
830
struct m_ext2fs *fs;
sys/ufs/ext2fs/ext2fs_vfsops.c
974
struct m_ext2fs *fs;
sys/ufs/ufs/inode.h
79
struct m_ext2fs *e2fs; /* EXT2FS */
sys/ufs/ufs/ufsmount.h
53
struct m_ext2fs *e2fs; /* EXT2FS */