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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 174 mmp_s->mmp_check_interval = fs->super->s_mmp_update_interval;
201 if (sb->s_mmp_update_interval == 0)
202 sb->s_mmp_update_interval = EXT4_MMP_UPDATE_INTERVAL;
204 else if (sb->s_mmp_update_interval > EXT4_MMP_MAX_UPDATE_INTERVAL)
249 mmp_check_interval = fs->super->s_mmp_update_interval;
tst_super_size.c 111 check_field(s_mmp_update_interval, 2);
swapfs.c 73 sb->s_mmp_update_interval = ext2fs_swab16(sb->s_mmp_update_interval);
initialize.c 252 set_field(s_mmp_update_interval, 0);
ext2_fs.h 619 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */ member in struct:ext2_super_block
  /external/e2fsprogs/lib/e2p/
ls.c 416 sb->s_mmp_update_interval);
  /external/e2fsprogs/misc/
tune2fs.c 479 sb->s_mmp_update_interval);
517 sb->s_mmp_update_interval = 0;
1206 fs->super->s_mmp_update_interval = intv;
    [all...]
mke2fs.c 722 param->s_mmp_update_interval = strtoul(arg, &p, 0);
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 138 { "mmp_interval", &set_sb.s_mmp_update_interval, NULL, 2, parse_uint },
debugfs.c     [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1102 mmp_check_interval = fs->super->s_mmp_update_interval;
    [all...]

Completed in 738 milliseconds