Home
last modified time | relevance | path

Searched refs:s_header (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dimage-sparse.h30 sparse_header_t *s_header = (sparse_header_t *)buf; in is_sparse_image() local
32 if ((le32_to_cpu(s_header->magic) == SPARSE_HEADER_MAGIC) && in is_sparse_image()
33 (le16_to_cpu(s_header->major_version) == 1)) in is_sparse_image()
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_journal.h60 struct journal_header_t s_header; member
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h230 journal_header_t s_header; member
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c1764 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) || in journal_get_superblock()
1770 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()