Home
last modified time | relevance | path

Searched refs:mmp_struct (Results 1 – 14 of 14) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dmmp.c47 struct mmp_struct *mmp_cmp; in ext2fs_mmp_read()
116 struct mmp_struct *mmp_s = buf; in ext2fs_mmp_write()
138 retval = io_channel_write_blk64(fs->io, mmp_blk, -(int)sizeof(struct mmp_struct), buf); in ext2fs_mmp_write()
184 struct mmp_struct *mmp_s = NULL; in ext2fs_mmp_reset()
284 struct mmp_struct *mmp_s; in ext2fs_mmp_start()
387 struct mmp_struct *mmp, *mmp_cmp; in ext2fs_mmp_stop()
433 struct mmp_struct *mmp, *mmp_cmp; in ext2fs_mmp_update2()
Dcsum.c43 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum()
45 int offset = offsetof(struct mmp_struct, mmp_checksum); in ext2fs_mmp_csum()
50 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_verify()
62 errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp) in ext2fs_mmp_csum_set()
Dext2fs.h1053 extern errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp);
1054 extern int ext2fs_mmp_csum_verify(ext2_filsys, struct mmp_struct *mmp);
1730 extern void ext2fs_swap_mmp(struct mmp_struct *mmp);
Dswapfs.c400 void ext2fs_swap_mmp(struct mmp_struct *mmp) in ext2fs_swap_mmp()
Dext2_fs.h1131 struct mmp_struct { struct
/external/e2fsprogs/misc/
Dutil.h27 extern void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
Dutil.c283 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg) in dump_mmp_msg()
Ddumpe2fs.c438 struct mmp_struct *mmp = fs->mmp_buf; in check_mmp()
460 struct mmp_struct *mmp; in print_mmp_block()
Dtune2fs.c1170 struct mmp_struct *mmp_cmp = fs->mmp_cmp; in update_feature_set()
/external/e2fsprogs/debugfs/
Dset_fields.c49 static struct mmp_struct set_mmp;
962 struct mmp_struct *mmp_s; in do_set_mmp_value()
Ddebugfs.c2398 struct mmp_struct *mmp_s; in do_dump_mmp()
/external/e2fsprogs/e2fsck/
De2fsck.h643 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...)
Dutil.c760 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...) in dump_mmp_msg()
Dunix.c1198 struct mmp_struct *mmp_s; in e2fsck_check_mmp()