Home
last modified time | relevance | path

Searched refs:mpd (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/ext4/
H A Dinode.c1577 if (mpd->first_page >= mpd->next_page) in mpage_release_unused_pages()
1984 if (!mpd->do_map) in mpage_add_bh_to_extent()
2095 if (lblk >= mpd->map.m_lblk + mpd->map.m_len) { in mpage_process_folio()
2107 if (!err && mpd->map.m_len && mpd->map.m_lblk > lblk) { in mpage_process_folio()
2161 end = (mpd->map.m_lblk + mpd->map.m_len - 1) >> bpp_bits; in mpage_map_and_submit_buffers()
2475 if (mpd->map.m_len > 0 && mpd->next_page != folio->index) in mpage_prepare_extent_to_map()
2540 mpd, folio); in mpage_prepare_extent_to_map()
2642 mpd->can_map = 0; in ext4_do_writepages()
2685 mpd->do_map = 0; in ext4_do_writepages()
2734 mpd->do_map = 1; in ext4_do_writepages()
[all …]
/linux-6.15/fs/
H A Dmpage.c451 struct mpage_data *mpd = data; in __mpage_writepage() local
452 struct bio *bio = mpd->bio; in __mpage_writepage()
540 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in __mpage_writepage()
588 if (bio && mpd->last_block_in_bio != first_block - 1) in __mpage_writepage()
625 mpd->last_block_in_bio = first_block + blocks_per_folio - 1; in __mpage_writepage()
636 ret = block_write_full_folio(folio, wbc, mpd->get_block); in __mpage_writepage()
639 mpd->bio = bio; in __mpage_writepage()
656 struct mpage_data mpd = { in mpage_writepages() local
663 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
664 if (mpd.bio) in mpage_writepages()
[all …]
/linux-6.15/drivers/scsi/aacraid/
H A Daachba.c3038 aac_modep_data mpd; in aac_scsi_cmd() local
3049 mpd.hd.data_length = sizeof(mpd.hd) - 1; in aac_scsi_cmd()
3051 mpd.hd.med_type = 0; in aac_scsi_cmd()
3055 mpd.hd.dev_par = 0; in aac_scsi_cmd()
3058 mpd.hd.dev_par = 0x10; in aac_scsi_cmd()
3062 mpd.hd.bd_length = sizeof(mpd.bd); in aac_scsi_cmd()
3063 mpd.hd.data_length += mpd.hd.bd_length; in aac_scsi_cmd()
3074 mpd.mpc_buf[1] = 0xa; in aac_scsi_cmd()
3095 mpd.mpc_buf[0] = 8; in aac_scsi_cmd()
3096 mpd.mpc_buf[1] = 1; in aac_scsi_cmd()
[all …]
/linux-6.15/drivers/infiniband/hw/mlx5/
H A Dstd_types.c23 struct mlx5_ib_pd *mpd = to_mpd(pd); in UVERBS_HANDLER() local
26 &mpd->pdn, sizeof(mpd->pdn)); in UVERBS_HANDLER()
H A Dmain.c2498 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() local
2500 return mlx5_cmd_dealloc_pd(mdev->mdev, mpd->pdn, mpd->uid); in mlx5_ib_dealloc_pd()
/linux-6.15/arch/arc/include/asm/
H A Darcregs.h336 unsigned int pad2:27, mpd:1, pad1:2, dpd:1, dpi:1; member
338 unsigned int dpi:1, dpd:1, pad1:2, mpd:1, pad2:27;
/linux-6.15/arch/alpha/include/asm/
H A Dcore_tsunami.h38 tsunami_64 mpd; member
H A Dcore_titan.h39 titan_64 mpd; member
/linux-6.15/arch/x86/kernel/apic/
H A Dio_apic.c1788 struct mp_chip_data *mpd = irqd->chip_data; in ioapic_configure_entry() local
1791 ioapic_setup_msg_from_msi(irqd, &mpd->entry); in ioapic_configure_entry()
1793 for_each_irq_pin(entry, mpd->irq_2_pin) in ioapic_configure_entry()
1794 __ioapic_write_entry(entry->apic, entry->pin, mpd->entry); in ioapic_configure_entry()
/linux-6.15/arch/arc/kernel/
H A Dsetup.c277 IS_AVAIL3(erp.mmu, !ctl.mpd, "MMU ")); in arcv2_mumbojumbo()