Searched refs:mpd (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/ext4/ |
A D | inode.c | 1583 if (mpd->first_page >= mpd->next_page) in mpage_release_unused_pages() 2132 mpd->first_page++; in mpage_submit_page() 2177 if (!mpd->do_map) in mpage_add_bh_to_extent() 2235 if (!mpd->do_map) in mpage_process_page_bufs() 2286 if (lblk >= mpd->map.m_lblk + mpd->map.m_len) { in mpage_process_page() 2298 if (!err && mpd->map.m_len && mpd->map.m_lblk > lblk) { in mpage_process_page() 2352 end = (mpd->map.m_lblk + mpd->map.m_len - 1) >> bpp_bits; in mpage_map_and_submit_buffers() 2637 if (mpd->map.m_len > 0 && mpd->next_page != folio->index) in mpage_prepare_extent_to_map() 2822 mpd->do_map = 0; in ext4_do_writepages() 2871 mpd->do_map = 1; in ext4_do_writepages() [all …]
|
/linux-6.3-rc2/fs/ |
A D | mpage.c | 446 struct mpage_data *mpd = data; in __mpage_writepage() local 447 struct bio *bio = mpd->bio; in __mpage_writepage() 533 if (mpd->get_block(inode, block_in_file, &map_bh, 1)) in __mpage_writepage() 579 if (bio && mpd->last_block_in_bio != blocks[0] - 1) in __mpage_writepage() 615 mpd->last_block_in_bio = blocks[blocks_per_page - 1]; in __mpage_writepage() 626 ret = block_write_full_page(&folio->page, mpd->get_block, wbc); in __mpage_writepage() 629 mpd->bio = bio; in __mpage_writepage() 646 struct mpage_data mpd = { in mpage_writepages() local 653 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages() 654 if (mpd.bio) in mpage_writepages() [all …]
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | std_types.c | 22 struct mlx5_ib_pd *mpd = to_mpd(pd); in UVERBS_HANDLER() local 25 &mpd->pdn, sizeof(mpd->pdn)); in UVERBS_HANDLER()
|
A D | main.c | 2368 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() local 2370 return mlx5_cmd_dealloc_pd(mdev->mdev, mpd->pdn, mpd->uid); in mlx5_ib_dealloc_pd()
|
/linux-6.3-rc2/drivers/scsi/aacraid/ |
A D | aachba.c | 3040 aac_modep_data mpd; in aac_scsi_cmd() local 3051 mpd.hd.data_length = sizeof(mpd.hd) - 1; in aac_scsi_cmd() 3053 mpd.hd.med_type = 0; in aac_scsi_cmd() 3057 mpd.hd.dev_par = 0; in aac_scsi_cmd() 3060 mpd.hd.dev_par = 0x10; in aac_scsi_cmd() 3064 mpd.hd.bd_length = sizeof(mpd.bd); in aac_scsi_cmd() 3065 mpd.hd.data_length += mpd.hd.bd_length; in aac_scsi_cmd() 3076 mpd.mpc_buf[1] = 0xa; in aac_scsi_cmd() 3097 mpd.mpc_buf[0] = 8; in aac_scsi_cmd() 3098 mpd.mpc_buf[1] = 1; in aac_scsi_cmd() [all …]
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | arcregs.h | 283 unsigned int pad2:27, mpd:1, pad1:2, dpd:1, dpi:1; member 285 unsigned int dpi:1, dpd:1, pad1:2, mpd:1, pad2:27;
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | core_tsunami.h | 38 tsunami_64 mpd; member
|
A D | core_titan.h | 39 titan_64 mpd; member
|
/linux-6.3-rc2/arch/x86/kernel/apic/ |
A D | io_apic.c | 1911 struct mp_chip_data *mpd = irqd->chip_data; in ioapic_configure_entry() local 1914 ioapic_setup_msg_from_msi(irqd, &mpd->entry); in ioapic_configure_entry() 1916 for_each_irq_pin(entry, mpd->irq_2_pin) in ioapic_configure_entry() 1917 __ioapic_write_entry(entry->apic, entry->pin, mpd->entry); in ioapic_configure_entry()
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | setup.c | 383 IS_AVAIL3(erp.mmu, !ctl.mpd, "MMU ")); in arc_extn_mumbojumbo()
|
Completed in 51 milliseconds