Home
last modified time | relevance | path

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

/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()
166 static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, in get_log_header()
197 static int foreach_descriptor(struct gfs2_jdesc *jd, u32 start, in foreach_descriptor()
263 static void clean_journal(struct gfs2_jdesc *jd, in clean_journal()
304 static int update_statfs_inode(struct gfs2_jdesc *jd, in update_statfs_inode()
373 static void recover_local_statfs(struct gfs2_jdesc *jd, in recover_local_statfs()
400 struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work); in gfs2_recover_func() local
[all …]
H A Dops_fstype.c538 struct gfs2_jdesc *jd; in gfs2_jindex_hold() local
611 struct gfs2_jdesc *jd; in init_statfs() local
786 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); in init_journal() local
/linux/tools/perf/util/
H A Djitdump.c70 jit_emit_elf(struct jit_buf_desc *jd, in jit_emit_elf()
113 jit_close(struct jit_buf_desc *jd) in jit_close()
138 jit_open(struct jit_buf_desc *jd, const char *name) in jit_open()
251 jit_get_next_entry(struct jit_buf_desc *jd) in jit_get_next_entry()
368 jit_inject_event(struct jit_buf_desc *jd, union perf_event *event) in jit_inject_event()
380 static pid_t jr_entry_pid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_pid()
387 static pid_t jr_entry_tid(struct jit_buf_desc *jd, union jr_entry *jr) in jr_entry_tid()
394 static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp) in convert_timestamp()
425 static int jit_repipe_code_load(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_load()
560 static int jit_repipe_code_move(struct jit_buf_desc *jd, union jr_entry *jr) in jit_repipe_code_move()
[all …]
/linux/arch/powerpc/kvm/
H A Demulate.c65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local