Home
last modified time | relevance | path

Searched refs:jd (Results 1 – 25 of 33) sorted by relevance

12

/linux/tools/perf/util/
H A Djitdump.c70 jit_emit_elf(struct jit_buf_desc *jd, in jit_emit_elf() argument
88 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf()
103 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_emit_elf()
112 jit_close(struct jit_buf_desc *jd) in jit_close() argument
114 if (!(jd && jd->in)) in jit_close()
116 funlockfile(jd->in); in jit_close()
117 fclose(jd->in); in jit_close()
118 jd->in = NULL; in jit_close()
137 jit_open(struct jit_buf_desc *jd, const char *name) in jit_open() argument
146 nsinfo__mountns_enter(jd->nsi, &nsc); in jit_open()
[all …]
/linux/fs/gfs2/
H A Drecovery.c32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block() argument
35 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); in gfs2_replay_read_block()
55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add() argument
57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add()
83 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() argument
88 list_for_each_entry(iter, &jd->jd_revoke_list, rr_list) { in gfs2_revoke_check()
98 wrap = (rr->rr_where < jd->jd_replay_tail); in gfs2_revoke_check()
99 a = (jd->jd_replay_tail < where); in gfs2_revoke_check()
106 void gfs2_revoke_clean(struct gfs2_jdesc *jd) in gfs2_revoke_clean() argument
108 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean()
[all …]
H A Dlops.c145 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock) in gfs2_log_bmap() argument
149 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap()
328 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_log_write() argument
335 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio, REQ_OP_WRITE, in gfs2_log_write()
339 bio = gfs2_log_get_bio(sdp, blkno, &jd->jd_log_bio, in gfs2_log_write()
417 static bool gfs2_jhead_pg_srch(struct gfs2_jdesc *jd, in gfs2_jhead_pg_srch() argument
421 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jhead_pg_srch()
462 static void gfs2_jhead_process_page(struct gfs2_jdesc *jd, unsigned long index, in gfs2_jhead_process_page() argument
468 folio = filemap_get_folio(jd->jd_inode->i_mapping, index); in gfs2_jhead_process_page()
475 *done = gfs2_jhead_pg_srch(jd, head, &folio->page); in gfs2_jhead_process_page()
[all …]
H A Dlops.h16 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
17 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
22 int gfs2_find_jhead(struct gfs2_jdesc *jd,
54 static inline void lops_before_scan(struct gfs2_jdesc *jd, in lops_before_scan() argument
61 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
64 static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start, in lops_scan_elements() argument
72 error = gfs2_log_ops[x]->lo_scan_elements(jd, start, in lops_scan_elements()
81 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, in lops_after_scan() argument
87 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
H A Drecovery.h14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) in gfs2_replay_incr_blk() argument
16 if (++*blk == jd->jd_blocks) in gfs2_replay_incr_blk()
20 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
23 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
24 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
25 void gfs2_revoke_clean(struct gfs2_jdesc *jd);
H A Dops_fstype.c550 struct gfs2_jdesc *jd; in gfs2_jindex_hold() local
579 jd = kzalloc(sizeof(struct gfs2_jdesc), GFP_KERNEL); in gfs2_jindex_hold()
580 if (!jd) in gfs2_jindex_hold()
583 INIT_LIST_HEAD(&jd->extent_list); in gfs2_jindex_hold()
584 INIT_LIST_HEAD(&jd->jd_revoke_list); in gfs2_jindex_hold()
586 INIT_WORK(&jd->jd_work, gfs2_recover_func); in gfs2_jindex_hold()
587 jd->jd_inode = gfs2_lookupi(sdp->sd_jindex, &name, 1); in gfs2_jindex_hold()
588 if (IS_ERR_OR_NULL(jd->jd_inode)) { in gfs2_jindex_hold()
589 if (!jd->jd_inode) in gfs2_jindex_hold()
592 error = PTR_ERR(jd->jd_inode); in gfs2_jindex_hold()
[all …]
H A Dutil.c52 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean() argument
60 ip = GFS2_I(jd->jd_inode); in check_journal_clean()
69 error = gfs2_jdesc_check(jd); in check_journal_clean()
76 error = gfs2_find_jhead(jd, &head, false); in check_journal_clean()
88 jd->jd_jid); in check_journal_clean()
H A Dbmap.h65 int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
66 void gfs2_free_journal_extents(struct gfs2_jdesc *jd);
H A Dbmap.c2177 void gfs2_free_journal_extents(struct gfs2_jdesc *jd) in gfs2_free_journal_extents() argument
2181 while(!list_empty(&jd->extent_list)) { in gfs2_free_journal_extents()
2182 jext = list_first_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_free_journal_extents()
2198 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent() argument
2202 if (!list_empty(&jd->extent_list)) { in gfs2_add_jextent()
2203 jext = list_last_entry(&jd->extent_list, struct gfs2_journal_extent, list); in gfs2_add_jextent()
2216 list_add_tail(&jext->list, &jd->extent_list); in gfs2_add_jextent()
2217 jd->nr_extents++; in gfs2_add_jextent()
2241 int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd) in gfs2_map_journal_extents() argument
2245 struct gfs2_inode *ip = GFS2_I(jd->jd_inode); in gfs2_map_journal_extents()
[all …]
H A Dlog.c823 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_write_log_header() argument
857 if (!list_empty(&jd->extent_list)) in gfs2_write_log_header()
858 dblock = gfs2_log_bmap(jd, lblock); in gfs2_write_log_header()
864 ret = gfs2_get_extent(jd->jd_inode, lblock, &dblock, &extlen); in gfs2_write_log_header()
869 lh->lh_jinode = cpu_to_be64(GFS2_I(jd->jd_inode)->i_no_addr); in gfs2_write_log_header()
893 gfs2_log_write(sdp, jd, page, sb->s_blocksize, 0, dblock); in gfs2_write_log_header()
894 gfs2_log_submit_bio(&jd->jd_log_bio, REQ_OP_WRITE | op_flags); in gfs2_write_log_header()
H A Dsuper.h32 int gfs2_jdesc_check(struct gfs2_jdesc *jd);
H A Dsys.c500 struct gfs2_jdesc *jd; in gfs2_recover_set() local
520 list_for_each_entry(jd, &sdp->sd_jindex_list, jd_list) { in gfs2_recover_set()
521 if (jd->jd_jid != jid && !sdp->sd_args.ar_spectator) in gfs2_recover_set()
523 rv = gfs2_recover_journal(jd, false); in gfs2_recover_set()
H A Dlog.h83 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
/linux/tools/perf/pmu-events/
H A Djevents.py201 def __init__(self, jd: dict):
317 if 'EventCode' in jd:
318 eventcode = int(jd['EventCode'].split(',', 1)[0], 0)
319 if 'ExtSel' in jd:
320 eventcode |= int(jd['ExtSel']) << 8
321 configcode = int(jd['ConfigCode'], 0) if 'ConfigCode' in jd else None
322 eventidcode = int(jd['EventidCode'], 0) if 'EventidCode' in jd else None
323 self.name = jd['EventNam
[all...]
/linux/sound/soc/codecs/
H A Dsrc4xxx.c223 int val, pj, jd, d; in src4xxx_hw_params() local
272 jd = 0x00; in src4xxx_hw_params()
277 jd = 0x1b; in src4xxx_hw_params()
289 jd = 0xff; in src4xxx_hw_params()
298 ret = regmap_write(src4xxx->regmap, SRC4XXX_RCV_PLL_10, jd); in src4xxx_hw_params()
/linux/Documentation/translations/zh_CN/maintainer/
H A Dconfigure-git.rst26 email = jd@domain.org
27 signingkey = jd@domain.org
/linux/arch/powerpc/kvm/
H A Demulate.c65 u64 jd = tb - vcpu->arch.dec_jiffies; in kvmppc_get_dec() local
68 if (vcpu->arch.dec < jd) in kvmppc_get_dec()
72 return vcpu->arch.dec - jd; in kvmppc_get_dec()
/linux/Documentation/devicetree/bindings/sound/
H A Drt5668.txt24 - realtek,jd-src
49 realtek,jd-src = <1>;
H A Drt5682.txt39 - realtek,jd-src
85 realtek,jd-src = <1>;
H A Drt5665.txt31 - realtek,jd-src
/linux/Documentation/maintainer/
H A Dconfigure-git.rst19 email = jd@domain.org
20 signingkey = jd@domain.org
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-rt5682i-sku.dtsi32 realtek,jd-src = <1>;
H A Dsc7180-trogdor-rt5682s-sku.dtsi32 realtek,jd-src = <1>;
H A Dsc7280-herobrine-audio-rt5682.dtsi85 realtek,jd-src = <1>;
/linux/arch/alpha/kernel/
H A Dcore_cia.c827 int jd; in cia_pci_clr_err() local
829 jd = *(vip)CIA_IOC_CIA_ERR; in cia_pci_clr_err()
830 *(vip)CIA_IOC_CIA_ERR = jd; in cia_pci_clr_err()

12