Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/ !
Ddm-integrity.c106 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block]) argument
109 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x))… argument
111 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRIT… argument
113 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector) argument
114 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1)) argument
115 #define journal_entry_set_unused(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-1)); } while (0) argument
116 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) argument
117 #define journal_entry_set_inprogress(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-2)); } while (0) argument
831 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() local
1972 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write() local
[all …]
/linux-5.19.10/tools/perf/pmu-events/ !
Djevents.c338 static int print_events_table_entry(void *data, struct json_event *je) in print_events_table_entry()
443 static int save_arch_std_events(void *data __maybe_unused, struct json_event *je) in save_arch_std_events()
503 try_fixup(const char *fn, char *arch_std, struct json_event *je, char **event) in try_fixup()
523 int (*func)(void *data, struct json_event *je), in json_events()
545 struct json_event je = {}; in json_events() local
/linux-5.19.10/fs/gfs2/ !
Dlops.c147 struct gfs2_journal_extent *je; in gfs2_log_bmap() local
520 struct gfs2_journal_extent *je; in gfs2_find_jhead() local