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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 95 struct mmp_struct *mmp_s = buf; local
100 mmp_s->mmp_time = tv.tv_sec;
108 ext2fs_swap_mmp(mmp_s);
116 ext2fs_swap_mmp(mmp_s);
151 struct mmp_struct *mmp_s = NULL; local
161 mmp_s = fs->mmp_buf;
163 mmp_s->mmp_magic = EXT4_MMP_MAGIC;
164 mmp_s->mmp_seq = EXT4_MMP_SEQ_CLEAN;
165 mmp_s->mmp_time = 0;
167 gethostname(mmp_s->mmp_nodename, sizeof(mmp_s->mmp_nodename))
232 struct mmp_struct *mmp_s; local
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 775 struct mmp_struct *mmp_s; local
795 mmp_s = current_fs->mmp_buf;
796 if (mmp_s == NULL) {
797 retval = ext2fs_get_mem(current_fs->blocksize, &mmp_s);
803 current_fs->super->s_mmp_block, mmp_s);
807 ext2fs_free_mem(&mmp_s);
810 current_fs->mmp_buf = mmp_s;
819 set_mmp = *mmp_s;
823 *mmp_s = set_mmp;
debugfs.c 2316 struct mmp_struct *mmp_s; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1083 struct mmp_struct *mmp_s; local
1100 mmp_s = fs->mmp_buf;
1110 if (mmp_s->mmp_check_interval > mmp_check_interval)
1111 mmp_check_interval = mmp_s->mmp_check_interval;
1115 if (mmp_s->mmp_seq == EXT4_MMP_SEQ_CLEAN)
1117 else if (mmp_s->mmp_seq == EXT4_MMP_SEQ_FSCK)
1119 else if (mmp_s->mmp_seq > EXT4_MMP_SEQ_MAX)
    [all...]

Completed in 676 milliseconds