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

  /external/libvorbis/symbian/
bld.inf 35 vorbis.mmp
  /external/blktrace/
act_mask.c 5 #define COMPARE_MASK_MAP(mmp, str) \
6 (!strcasecmp((mmp)->short_form, (str)) || \
7 !strcasecmp((mmp)->long_form, (str)))
  /external/e2fsprogs/misc/
util.h 27 extern void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
util.c 280 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg)
284 printf("MMP check failed: %s\n", msg);
285 if (mmp) {
286 time_t t = mmp->mmp_time;
288 printf("MMP error info: last update: %s node: %s device: %s\n",
289 ctime(&t), mmp->mmp_nodename, mmp->mmp_bdevname);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 2 * Helper functions for multiple mount protection (MMP).
54 * own fd to read the MMP block to ensure that it is using O_DIRECT,
56 * the MMP block by the io_manager or the VM. It needs to be fresh. */
313 * If check_interval in MMP block is larger, use that instead of
373 * Clear the MMP usage in the filesystem. If this function returns an
381 struct mmp_struct *mmp, *mmp_cmp; local
392 /* Check if the MMP block is not changed. */
393 mmp = fs->mmp_buf;
395 if (memcmp(mmp, mmp_cmp, sizeof(*mmp_cmp))) {
422 * Update the on-disk mmp buffer, after checking that it hasn't been changed
427 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
swapfs.c 364 void ext2fs_swap_mmp(struct mmp_struct *mmp)
366 mmp->mmp_magic = ext2fs_swab32(mmp->mmp_magic);
367 mmp->mmp_seq = ext2fs_swab32(mmp->mmp_seq);
368 mmp->mmp_time = ext2fs_swab64(mmp->mmp_time);
369 mmp->mmp_check_interval = ext2fs_swab16(mmp->mmp_check_interval);
370 mmp->mmp_checksum = ext2fs_swab32(mmp->mmp_checksum)
    [all...]
csum.c 42 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp)
46 return ext2fs_crc32c_le(fs->csum_seed, (unsigned char *)mmp, offset);
49 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp)
56 calculated = ext2fs_mmp_csum(fs, mmp);
58 return ext2fs_le32_to_cpu(mmp->mmp_checksum) == calculated;
61 errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp)
68 crc = ext2fs_mmp_csum(fs, mmp);
69 mmp->mmp_checksum = ext2fs_cpu_to_le32(crc);
ext2fs.h 273 * Buffers for Multiple mount protection(MMP) block.
280 * Time at which e2fsck last updated the MMP block.
    [all...]
ext2_fs.h 706 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 745 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg)
749 printf("MMP check failed: %s\n", msg);
750 if (mmp) {
751 time_t t = mmp->mmp_time;
753 printf("MMP error info: last update: %s node: %s device: %s\n",
754 ctime(&t), mmp->mmp_nodename, mmp->mmp_bdevname);
e2fsck.h 621 void dump_mmp_msg(struct mmp_struct *mmp, const char *msg);
  /device/google/marlin/
system.prop 47 mmp.enable.3g2=true
  /external/e2fsprogs/
configure     [all...]

Completed in 404 milliseconds