Home
last modified time | relevance | path

Searched defs:jd (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/fs/gfs2/
H A Drecovery.c32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block()
55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add()
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check()
106 void gfs2_revoke_clean(struct gfs2_jdesc *jd) in gfs2_revoke_clean()
165 static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, in get_log_header()
196 static int foreach_descriptor(struct gfs2_jdesc *jd, u32 start, in foreach_descriptor()
262 static void clean_journal(struct gfs2_jdesc *jd, in clean_journal()
307 static int update_statfs_inode(struct gfs2_jdesc *jd, in update_statfs_inode()
376 static void recover_local_statfs(struct gfs2_jdesc *jd, in recover_local_statfs()
403 struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work); in gfs2_recover_func() local
[all …]
H A Dlops.c145 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock) in gfs2_log_bmap()
328 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_log_write()
424 static bool gfs2_jhead_pg_srch(struct gfs2_jdesc *jd, in gfs2_jhead_pg_srch()
511 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead()
749 static void buf_lo_before_scan(struct gfs2_jdesc *jd, in buf_lo_before_scan()
764 static void obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log, in obsolete_rgrp()
785 static int buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, in buf_lo_scan_elements()
840 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan()
917 static void revoke_lo_before_scan(struct gfs2_jdesc *jd, in revoke_lo_before_scan()
927 static int revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, in revoke_lo_scan_elements()
[all …]
H A Dlops.h54 static inline void lops_before_scan(struct gfs2_jdesc *jd, in lops_before_scan()
64 static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start, in lops_scan_elements()
81 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, in lops_after_scan()
H A Dsuper.c62 struct gfs2_jdesc *jd; in gfs2_jindex_free() local
83 struct gfs2_jdesc *jd; in jdesc_find_i() local
94 struct gfs2_jdesc *jd; in gfs2_jdesc_find() local
103 int gfs2_jdesc_check(struct gfs2_jdesc *jd) in gfs2_jdesc_check()
331 struct gfs2_jdesc *jd; in gfs2_lock_fs_check_clean() local
586 struct gfs2_jdesc *jd; in gfs2_put_super() local
H A Drecovery.h14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) in gfs2_replay_incr_blk()
H A Dops_fstype.c572 struct gfs2_jdesc *jd; in gfs2_jindex_hold() local
649 struct gfs2_jdesc *jd; in init_statfs() local
825 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); in init_journal() local
H A Dutil.c52 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean()
H A Dbmap.c2174 void gfs2_free_journal_extents(struct gfs2_jdesc *jd) in gfs2_free_journal_extents()
2195 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent()
2238 int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd) in gfs2_map_journal_extents()
H A Dlock_dlm.c606 struct gfs2_jdesc *jd; in remote_withdraw() local
H A Dlog.c832 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_write_log_header()
H A Dsys.c500 struct gfs2_jdesc *jd; in gfs2_recover_set() local
/openbmc/linux/tools/perf/util/
H A Djitdump.c70 jit_emit_elf(struct jit_buf_desc *jd, in jit_emit_elf()
112 jit_close(struct jit_buf_desc *jd) in jit_close()
137 jit_open(struct jit_buf_desc *jd, const char *name) in jit_open()
249 jit_get_next_entry(struct jit_buf_desc *jd) in jit_get_next_entry()
366 jit_inject_event(struct jit_buf_desc *jd, union perf_event *event) in jit_inject_event()
378 static pid_t jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_pid()
385 static pid_t jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_tid()
659 jit_repipe_unwinding_info(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_unwinding_info()
684 jit_process_dump(struct jit_buf_desc *jd) in jit_process_dump()
712 jit_inject(struct jit_buf_desc *jd, char *path) in jit_inject()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Demulate.c65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
/openbmc/linux/sound/soc/codecs/
H A Dsrc4xxx.c223 int val, pj, jd, d; in src4xxx_hw_params() local
/openbmc/linux/arch/alpha/kernel/
H A Dcore_apecs.c378 unsigned int jd; in apecs_pci_clr_err() local
H A Dcore_cia.c827 int jd; in cia_pci_clr_err() local