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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 122 if (fs->super->s_mmp_block < fs->super->s_first_data_block ||
123 fs->super->s_mmp_block > ext2fs_blocks_count(fs->super))
209 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
259 sb->s_mmp_block = mmp_block;
289 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
321 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
343 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
349 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
359 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
388 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf)
    [all...]
tst_super_size.c 113 check_field(s_mmp_block, 8);
swapfs.c 75 sb->s_mmp_block = ext2fs_swab64(sb->s_mmp_block);
ext2_fs.h 707 __u64 s_mmp_block; /* Block for multi-mount protection */ member in struct:ext2_super_block
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 144 { "mmp_block", &set_sb.s_mmp_block, NULL, 8, parse_uint },
883 if (current_fs->super->s_mmp_block == 0) {
900 current_fs->super->s_mmp_block, mmp_s);
903 (long long)current_fs->super->s_mmp_block);
918 ext2fs_mmp_write(current_fs, current_fs->super->s_mmp_block,
debugfs.c     [all...]
  /external/syslinux/core/fs/ext2/
ext2_fs.h 133 uint64_t s_mmp_block; /* Block for multi-mount protection */ member in struct:ext2_super_block
  /external/e2fsprogs/lib/e2p/
ls.c 449 (long long)sb->s_mmp_block);
  /external/e2fsprogs/lib/blkid/
probe.h 95 __u64 s_mmp_block; member in struct:ext2_super_block
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 619 __u64 s_mmp_block; /* Block for multi-mount protection */ member in struct:ext2_super_block
809 * into the block number saved in the s_mmp_block field in the superblock.
  /system/extras/ext4_utils/include/ext4_utils/
ext4.h 445 __le64 s_mmp_block; member in struct:ext4_super_block
  /external/e2fsprogs/misc/
tune2fs.c 1103 error = ext2fs_mmp_read(fs, sb->s_mmp_block, NULL);
1119 ext2fs_block_alloc_stats2(fs, sb->s_mmp_block, -1);
1121 sb->s_mmp_block = 0;
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1162 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
1204 fs->super->s_mmp_block = 0;
    [all...]
pass1.c     [all...]

Completed in 476 milliseconds