HomeSort by relevance Sort by last modified time
    Searched full:f_compat (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 63 __le32 f_compat; /* compatible features (none so far) */ member in struct:undo_header
108 return ext2fs_le32_to_cpu(header->f_compat) &
131 printf("compat:\t\t0x%x\n", ext2fs_le32_to_cpu(hdr->f_compat));
414 * Do not compare undo_ctx.hdr.f_compat with the available compatible
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 97 __le32 f_compat; /* compatible features */ member in struct:undo_header
157 header->f_compat |= ext2fs_le32_to_cpu(E2UNDO_FEATURE_COMPAT_FS_OFFSET);
161 header->f_compat &= ~ext2fs_le32_to_cpu(E2UNDO_FEATURE_COMPAT_FS_OFFSET);
588 * Do not compare hdr.f_compat with the available compatible
665 data->hdr.f_compat = hdr.f_compat;
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_solaris_amd64.go 277 F_COMPAT = 0x8
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_solaris_amd64.go 277 F_COMPAT = 0x8
    [all...]

Completed in 398 milliseconds