Home
last modified time | relevance | path

Searched defs:je (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-integrity.c114 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector) argument
115 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1)) argument
116 #define journal_entry_set_unused(je) ((je)->u.s.sector_hi = cpu_to_le32(-1)) argument
118 #define journal_entry_set_inprogress(je) ((je)->u.s.sector_hi = cpu_to_le32(-2)) argument
822 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() local
2238 struct journal_entry *je; in dm_integrity_map_continue() local
2466 struct journal_entry *je; in integrity_commit() local
2520 struct journal_entry *je) in restore_last_bytes()
2550 struct journal_entry *je = access_journal_entry(ic, i, j); in do_journal_write() local
2995 struct journal_entry *je = access_journal_entry(ic, i, j); in init_journal() local
[all …]
/openbmc/linux/fs/gfs2/
H A Dlops.c147 struct gfs2_journal_extent *je; in gfs2_log_bmap() local
521 struct gfs2_journal_extent *je; in gfs2_find_jhead() local