Home
last modified time | relevance | path

Searched refs:lfb (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_dquot_item.c47 struct xlog_format_buf *lfb) in xfs_qm_dquot_logitem_format() argument
53 qlf = xlog_format_start(lfb, XLOG_REG_TYPE_QFORMAT); in xfs_qm_dquot_logitem_format()
60 xlog_format_commit(lfb, sizeof(struct xfs_dq_logformat)); in xfs_qm_dquot_logitem_format()
64 xlog_format_copy(lfb, XLOG_REG_TYPE_DQUOT, &ddq, in xfs_qm_dquot_logitem_format()
H A Dxfs_buf_item.c266 struct xlog_format_buf *lfb, in xfs_buf_item_copy_iovec() argument
273 xlog_format_copy(lfb, XLOG_REG_TYPE_BCHUNK, xfs_buf_offset(bp, offset), in xfs_buf_item_copy_iovec()
280 struct xlog_format_buf *lfb, in xfs_buf_item_format_segment() argument
308 blfp = xlog_format_copy(lfb, XLOG_REG_TYPE_BFORMAT, blfp, base_size); in xfs_buf_item_format_segment()
331 xfs_buf_item_copy_iovec(lfb, bp, offset, first_bit, nbits); in xfs_buf_item_format_segment()
356 struct xlog_format_buf *lfb) in xfs_buf_item_format() argument
396 xfs_buf_item_format_segment(bip, lfb, offset, in xfs_buf_item_format()
H A Dxfs_log_cil.c436 struct xlog_format_buf *lfb, in xlog_format_start() argument
439 struct xfs_log_vec *lv = lfb->lv; in xlog_format_start()
440 struct xfs_log_iovec *vec = &lv->lv_iovecp[lfb->idx]; in xlog_format_start()
445 ASSERT(lfb->idx < lv->lv_niovecs); in xlog_format_start()
468 struct xlog_format_buf *lfb, in xlog_format_commit() argument
471 struct xfs_log_vec *lv = lfb->lv; in xlog_format_commit()
472 struct xfs_log_iovec *vec = &lv->lv_iovecp[lfb->idx]; in xlog_format_commit()
505 lfb->idx++; in xlog_format_commit()
553 struct xlog_format_buf lfb = { }; in xlog_cil_insert_format_items() local
601 lfb.lv = lv; in xlog_cil_insert_format_items()
[all …]
/linux/drivers/video/fbdev/
H A Dsm712fb.c50 void __iomem *lfb; /* linear frame buffer */ member
1389 sfb->fb->screen_base = sfb->lfb; in smtc_map_smem()
1553 sfb->lfb = ioremap(mmio_base, mmio_addr); in smtcfb_pci_probe()
1554 if (!sfb->lfb) { in smtcfb_pci_probe()
1563 sfb->lfb + 0x00700000); in smtcfb_pci_probe()
1564 sfb->dp_regs = sfb->lfb + 0x00408000; in smtcfb_pci_probe()
1565 sfb->vp_regs = sfb->lfb + 0x0040c000; in smtcfb_pci_probe()
1567 sfb->lfb += big_addr; in smtcfb_pci_probe()
1568 dev_info(&pdev->dev, "sfb->lfb=%p\n", sfb->lfb); in smtcfb_pci_probe()
1593 sfb->lfb = sfb->dp_regs + 0x00200000; in smtcfb_pci_probe()
[all …]
/linux/tools/perf/util/
H A Dbpf-filter.l141 lfb { return constant(PERF_MEM_LVLNUM_LFB); }
/linux/tools/perf/Documentation/
H A Dperf-record.txt215 l1, l2, l3, l4, cxl, io, any_cache, lfb, ram, pmem (for mem_lvl)