Home
last modified time | relevance | path

Searched refs:io_end (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/bus/
H A Dhisi_lpc.c611 resource_size_t io_end; in hisi_lpc_probe() local
653 io_end = lpcdev->io_host->io_start + lpcdev->io_host->size; in hisi_lpc_probe()
655 &lpcdev->io_host->io_start, &io_end); in hisi_lpc_probe()
/linux/fs/ext4/
H A Dext4.h306 ext4_io_end_t *io_end; member
3749 ext4_io_end_t *io_end);
3799 extern ext4_io_end_t *ext4_get_io_end(ext4_io_end_t *io_end);
3800 extern int ext4_put_io_end(ext4_io_end_t *io_end);
3801 extern void ext4_put_io_end_defer(ext4_io_end_t *io_end);
3808 extern struct ext4_io_end_vec *ext4_alloc_io_end_vec(ext4_io_end_t *io_end);
3809 extern struct ext4_io_end_vec *ext4_last_io_end_vec(ext4_io_end_t *io_end);
3853 static inline void ext4_set_io_unwritten_flag(struct ext4_io_end *io_end) in ext4_set_io_unwritten_flag() argument
3855 if (!(io_end->flag & EXT4_IO_END_UNWRITTEN)) in ext4_set_io_unwritten_flag()
3856 io_end in ext4_set_io_unwritten_flag()
3859 ext4_clear_io_unwritten_flag(ext4_io_end_t * io_end) ext4_clear_io_unwritten_flag() argument
[all...]
H A Dinode.c2224 ext4_io_end_t *io_end = mpd->io_submit.io_end; in mpage_process_folio() local
2230 struct ext4_io_end_vec *io_end_vec = ext4_last_io_end_vec(io_end); in mpage_process_folio()
2249 io_end_vec = ext4_alloc_io_end_vec(io_end); in mpage_process_folio()
2378 if (!mpd->io_submit.io_end->handle && in mpage_map_one_extent()
2380 mpd->io_submit.io_end->handle = handle->h_rsv_handle; in mpage_map_one_extent()
2383 ext4_set_io_unwritten_flag(mpd->io_submit.io_end); in mpage_map_one_extent()
2460 ext4_io_end_t *io_end = mpd->io_submit.io_end; in mpage_map_and_submit_extent() local
2463 io_end_vec = ext4_alloc_io_end_vec(io_end); in mpage_map_and_submit_extent()
[all...]
/linux/drivers/pci/hotplug/
H A Dibmphp_ebda.c217 debug("%s - io_end: %x\n", __func__, hpc_ptr->u.isa_ctlr.io_end); in print_ebda_hpc()
810 hpc_ptr->u.isa_ctlr.io_end = readw(io_mem + addr + 2); in ebda_rsrc_controller()
812 (hpc_ptr->u.isa_ctlr.io_end - hpc_ptr->u.isa_ctlr.io_start + 1), in ebda_rsrc_controller()
1049 release_region(controller->u.isa_ctlr.io_start, (controller->u.isa_ctlr.io_end - controller->u.isa_ctlr.io_start + 1)); in ibmphp_free_ebda_hpc_queue()
H A Dibmphp.h191 u16 io_end; member