Searched defs:je (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/md/ |
D | dm-integrity.c | 104 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block]) argument 107 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x))… argument 109 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRIT… argument 111 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector) argument 112 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1)) argument 113 #define journal_entry_set_unused(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-1)); } while (0) argument 114 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) argument 115 #define journal_entry_set_inprogress(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-2)); } while (0) argument 826 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() local 1961 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write() local [all …]
|
/Linux-v5.15/tools/perf/pmu-events/ |
D | jevents.c | 368 static int print_events_table_entry(void *data, struct json_event *je) in print_events_table_entry() 473 static int save_arch_std_events(void *data, struct json_event *je) in save_arch_std_events() 533 try_fixup(const char *fn, char *arch_std, struct json_event *je, char **event) in try_fixup() 553 int (*func)(void *data, struct json_event *je), in json_events() 575 struct json_event je = {}; in json_events() local
|
/Linux-v5.15/fs/gfs2/ |
D | lops.c | 147 struct gfs2_journal_extent *je; in gfs2_log_bmap() local 523 struct gfs2_journal_extent *je; in gfs2_find_jhead() local
|