Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:m_ext2fs

87 static u_long	ext2fs_dirpref(struct m_ext2fs *);
88 static void ext2fs_fserr(struct m_ext2fs *, u_int, const char *);
92 static daddr_t ext2fs_mapsearch(struct m_ext2fs *, char *, daddr_t);
93 static __inline void ext2fs_cg_update(struct m_ext2fs *, int,
95 static uint16_t ext2fs_cg_get_csum(struct m_ext2fs *, int, struct ext2_gd *);
96 static void ext2fs_init_bb(struct m_ext2fs *, int, struct ext2_gd *,
120 struct m_ext2fs *fs;
175 struct m_ext2fs *fs;
210 ext2fs_dirpref(struct m_ext2fs *fs)
250 struct m_ext2fs *fs;
294 struct m_ext2fs *fs;
343 struct m_ext2fs *fs;
442 struct m_ext2fs *fs;
518 struct m_ext2fs *fs;
565 struct m_ext2fs *fs;
617 ext2fs_mapsearch(struct m_ext2fs *fs, char *bbp, daddr_t bpref)
658 ext2fs_fserr(struct m_ext2fs *fs, u_int uid, const char *cp)
665 ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff)
797 ext2fs_cg_get_csum(struct m_ext2fs *fs, int cg, struct ext2_gd *gd)
835 ext2fs_init_bb(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, char *bbp)
855 ext2fs_cg_verify_and_initialize(struct vnode *devvp, struct m_ext2fs *fs, int ronly)