HomeSort by relevance Sort by last modified time
    Searched refs:mmp_buf (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
dupfs.c 43 fs->mmp_buf = 0;
93 if (src->mmp_buf) {
94 retval = ext2fs_get_mem(src->blocksize, &fs->mmp_buf);
97 memcpy(fs->mmp_buf, src->mmp_buf, src->blocksize);
mmp.c 185 if (fs->mmp_buf == NULL) {
186 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
191 memset(fs->mmp_buf, 0, fs->blocksize);
192 mmp_s = fs->mmp_buf;
209 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
249 if (fs->mmp_buf == NULL) {
250 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
255 retval = ext2fs_alloc_block2(fs, 0, fs->mmp_buf, &mmp_block);
283 if (fs->mmp_buf == NULL) {
284 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
    [all...]
freefs.c 57 if (fs->mmp_buf)
58 ext2fs_free_mem(&fs->mmp_buf);
tst_fs_struct.c 74 check_field(mmp_buf);
ext2fs.h 275 void *mmp_buf; member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1156 if (fs->mmp_buf == NULL) {
1157 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
1162 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
1166 mmp_s = fs->mmp_buf;
1211 dump_mmp_msg(fs->mmp_buf, NULL);
1216 dump_mmp_msg(fs->mmp_buf,
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 860 memcpy(info->ptr, current_fs->mmp_buf, info->size);
892 mmp_s = current_fs->mmp_buf;
907 current_fs->mmp_buf = mmp_s;
debugfs.c     [all...]
  /external/e2fsprogs/misc/
tune2fs.c     [all...]

Completed in 739 milliseconds