Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c121 #define JOURNAL_SECTOR_DATA ((1 << SECTOR_SHIFT) - sizeof(commit_id_t)) macro
126 __u8 entries[JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR];
132 #define MAX_TAG_SIZE (JOURNAL_SECTOR_DATA - JOURNAL_MAC_PER_SECTOR - offsetof(struct journal_entr…
2069 memcpy(mem_ptr, js, JOURNAL_SECTOR_DATA); in __journal_read_write()
2070 *(commit_id_t *)(mem_ptr + JOURNAL_SECTOR_DATA) = je->last_bytes[s]; in __journal_read_write()
2992 BUILD_BUG_ON(sizeof(js->sectors) != JOURNAL_SECTOR_DATA); in init_journal()
3512 unsigned int sector_space = JOURNAL_SECTOR_DATA; in calculate_journal_section_size()