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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 154 if (fs->mmp_buf == NULL) {
155 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
160 memset(fs->mmp_buf, 0, fs->blocksize);
161 mmp_s = fs->mmp_buf;
178 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
207 if (fs->mmp_buf == NULL) {
208 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
213 retval = ext2fs_alloc_block2(fs, 0, fs->mmp_buf, &mmp_block);
237 if (fs->mmp_buf == NULL) {
238 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
    [all...]
dupfs.c 42 fs->mmp_buf = 0;
92 if (src->mmp_buf) {
93 retval = ext2fs_get_mem(src->blocksize, &fs->mmp_buf);
96 memcpy(fs->mmp_buf, src->mmp_buf, src->blocksize);
freefs.c 58 if (fs->mmp_buf)
59 ext2fs_free_mem(&fs->mmp_buf);
tst_fs_struct.c 74 check_field(mmp_buf);
ext2fs.h 268 void *mmp_buf; member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1090 if (fs->mmp_buf == NULL) {
1091 retval = ext2fs_get_mem(fs->blocksize, &fs->mmp_buf);
1096 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
1100 mmp_s = fs->mmp_buf;
1145 dump_mmp_msg(fs->mmp_buf, NULL);
1150 dump_mmp_msg(fs->mmp_buf,
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 764 memcpy(info->ptr, current_fs->mmp_buf, info->size);
795 mmp_s = current_fs->mmp_buf;
810 current_fs->mmp_buf = mmp_s;
debugfs.c     [all...]
  /external/e2fsprogs/misc/
tune2fs.c     [all...]

Completed in 1237 milliseconds