Searched refs:mmp_buf (Results 1 – 9 of 9) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 154 if (fs->mmp_buf == NULL) { in ext2fs_mmp_reset() 155 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf); in ext2fs_mmp_reset() 160 memset(fs->mmp_buf, 0, fs->blocksize); in ext2fs_mmp_reset() 161 mmp_s = fs->mmp_buf; in ext2fs_mmp_reset() 178 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf); in ext2fs_mmp_reset() 207 if (fs->mmp_buf == NULL) { in ext2fs_mmp_init() 208 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf); in ext2fs_mmp_init() 213 retval = ext2fs_alloc_block2(fs, 0, fs->mmp_buf, &mmp_block); in ext2fs_mmp_init() 237 if (fs->mmp_buf == NULL) { in ext2fs_mmp_start() 238 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf); in ext2fs_mmp_start() [all …]
|
D | dupfs.c | 42 fs->mmp_buf = 0; in ext2fs_dup_handle() 92 if (src->mmp_buf) { in ext2fs_dup_handle() 93 retval = ext2fs_get_mem(src->blocksize, &fs->mmp_buf); in ext2fs_dup_handle() 96 memcpy(fs->mmp_buf, src->mmp_buf, src->blocksize); in ext2fs_dup_handle()
|
D | freefs.c | 58 if (fs->mmp_buf) in ext2fs_free() 59 ext2fs_free_mem(&fs->mmp_buf); in ext2fs_free()
|
D | tst_fs_struct.c | 74 check_field(mmp_buf); in main()
|
D | ext2fs.h | 268 void *mmp_buf; member
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 1090 if (fs->mmp_buf == NULL) { in e2fsck_check_mmp() 1091 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf); in e2fsck_check_mmp() 1096 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf); in e2fsck_check_mmp() 1100 mmp_s = fs->mmp_buf; in e2fsck_check_mmp() 1145 dump_mmp_msg(fs->mmp_buf, NULL); in e2fsck_check_mmp() 1150 dump_mmp_msg(fs->mmp_buf, in e2fsck_check_mmp()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 764 memcpy(info->ptr, current_fs->mmp_buf, info->size); in parse_mmp_clear() 795 mmp_s = current_fs->mmp_buf; in do_set_mmp_value() 810 current_fs->mmp_buf = mmp_s; in do_set_mmp_value()
|
D | debugfs.c | 2325 if (current_fs->mmp_buf == NULL) { in do_dump_mmp() 2327 ¤t_fs->mmp_buf); in do_dump_mmp() 2334 mmp_s = current_fs->mmp_buf; in do_dump_mmp() 2337 current_fs->mmp_buf); in do_dump_mmp()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1937 dump_mmp_msg(fs->mmp_buf, in main() 1942 dump_mmp_msg(fs->mmp_buf, NULL); in main()
|