Home
last modified time | relevance | path

Searched refs:ext2fs_cpu_to_be32 (Results 1 – 9 of 9) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h236 ((j)->j_superblock->s_feature_compat & ext2fs_cpu_to_be32((mask))))
239 ((j)->j_superblock->s_feature_ro_compat & ext2fs_cpu_to_be32((mask))))
242 ((j)->j_superblock->s_feature_incompat & ext2fs_cpu_to_be32((mask))))
297 ext2fs_cpu_to_be32(JBD2_FEATURE_COMPAT_##flagname)) != 0); \
303 ext2fs_cpu_to_be32(JBD2_FEATURE_COMPAT_##flagname); \
309 ~ext2fs_cpu_to_be32(JBD2_FEATURE_COMPAT_##flagname); \
318 ext2fs_cpu_to_be32(JBD2_FEATURE_RO_COMPAT_##flagname)) != 0); \
324 ext2fs_cpu_to_be32(JBD2_FEATURE_RO_COMPAT_##flagname); \
330 ~ext2fs_cpu_to_be32(JBD2_FEATURE_RO_COMPAT_##flagname); \
339 ext2fs_cpu_to_be32(JBD2_FEATURE_INCOMPAT_##flagname)) != 0); \
[all …]
Djfs_compat.h27 #define cpu_to_be32(x) ext2fs_cpu_to_be32(x)
Dbitops.h23 #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
Dcrc32c.c54 #define __cpu_to_be32(x) (ext2fs_cpu_to_be32((x)))
/third_party/e2fsprogs/debugfs/
Ddo_journal.c88 commit->h_magic = ext2fs_cpu_to_be32(JBD2_MAGIC_NUMBER); in journal_commit_trans()
89 commit->h_blocktype = ext2fs_cpu_to_be32(JBD2_COMMIT_BLOCK); in journal_commit_trans()
90 commit->h_sequence = ext2fs_cpu_to_be32(trans->tid); in journal_commit_trans()
119 commit->h_chksum[0] = ext2fs_cpu_to_be32(csum_v1); in journal_commit_trans()
127 commit->h_commit_sec = ext2fs_cpu_to_be32(tv.tv_sec); in journal_commit_trans()
128 commit->h_commit_nsec = ext2fs_cpu_to_be32(tv.tv_usec * 1000); in journal_commit_trans()
193 jrb->r_header.h_magic = ext2fs_cpu_to_be32(JBD2_MAGIC_NUMBER); in journal_add_revoke_to_trans()
194 jrb->r_header.h_blocktype = ext2fs_cpu_to_be32(JBD2_REVOKE_BLOCK); in journal_add_revoke_to_trans()
195 jrb->r_header.h_sequence = ext2fs_cpu_to_be32(trans->tid); in journal_add_revoke_to_trans()
206 jrb->r_count = ext2fs_cpu_to_be32(offset); in journal_add_revoke_to_trans()
[all …]
Djournal.c92 jsb->s_checksum = ext2fs_cpu_to_be32(crc); in ext2fs_journal_sb_csum_set()
903 h->h_chksum[0] = ext2fs_cpu_to_be32(csum); in jbd2_commit_block_csum_set()
923 tail->t_checksum = ext2fs_cpu_to_be32(csum); in jbd2_descr_block_csum_set()
936 seq = ext2fs_cpu_to_be32(sequence); in jbd2_block_tag_csum_set()
941 tag3->t_checksum = ext2fs_cpu_to_be32(csum32); in jbd2_block_tag_csum_set()
/third_party/e2fsprogs/e2fsck/
Djfs_user.h215 ((jsb)->s_header.h_blocktype == ext2fs_cpu_to_be32(JBD2_SUPERBLOCK_V2) && \
216 ((jsb)->s_feature_incompat & ext2fs_cpu_to_be32((mask))))
Djournal.c87 jsb->s_checksum = ext2fs_cpu_to_be32(crc); in e2fsck_journal_sb_csum_set()
/third_party/e2fsprogs/misc/
De2image.c916 header->magic = ext2fs_cpu_to_be32(QCOW_MAGIC); in initialize_qcow2_image()
917 header->version = ext2fs_cpu_to_be32(QCOW_VERSION); in initialize_qcow2_image()
919 header->cluster_bits = ext2fs_cpu_to_be32(cluster_bits); in initialize_qcow2_image()
930 header->l1_size = ext2fs_cpu_to_be32(l1_size); in initialize_qcow2_image()
944 ext2fs_cpu_to_be32(image->refcount.refcount_table_clusters); in initialize_qcow2_image()