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

  /external/speex/symbian/
Makefile.am 6 EXTRA_DIST = bld.inf config.h speex.mmp
bld.inf 49 speex.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);
dumpe2fs.c 427 /* This won't actually start MMP on the filesystem, since fs is opened
438 struct mmp_struct *mmp = fs->mmp_buf; local
439 time_t mmp_time = mmp->mmp_time;
442 "%s: MMP last updated by '%s' on %s",
443 program_name, mmp->mmp_nodename,
451 printf("%s: it is safe to mount '%s', MMP is clean\n",
460 struct mmp_struct *mmp; local
468 _("failed to alloc MMP buffer\n"));
479 _("reading MMP block %llu from '%s'\n"),
484 mmp = fs->mmp_buf
    [all...]
  /external/e2fsprogs/lib/ext2fs/
mmp.c 2 * Helper functions for multiple mount protection (MMP).
56 * own fd to read the MMP block to ensure that it is using O_DIRECT,
58 * the MMP block by the io_manager or the VM. It needs to be fresh. */
319 * If check_interval in MMP block is larger, use that instead of
379 * Clear the MMP usage in the filesystem. If this function returns an
387 struct mmp_struct *mmp, *mmp_cmp; local
398 /* Check if the MMP block is not changed. */
399 mmp = fs->mmp_buf;
401 if (memcmp(mmp, mmp_cmp, sizeof(*mmp_cmp))) {
428 * Update the on-disk mmp buffer, after checking that it hasn't been changed
433 struct mmp_struct *mmp, *mmp_cmp; local
    [all...]
swapfs.c 397 void ext2fs_swap_mmp(struct mmp_struct *mmp)
399 mmp->mmp_magic = ext2fs_swab32(mmp->mmp_magic);
400 mmp->mmp_seq = ext2fs_swab32(mmp->mmp_seq);
401 mmp->mmp_time = ext2fs_swab64(mmp->mmp_time);
402 mmp->mmp_check_interval = ext2fs_swab16(mmp->mmp_check_interval);
403 mmp->mmp_checksum = ext2fs_swab32(mmp->mmp_checksum)
    [all...]
csum.c 43 static __u32 ext2fs_mmp_csum(ext2_filsys fs, struct mmp_struct *mmp)
47 return ext2fs_crc32c_le(fs->csum_seed, (unsigned char *)mmp, offset);
50 int ext2fs_mmp_csum_verify(ext2_filsys fs, struct mmp_struct *mmp)
57 calculated = ext2fs_mmp_csum(fs, mmp);
59 return ext2fs_le32_to_cpu(mmp->mmp_checksum) == calculated;
62 errcode_t ext2fs_mmp_csum_set(ext2_filsys fs, struct mmp_struct *mmp)
69 crc = ext2fs_mmp_csum(fs, mmp);
70 mmp->mmp_checksum = ext2fs_cpu_to_le32(crc);
ext2fs.h 282 * Buffers for Multiple mount protection(MMP) block.
289 * Time at which e2fsck last updated the MMP block.
    [all...]
ext2_fs.h 716 __u16 s_mmp_update_interval; /* # seconds to wait in MMP checking */
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 760 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...)
765 printf("MMP check failed: ");
770 if (mmp) {
771 time_t t = mmp->mmp_time;
774 printf(" mmp_magic: 0x%x\n", mmp->mmp_magic);
776 mmp->mmp_check_interval);
777 printf(" mmp_sequence: %08x\n", mmp->mmp_seq);
779 printf(" mmp_update_time: %lld\n", mmp->mmp_time);
780 printf(" mmp_node_name: %s\n", mmp->mmp_nodename);
781 printf(" mmp_device_name: %s\n", mmp->mmp_bdevname)
    [all...]
e2fsck.h 638 void dump_mmp_msg(struct mmp_struct *mmp, const char *fmt, ...)
  /device/google/marlin/
system.prop 47 mmp.enable.3g2=true
  /external/e2fsprogs/
configure     [all...]

Completed in 4842 milliseconds