OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2fs_cpu_to_be32
(Results
1 - 12
of
12
) sorted by null
/external/e2fsprogs/lib/ext2fs/
kernel-jbd.h
252
((j)->j_superblock->s_feature_compat &
ext2fs_cpu_to_be32
((mask))))
255
((j)->j_superblock->s_feature_ro_compat &
ext2fs_cpu_to_be32
((mask))))
258
((j)->j_superblock->s_feature_incompat &
ext2fs_cpu_to_be32
((mask))))
310
ext2fs_cpu_to_be32
(JFS_FEATURE_COMPAT_##flagname)) != 0); \
316
ext2fs_cpu_to_be32
(JFS_FEATURE_COMPAT_##flagname); \
322
~
ext2fs_cpu_to_be32
(JFS_FEATURE_COMPAT_##flagname); \
331
ext2fs_cpu_to_be32
(JFS_FEATURE_RO_COMPAT_##flagname)) != 0); \
337
ext2fs_cpu_to_be32
(JFS_FEATURE_RO_COMPAT_##flagname); \
343
~
ext2fs_cpu_to_be32
(JFS_FEATURE_RO_COMPAT_##flagname); \
352
ext2fs_cpu_to_be32
(JFS_FEATURE_INCOMPAT_##flagname)) != 0);
[
all
...]
bitops.h
23
#define
ext2fs_cpu_to_be32
(x) ((__force __be32)(__u32)(x))
macro
37
#define
ext2fs_cpu_to_be32
(x) ((__force __be32)ext2fs_swab32((__u32)(x)))
macro
crc32c.c
54
#define __cpu_to_be32(x) (
ext2fs_cpu_to_be32
((x)))
[
all
...]
/external/e2fsprogs/debugfs/
do_journal.c
88
commit->h_magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
89
commit->h_blocktype =
ext2fs_cpu_to_be32
(JFS_COMMIT_BLOCK);
90
commit->h_sequence =
ext2fs_cpu_to_be32
(trans->tid);
119
commit->h_chksum[0] =
ext2fs_cpu_to_be32
(csum_v1);
127
commit->h_commit_sec =
ext2fs_cpu_to_be32
(tv.tv_sec);
128
commit->h_commit_nsec =
ext2fs_cpu_to_be32
(tv.tv_usec * 1000);
193
jrb->r_header.h_magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
194
jrb->r_header.h_blocktype =
ext2fs_cpu_to_be32
(JFS_REVOKE_BLOCK);
195
jrb->r_header.h_sequence =
ext2fs_cpu_to_be32
(trans->tid);
206
jrb->r_count =
ext2fs_cpu_to_be32
(offset)
[
all
...]
revoke.c
617
header->h_magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
618
header->h_blocktype =
ext2fs_cpu_to_be32
(JFS_REVOKE_BLOCK);
619
header->h_sequence =
ext2fs_cpu_to_be32
(transaction->t_tid);
652
tail->r_checksum =
ext2fs_cpu_to_be32
(csum);
674
header->r_count =
ext2fs_cpu_to_be32
(offset);
recovery.c
215
return provided ==
ext2fs_cpu_to_be32
(calculated);
418
return provided ==
ext2fs_cpu_to_be32
(calculated);
431
seq =
ext2fs_cpu_to_be32
(sequence);
520
if (tmp->h_magic !=
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER)) {
650
__u32 magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
850
return provided ==
ext2fs_cpu_to_be32
(calculated);
journal.c
94
jsb->s_checksum =
ext2fs_cpu_to_be32
(crc);
886
h->h_chksum[0] =
ext2fs_cpu_to_be32
(csum);
901
tail->r_checksum =
ext2fs_cpu_to_be32
(csum);
916
tail->t_checksum =
ext2fs_cpu_to_be32
(csum);
929
seq =
ext2fs_cpu_to_be32
(sequence);
934
tag3->t_checksum =
ext2fs_cpu_to_be32
(csum32);
/external/e2fsprogs/e2fsck/
jfs_user.h
205
((jsb)->s_header.h_blocktype ==
ext2fs_cpu_to_be32
(JFS_SUPERBLOCK_V2) && \
206
((jsb)->s_feature_incompat &
ext2fs_cpu_to_be32
((mask))))
revoke.c
617
header->h_magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
618
header->h_blocktype =
ext2fs_cpu_to_be32
(JFS_REVOKE_BLOCK);
619
header->h_sequence =
ext2fs_cpu_to_be32
(transaction->t_tid);
652
tail->r_checksum =
ext2fs_cpu_to_be32
(csum);
674
header->r_count =
ext2fs_cpu_to_be32
(offset);
recovery.c
215
return provided ==
ext2fs_cpu_to_be32
(calculated);
418
return provided ==
ext2fs_cpu_to_be32
(calculated);
431
seq =
ext2fs_cpu_to_be32
(sequence);
520
if (tmp->h_magic !=
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER)) {
650
__u32 magic =
ext2fs_cpu_to_be32
(JFS_MAGIC_NUMBER);
850
return provided ==
ext2fs_cpu_to_be32
(calculated);
journal.c
89
jsb->s_checksum =
ext2fs_cpu_to_be32
(crc);
/external/e2fsprogs/misc/
e2image.c
908
header->magic =
ext2fs_cpu_to_be32
(QCOW_MAGIC);
909
header->version =
ext2fs_cpu_to_be32
(QCOW_VERSION);
911
header->cluster_bits =
ext2fs_cpu_to_be32
(cluster_bits);
922
header->l1_size =
ext2fs_cpu_to_be32
(l1_size);
936
ext2fs_cpu_to_be32
(image->refcount.refcount_table_clusters);
[
all
...]
Completed in 868 milliseconds