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 35 struct mmp_struct *mmp_cmp; local
55 if (fs->mmp_cmp == NULL) {
59 &fs->mmp_cmp);
71 if (read(fs->mmp_fd, fs->mmp_cmp, fs->blocksize) != fs->blocksize) {
76 mmp_cmp = fs->mmp_cmp;
78 ext2fs_swap_mmp(mmp_cmp);
81 if (buf != NULL && buf != fs->mmp_cmp)
82 memcpy(buf, fs->mmp_cmp, fs->blocksize);
84 if (mmp_cmp->mmp_magic != EXT4_MMP_MAGIC)
331 struct mmp_struct *mmp, *mmp_cmp; local
369 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
ext2fs.h 269 void *mmp_cmp; member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 500 struct mmp_struct *mmp_cmp = fs->mmp_cmp; local
505 EXT4_MMP_MAGIC, mmp_cmp->mmp_magic);
    [all...]

Completed in 701 milliseconds