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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 205 mmp_s->mmp_check_interval = fs->super->s_mmp_update_interval;
243 if (sb->s_mmp_update_interval == 0)
244 sb->s_mmp_update_interval = EXT4_MMP_UPDATE_INTERVAL;
246 else if (sb->s_mmp_update_interval > EXT4_MMP_MAX_UPDATE_INTERVAL)
295 mmp_check_interval = fs->super->s_mmp_update_interval;
tst_super_size.c 112 check_field(s_mmp_update_interval, 2);
swapfs.c 74 sb->s_mmp_update_interval = ext2fs_swab16(sb->s_mmp_update_interval);
initialize.c 266 set_field(s_mmp_update_interval, 0);
ext2_fs.h 706 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */ member in struct:ext2_super_block
    [all...]
  /external/e2fsprogs/lib/e2p/
ls.c 451 sb->s_mmp_update_interval);
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 618 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */ member in struct:ext2_super_block
  /external/e2fsprogs/misc/
tune2fs.c 1084 sb->s_mmp_update_interval);
1122 sb->s_mmp_update_interval = 0;
    [all...]
mke2fs.c 869 param->s_mmp_update_interval = strtoul(arg, &p, 0);
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 143 { "mmp_interval", &set_sb.s_mmp_update_interval, NULL, 2, parse_uint },
debugfs.c     [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1168 mmp_check_interval = fs->super->s_mmp_update_interval;
    [all...]

Completed in 353 milliseconds