Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/pmu-events/
Djevents.c346 static int print_events_table_entry(void *data, struct json_event *je) in print_events_table_entry()
448 static int save_arch_std_events(void *data, struct json_event *je) in save_arch_std_events()
508 try_fixup(const char *fn, char *arch_std, struct json_event *je, char **event) in try_fixup()
528 int (*func)(void *data, struct json_event *je), in json_events()
550 struct json_event je = {}; in json_events() local
/Linux-v5.10/drivers/md/
Ddm-integrity.c99 #define journal_entry_tag(ic, je) ((__u8 *)&(je)->last_bytes[(ic)->sectors_per_block]) argument
102 #define journal_entry_set_sector(je, x) do { smp_wmb(); WRITE_ONCE((je)->u.sector, cpu_to_le64(x))… argument
104 #define journal_entry_set_sector(je, x) do { (je)->u.s.sector_lo = cpu_to_le32(x); smp_wmb(); WRIT… argument
106 #define journal_entry_get_sector(je) le64_to_cpu((je)->u.sector) argument
107 #define journal_entry_is_unused(je) ((je)->u.s.sector_hi == cpu_to_le32(-1)) argument
108 #define journal_entry_set_unused(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-1)); } while (0) argument
109 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) argument
110 #define journal_entry_set_inprogress(je) do { ((je)->u.s.sector_hi = cpu_to_le32(-2)); } while (0) argument
722 struct journal_entry *je = access_journal_entry(ic, section, j); in section_mac() local
1807 struct journal_entry *je = access_journal_entry(ic, journal_section, journal_entry); in __journal_read_write() local
[all …]
/Linux-v5.10/fs/gfs2/
Dlops.c144 struct gfs2_journal_extent *je; in gfs2_log_bmap() local
514 struct gfs2_journal_extent *je; in gfs2_find_jhead() local