Searched defs:jd (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | recovery.c | 32 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 D | ops_fstype.c | 538 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 D | jitdump.c | 70 jit_emit_elf(struct jit_buf_desc *jd, in jit_emit_elf() argument 113 jit_close(struct jit_buf_desc *jd) in jit_close() argument 138 jit_open(struct jit_buf_desc *jd, cons argument 251 jit_get_next_entry(struct jit_buf_desc * jd) jit_get_next_entry() argument 368 jit_inject_event(struct jit_buf_desc * jd,union perf_event * event) jit_inject_event() argument 380 jr_entry_pid(struct jit_buf_desc * jd,union jr_entry * jr) jr_entry_pid() argument 387 jr_entry_tid(struct jit_buf_desc * jd,union jr_entry * jr) jr_entry_tid() argument 394 convert_timestamp(struct jit_buf_desc * jd,uint64_t timestamp) convert_timestamp() argument 425 jit_repipe_code_load(struct jit_buf_desc * jd,union jr_entry * jr) jit_repipe_code_load() argument 560 jit_repipe_code_move(struct jit_buf_desc * jd,union jr_entry * jr) jit_repipe_code_move() argument 651 jit_repipe_debug_info(struct jit_buf_desc * jd,union jr_entry * jr) jit_repipe_debug_info() argument 678 jit_repipe_unwinding_info(struct jit_buf_desc * jd,union jr_entry * jr) jit_repipe_unwinding_info() argument 704 jit_process_dump(struct jit_buf_desc * jd) jit_process_dump() argument 732 jit_inject(struct jit_buf_desc * jd,const char * path) jit_inject() argument 856 struct jit_buf_desc jd; jit_process() local [all...] |
| /linux/arch/powerpc/kvm/ |
| H A D | emulate.c | 65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
|