HomeSort by relevance Sort by last modified time
    Searched defs:mmp_cmp (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
mmp.c 45 struct mmp_struct *mmp_cmp; local
65 if (fs->mmp_cmp == NULL) {
69 &fs->mmp_cmp);
81 if (read(fs->mmp_fd, fs->mmp_cmp, fs->blocksize) != fs->blocksize) {
86 mmp_cmp = fs->mmp_cmp;
89 !ext2fs_mmp_csum_verify(fs, mmp_cmp))
93 ext2fs_swap_mmp(mmp_cmp);
96 if (buf != NULL && buf != fs->mmp_cmp)
97 memcpy(buf, fs->mmp_cmp, fs->blocksize)
381 struct mmp_struct *mmp, *mmp_cmp; local
427 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
ext2fs.h 276 void *mmp_cmp; member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1105 struct mmp_struct *mmp_cmp = fs->mmp_cmp; local
1110 EXT4_MMP_MAGIC, mmp_cmp->mmp_magic);
    [all...]

Completed in 496 milliseconds