Searched refs:mmp_struct (Results 1 – 14 of 14) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 47 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()
|
D | csum.c | 43 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()
|
D | ext2fs.h | 1053 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);
|
D | swapfs.c | 400 void ext2fs_swap_mmp(struct mmp_struct *mmp) in ext2fs_swap_mmp()
|
D | ext2_fs.h | 1131 struct mmp_struct { struct
|
/external/e2fsprogs/misc/ |
D | util.h | 27 extern void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
|
D | util.c | 283 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg) in dump_mmp_msg()
|
D | dumpe2fs.c | 438 struct mmp_struct *mmp = fs->mmp_buf; in check_mmp() 460 struct mmp_struct *mmp; in print_mmp_block()
|
D | tune2fs.c | 1170 struct mmp_struct *mmp_cmp = fs->mmp_cmp; in update_feature_set()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 49 static struct mmp_struct set_mmp; 962 struct mmp_struct *mmp_s; in do_set_mmp_value()
|
D | debugfs.c | 2398 struct mmp_struct *mmp_s; in do_dump_mmp()
|
/external/e2fsprogs/e2fsck/ |
D | e2fsck.h | 643 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...)
|
D | util.c | 760 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...) in dump_mmp_msg()
|
D | unix.c | 1198 struct mmp_struct *mmp_s; in e2fsck_check_mmp()
|