Searched refs:m_ext2fs (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_extents.h93 struct m_ext2fs;
96 struct ext4_extent_path *ext4_ext_find_extent(struct m_ext2fs *fs,
H A Dext2fs_alloc.c55 static int ext2fs_dirpref(struct m_ext2fs *);
56 static void ext2fs_fserr(struct m_ext2fs *, uid_t, char *);
60 static u_int32_t ext2fs_mapsearch(struct m_ext2fs *, char *, u_int32_t);
83 struct m_ext2fs *fs;
136 struct m_ext2fs *fs;
191 ext2fs_dirpref(struct m_ext2fs *fs)
222 struct m_ext2fs *fs;
266 struct m_ext2fs *fs;
314 struct m_ext2fs *fs;
395 struct m_ext2fs *f
[all...]
H A Dext2fs_readwrite.c56 static int ext2_ind_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
57 static int ext4_ext_read(struct vnode *, struct inode *, struct m_ext2fs *, struct uio *);
69 struct m_ext2fs *fs;
83 ext2_ind_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs,
160 ext4_ext_read(struct vnode *vp, struct inode *ip, struct m_ext2fs *fs, struct uio *uio)
240 struct m_ext2fs *fs;
H A Dext2fs_dinode.h162 struct m_ext2fs;
163 void e2fs_i_bswap(struct m_ext2fs *, struct ext2fs_dinode *, struct ext2fs_dinode *);
H A Dext2fs_vfsops.c109 struct m_ext2fs *fs;
161 struct m_ext2fs *fs;
288 struct m_ext2fs *fs;
339 ext2fs_maxfilesize(struct m_ext2fs *fs)
352 e2fs_sbfill(struct vnode *devvp, struct m_ext2fs *fs)
428 struct m_ext2fs *fs;
530 ump->um_e2fs = malloc(sizeof(struct m_ext2fs), M_UFSMNT,
591 struct m_ext2fs *fs;
655 struct m_ext2fs *fs;
756 struct m_ext2fs *f
[all...]
H A Dext2fs_extern.h39 struct m_ext2fs;
H A Dext2fs_inode.c75 struct m_ext2fs *fs = ip->i_e2fs;
157 struct m_ext2fs *fs;
213 struct m_ext2fs *fs;
426 struct m_ext2fs *fs = ip->i_e2fs;
H A Dext2fs_extents.c129 ext4_ext_find_extent(struct m_ext2fs *fs, struct inode *ip,
H A Dext2fs_subr.c63 struct m_ext2fs *fs;
H A Dext2fs.h164 struct m_ext2fs { struct
184 e2fs_overflow(struct m_ext2fs *fs, off_t lower, off_t value)
H A Dext2fs_bswap.c113 e2fs_i_bswap(struct m_ext2fs *fs, struct ext2fs_dinode *old,
H A Dext2fs_balloc.c58 struct m_ext2fs *fs;
H A Dext2fs_bmap.c97 struct m_ext2fs *fs;
H A Dext2fs_lookup.c135 struct m_ext2fs *fs = VTOI(vp)->i_e2fs;
/openbsd-current/sys/ufs/ufs/
H A Dufsmount.h53 struct m_ext2fs *e2fs; /* EXT2FS */
H A Dinode.h79 struct m_ext2fs *e2fs; /* EXT2FS */
/openbsd-current/sbin/fsck_ext2fs/
H A Dfsck.h77 extern struct m_ext2fs sblock;
H A Dsetup.c60 int calcsb(char *, int, struct m_ext2fs *, struct disklabel *);
72 struct m_ext2fs proto;
438 calcsb(char *dev, int devfd, struct m_ext2fs *fs, struct disklabel *lp)
462 memset(fs, 0, sizeof(struct m_ext2fs));
H A Dpass5.c54 struct m_ext2fs *fs = &sblock;
H A Dmain.c67 struct m_ext2fs sblock;
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c134 static void uuid_get(struct m_ext2fs *);
162 * We don't have to use or setup whole in-memory m_ext2fs structure,
166 struct m_ext2fs m_ext2fs; member in union:__anon2
169 #define sblock ext2fsun.m_ext2fs
170 #define gd ext2fsun.m_ext2fs.e2fs_gd
1422 uuid_get(struct m_ext2fs *sb)

Completed in 276 milliseconds