Searched defs:mmp_s (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dmmp.c95 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
232 struct mmp_struct *mmp_s; local
[all...]
/external/e2fsprogs/debugfs/
H A Dset_fields.c775 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;
H A Ddebugfs.c2316 struct mmp_struct *mmp_s; local
2334 mmp_s = current_fs->mmp_buf;
2343 t = mmp_s->mmp_time;
2347 fprintf(stdout, "check_interval: %d\n", mmp_s->mmp_check_interval);
2348 fprintf(stdout, "sequence: %08x\n", mmp_s->mmp_seq);
2349 fprintf(stdout, "time: %lld -- %s", mmp_s->mmp_time, ctime(&t));
2350 fprintf(stdout, "node_name: %s\n", mmp_s->mmp_nodename);
2351 fprintf(stdout, "device_name: %s\n", mmp_s->mmp_bdevname);
2352 fprintf(stdout, "magic: 0x%x\n", mmp_s->mmp_magic);
/external/e2fsprogs/e2fsck/
H A Dunix.c1083 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)

Completed in 2015 milliseconds