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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 103 if (fs->super->s_mmp_block < fs->super->s_first_data_block ||
104 fs->super->s_mmp_block > ext2fs_blocks_count(fs->super))
178 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
217 sb->s_mmp_block = mmp_block;
243 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
275 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
297 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
303 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
313 retval = ext2fs_mmp_write(fs, fs->super->s_mmp_block, fs->mmp_buf);
338 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf)
    [all...]
tst_super_size.c 112 check_field(s_mmp_block, 8);
swapfs.c 74 sb->s_mmp_block = ext2fs_swab64(sb->s_mmp_block);
ext2_fs.h 660 __u64 s_mmp_block; /* Block for multi-mount protection */ member in struct:ext2_super_block
859 * into the block number saved in the s_mmp_block field in the superblock.
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 139 { "mmp_block", &set_sb.s_mmp_block, NULL, 8, parse_uint },
786 if (current_fs->super->s_mmp_block == 0) {
803 current_fs->super->s_mmp_block, mmp_s);
806 (long long)current_fs->super->s_mmp_block);
821 ext2fs_mmp_write(current_fs, current_fs->super->s_mmp_block,
debugfs.c     [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 414 (long long)sb->s_mmp_block);
  /external/e2fsprogs/misc/
tune2fs.c 498 error = ext2fs_mmp_read(fs, sb->s_mmp_block, NULL);
514 ext2fs_block_alloc_stats2(fs, sb->s_mmp_block, -1);
516 sb->s_mmp_block = 0;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 93 __u64 s_mmp_block; member in struct:ext2_super_block
  /system/extras/ext4_utils/
ext4.h 444 __le64 s_mmp_block; member in struct:ext4_super_block
ext4_utils.c 355 sb->s_mmp_block = 0;
  /external/e2fsprogs/e2fsck/
pass1.c 724 fs->super->s_mmp_block > fs->super->s_first_data_block &&
725 fs->super->s_mmp_block < ext2fs_blocks_count(fs->super))
727 fs->super->s_mmp_block);
    [all...]
unix.c 1096 retval = ext2fs_mmp_read(fs, fs->super->s_mmp_block, fs->mmp_buf);
1138 fs->super->s_mmp_block = 0;
    [all...]

Completed in 98 milliseconds