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

  /external/e2fsprogs/lib/ext2fs/
mmp.c 2 * Helper functions for multiple mount protection (MMP).
44 * own fd to read the MMP block to ensure that it is using O_DIRECT,
46 * the MMP block by the io_manager or the VM. It needs to be fresh. */
267 * If check_interval in MMP block is larger, use that instead of
324 * Clear the MMP usage in the filesystem. If this function returns an
331 struct mmp_struct *mmp, *mmp_cmp; local
342 /* Check if the MMP block is not changed. */
343 mmp = fs->mmp_buf;
345 if (memcmp(mmp, mmp_cmp, sizeof(*mmp_cmp))) {
365 * Update the on-disk mmp buffer, after checking that it hasn't been changed
369 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 1320 char mmp[64]; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 1320 char mmp[64]; local
    [all...]

Completed in 81 milliseconds