Home
last modified time | relevance | path

Searched defs:mapping (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/linux/include/linux/
H A Dpagemap.h49 static inline int filemap_fdatawait(struct address_space *mapping) in filemap_fdatawait() argument
63 filemap_write_and_wait(struct address_space * mapping) filemap_write_and_wait() argument
82 filemap_set_wb_err(struct address_space * mapping,int err) filemap_set_wb_err() argument
99 filemap_check_wb_err(struct address_space * mapping,errseq_t since) filemap_check_wb_err() argument
112 filemap_sample_wb_err(struct address_space * mapping) filemap_sample_wb_err() argument
140 mapping_empty(const struct address_space * mapping) mapping_empty() argument
166 mapping_shrinkable(const struct address_space * mapping) mapping_shrinkable() argument
238 mapping_set_error(struct address_space * mapping,int error) mapping_set_error() argument
257 mapping_set_unevictable(struct address_space * mapping) mapping_set_unevictable() argument
262 mapping_clear_unevictable(struct address_space * mapping) mapping_clear_unevictable() argument
267 mapping_unevictable(const struct address_space * mapping) mapping_unevictable() argument
272 mapping_set_exiting(struct address_space * mapping) mapping_set_exiting() argument
277 mapping_exiting(const struct address_space * mapping) mapping_exiting() argument
282 mapping_set_no_writeback_tags(struct address_space * mapping) mapping_set_no_writeback_tags() argument
287 mapping_use_writeback_tags(const struct address_space * mapping) mapping_use_writeback_tags() argument
292 mapping_release_always(const struct address_space * mapping) mapping_release_always() argument
297 mapping_set_release_always(struct address_space * mapping) mapping_set_release_always() argument
302 mapping_clear_release_always(struct address_space * mapping) mapping_clear_release_always() argument
307 mapping_stable_writes(const struct address_space * mapping) mapping_stable_writes() argument
312 mapping_set_stable_writes(struct address_space * mapping) mapping_set_stable_writes() argument
317 mapping_clear_stable_writes(struct address_space * mapping) mapping_clear_stable_writes() argument
322 mapping_set_inaccessible(struct address_space * mapping) mapping_set_inaccessible() argument
333 mapping_inaccessible(const struct address_space * mapping) mapping_inaccessible() argument
338 mapping_set_writeback_may_deadlock_on_reclaim(struct address_space * mapping) mapping_set_writeback_may_deadlock_on_reclaim() argument
343 mapping_writeback_may_deadlock_on_reclaim(const struct address_space * mapping) mapping_writeback_may_deadlock_on_reclaim() argument
348 mapping_gfp_mask(const struct address_space * mapping) mapping_gfp_mask() argument
354 mapping_gfp_constraint(const struct address_space * mapping,gfp_t gfp_mask) mapping_gfp_constraint() argument
418 mapping_set_folio_order_range(struct address_space * mapping,unsigned int min,unsigned int max) mapping_set_folio_order_range() argument
438 mapping_set_folio_min_order(struct address_space * mapping,unsigned int min) mapping_set_folio_min_order() argument
455 mapping_set_large_folios(struct address_space * mapping) mapping_set_large_folios() argument
461 mapping_max_folio_order(const struct address_space * mapping) mapping_max_folio_order() argument
469 mapping_min_folio_order(const struct address_space * mapping) mapping_min_folio_order() argument
477 mapping_min_folio_nrpages(const struct address_space * mapping) mapping_min_folio_nrpages() argument
483 mapping_min_folio_nrbytes(const struct address_space * mapping) mapping_min_folio_nrbytes() argument
497 mapping_align_index(const struct address_space * mapping,pgoff_t index) mapping_align_index() argument
507 mapping_large_folio_support(const struct address_space * mapping) mapping_large_folio_support() argument
517 mapping_max_folio_size(const struct address_space * mapping) mapping_max_folio_size() argument
522 filemap_nr_thps(const struct address_space * mapping) filemap_nr_thps() argument
531 filemap_nr_thps_inc(struct address_space * mapping) filemap_nr_thps_inc() argument
541 filemap_nr_thps_dec(struct address_space * mapping) filemap_nr_thps_dec() argument
760 __filemap_get_folio(struct address_space * mapping,pgoff_t index,fgf_t fgf_flags,gfp_t gfp) __filemap_get_folio() argument
780 write_begin_get_folio(const struct kiocb * iocb,struct address_space * mapping,pgoff_t index,size_t len) write_begin_get_folio() argument
804 filemap_get_folio(struct address_space * mapping,pgoff_t index) filemap_get_folio() argument
822 filemap_lock_folio(struct address_space * mapping,pgoff_t index) filemap_lock_folio() argument
840 filemap_grab_folio(struct address_space * mapping,pgoff_t index) filemap_grab_folio() argument
858 find_get_page(struct address_space * mapping,pgoff_t offset) find_get_page() argument
864 find_get_page_flags(struct address_space * mapping,pgoff_t offset,fgf_t fgp_flags) find_get_page_flags() argument
883 find_lock_page(struct address_space * mapping,pgoff_t index) find_lock_page() argument
908 find_or_create_page(struct address_space * mapping,pgoff_t index,gfp_t gfp_mask) find_or_create_page() argument
930 grab_cache_page_nowait(struct address_space * mapping,pgoff_t index) grab_cache_page_nowait() argument
1008 read_mapping_page(struct address_space * mapping,pgoff_t index,struct file * file) read_mapping_page() argument
1014 read_mapping_folio(struct address_space * mapping,pgoff_t index,struct file * file) read_mapping_folio() argument
1319 filemap_range_needs_writeback(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_range_needs_writeback() argument
1349 struct address_space *mapping; global() member
1392 page_cache_sync_readahead(struct address_space * mapping,struct file_ra_state * ra,struct file * file,pgoff_t index,unsigned long req_count) page_cache_sync_readahead() argument
1414 page_cache_async_readahead(struct address_space * mapping,struct file_ra_state * ra,struct file * file,struct folio * folio,unsigned long req_count) page_cache_async_readahead() argument
[all...]
H A Dio-mapping.h58 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini()
65 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
92 io_mapping_map_local_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_local_wc()
107 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc()
147 io_mapping_fini(struct io_mapping *mapping) in io_mapping_fini()
154 io_mapping_map_wc(struct io_mapping *mapping, in io_mapping_map_wc()
168 io_mapping_map_atomic_wc(struct io_mapping *mapping, in io_mapping_map_atomic_wc()
191 io_mapping_map_local_wc(struct io_mapping *mapping, unsigned long offset) in io_mapping_map_local_wc()
/linux/mm/
H A Dfilemap.c129 static void page_cache_delete(struct address_space *mapping, in page_cache_delete() argument
150 static void filemap_unaccount_folio(struct address_space *mapping, in filemap_unaccount_folio() argument
224 struct address_space *mapping = folio->mapping; __filemap_remove_folio() local
231 filemap_free_folio(const struct address_space * mapping,struct folio * folio) filemap_free_folio() argument
253 struct address_space *mapping = folio->mapping; filemap_remove_folio() local
280 page_cache_delete_batch(struct address_space * mapping,struct folio_batch * fbatch) page_cache_delete_batch() argument
321 delete_from_page_cache_batch(struct address_space * mapping,struct folio_batch * fbatch) delete_from_page_cache_batch() argument
347 filemap_check_errors(struct address_space * mapping) filemap_check_errors() argument
361 filemap_check_and_keep_errors(struct address_space * mapping) filemap_check_and_keep_errors() argument
371 filemap_writeback(struct address_space * mapping,loff_t start,loff_t end,enum writeback_sync_modes sync_mode,long * nr_to_write) filemap_writeback() argument
410 filemap_fdatawrite_range(struct address_space * mapping,loff_t start,loff_t end) filemap_fdatawrite_range() argument
417 filemap_fdatawrite(struct address_space * mapping) filemap_fdatawrite() argument
434 filemap_flush_range(struct address_space * mapping,loff_t start,loff_t end) filemap_flush_range() argument
450 filemap_flush(struct address_space * mapping) filemap_flush() argument
461 filemap_flush_nr(struct address_space * mapping,long * nr_to_write) filemap_flush_nr() argument
480 filemap_range_has_page(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_range_has_page() argument
511 __filemap_fdatawait_range(struct address_space * mapping,loff_t start_byte,loff_t end_byte) __filemap_fdatawait_range() argument
556 filemap_fdatawait_range(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_fdatawait_range() argument
578 filemap_fdatawait_range_keep_errors(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_fdatawait_range_keep_errors() argument
604 struct address_space *mapping = file->f_mapping; file_fdatawait_range() local
625 filemap_fdatawait_keep_errors(struct address_space * mapping) filemap_fdatawait_keep_errors() argument
633 mapping_needs_writeback(struct address_space * mapping) mapping_needs_writeback() argument
638 filemap_range_has_writeback(struct address_space * mapping,loff_t start_byte,loff_t end_byte) filemap_range_has_writeback() argument
676 filemap_write_and_wait_range(struct address_space * mapping,loff_t lstart,loff_t lend) filemap_write_and_wait_range() argument
702 __filemap_set_wb_err(struct address_space * mapping,int err) __filemap_set_wb_err() argument
738 struct address_space *mapping = file->f_mapping; file_check_and_advance_wb_err() local
781 struct address_space *mapping = file->f_mapping; file_write_and_wait_range() local
814 struct address_space *mapping = old->mapping; replace_page_cache_folio() local
849 __filemap_add_folio(struct address_space * mapping,struct folio * folio,pgoff_t index,gfp_t gfp,void ** shadowp) __filemap_add_folio() argument
950 filemap_add_folio(struct address_space * mapping,struct folio * folio,pgoff_t index,gfp_t gfp) filemap_add_folio() argument
1606 struct address_space *mapping = folio->mapping; filemap_end_dropbehind() local
1807 page_cache_next_miss(struct address_space * mapping,pgoff_t index,unsigned long max_scan) page_cache_next_miss() argument
1844 page_cache_prev_miss(struct address_space * mapping,pgoff_t index,unsigned long max_scan) page_cache_prev_miss() argument
1893 filemap_get_entry(struct address_space * mapping,pgoff_t index) filemap_get_entry() argument
1941 __filemap_get_folio_mpol(struct address_space * mapping,pgoff_t index,fgf_t fgp_flags,gfp_t gfp,struct mempolicy * policy) __filemap_get_folio_mpol() argument
2116 find_get_entries(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch,pgoff_t * indices) find_get_entries() argument
2165 find_lock_entries(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch,pgoff_t * indices) find_lock_entries() argument
2233 filemap_get_folios(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch) filemap_get_folios() argument
2255 filemap_get_folios_contig(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch) filemap_get_folios_contig() argument
2331 filemap_get_folios_tag(struct address_space * mapping,pgoff_t * start,pgoff_t end,xa_mark_t tag,struct folio_batch * fbatch) filemap_get_folios_tag() argument
2386 filemap_get_folios_dirty(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch) filemap_get_folios_dirty() argument
2456 filemap_get_read_batch(struct address_space * mapping,pgoff_t index,pgoff_t max,struct folio_batch * fbatch) filemap_get_read_batch() argument
2518 filemap_range_uptodate(struct address_space * mapping,loff_t pos,size_t count,struct folio * folio,bool need_uptodate) filemap_range_uptodate() argument
2546 filemap_update_page(struct kiocb * iocb,struct address_space * mapping,size_t count,struct folio * folio,bool need_uptodate) filemap_update_page() argument
2603 struct address_space *mapping = iocb->ki_filp->f_mapping; filemap_create_folio() local
2655 filemap_readahead(struct kiocb * iocb,struct file * file,struct address_space * mapping,struct folio * folio,pgoff_t last_index) filemap_readahead() argument
2672 struct address_space *mapping = filp->f_mapping; filemap_get_pages() local
2774 struct address_space *mapping = filp->f_mapping; filemap_read() local
2886 struct address_space *mapping = iocb->ki_filp->f_mapping; kiocb_write_and_wait() local
2900 filemap_invalidate_pages(struct address_space * mapping,loff_t pos,loff_t end,bool nowait) filemap_invalidate_pages() argument
2927 struct address_space *mapping = iocb->ki_filp->f_mapping; kiocb_invalidate_pages() local
2967 struct address_space *mapping = file->f_mapping; generic_file_read_iter() local
3148 folio_seek_hole_data(struct xa_state * xas,struct address_space * mapping,struct folio * folio,loff_t start,loff_t end,bool seek_data) folio_seek_hole_data() argument
3205 mapping_seek_hole_data(struct address_space * mapping,loff_t start,loff_t end,int whence) mapping_seek_hole_data() argument
3310 struct address_space *mapping = file->f_mapping; do_sync_mmap_readahead() local
3518 struct address_space *mapping = file->f_mapping; filemap_fault() local
3703 next_uptodate_folio(struct xa_state * xas,struct address_space * mapping,pgoff_t end_pgoff) next_uptodate_folio() argument
3753 struct address_space *mapping = folio->mapping; filemap_map_folio_range() local
3877 struct address_space *mapping = file->f_mapping; filemap_map_pages() local
3959 struct address_space *mapping = vmf->vma->vm_file->f_mapping; filemap_page_mkwrite() local
3993 struct address_space *mapping = file->f_mapping; generic_file_mmap() local
4005 struct address_space *mapping = file->f_mapping; generic_file_mmap_prepare() local
4059 do_read_cache_folio(struct address_space * mapping,pgoff_t index,filler_t filler,struct file * file,gfp_t gfp) do_read_cache_folio() argument
4136 read_cache_folio(struct address_space * mapping,pgoff_t index,filler_t filler,struct file * file) read_cache_folio() argument
4161 mapping_read_folio_gfp(struct address_space * mapping,pgoff_t index,gfp_t gfp) mapping_read_folio_gfp() argument
4168 do_read_cache_page(struct address_space * mapping,pgoff_t index,filler_t * filler,struct file * file,gfp_t gfp) do_read_cache_page() argument
4179 read_cache_page(struct address_space * mapping,pgoff_t index,filler_t * filler,struct file * file) read_cache_page() argument
4202 read_cache_page_gfp(struct address_space * mapping,pgoff_t index,gfp_t gfp) read_cache_page_gfp() argument
4232 struct address_space *mapping = iocb->ki_filp->f_mapping; kiocb_invalidate_post_direct_write() local
4244 struct address_space *mapping = iocb->ki_filp->f_mapping; generic_file_direct_write() local
4301 struct address_space *mapping = file->f_mapping; generic_perform_write() local
4415 struct address_space *mapping = file->f_mapping; __generic_file_write_iter() local
4496 struct address_space * const mapping = folio->mapping; filemap_release_folio() local
4526 struct address_space *mapping = inode->i_mapping; filemap_invalidate_inode() local
4569 filemap_cachestat(struct address_space * mapping,pgoff_t first_index,pgoff_t last_index,struct cachestat * cs) filemap_cachestat() argument
4718 struct address_space *mapping; SYSCALL_DEFINE4() local
[all...]
H A Dpage-writeback.c2041 int balance_dirty_pages_ratelimited_flags(struct address_space *mapping, in balance_dirty_pages_ratelimited_flags() argument
2111 void balance_dirty_pages_ratelimited(struct address_space *mapping) in balance_dirty_pages_ratelimited() argument
2356 void tag_pages_for_writeback(struct address_space *mapping, in tag_pages_for_writeback() argument
2378 static bool folio_prepare_writeback(struct address_space *mapping, in folio_prepare_writeback() argument
2418 writeback_get_folio(struct address_space * mapping,struct writeback_control * wbc) writeback_get_folio() argument
2471 writeback_iter(struct address_space * mapping,struct writeback_control * wbc,struct folio * folio,int * error) writeback_iter() argument
2560 do_writepages(struct address_space * mapping,struct writeback_control * wbc) do_writepages() argument
2601 noop_dirty_folio(struct address_space * mapping,struct folio * folio) noop_dirty_folio() argument
2615 folio_account_dirtied(struct folio * folio,struct address_space * mapping) folio_account_dirtied() argument
2670 __folio_mark_dirty(struct folio * folio,struct address_space * mapping,int warn) __folio_mark_dirty() argument
2710 filemap_dirty_folio(struct address_space * mapping,struct folio * folio) filemap_dirty_folio() argument
2740 struct address_space *mapping = folio->mapping; folio_redirty_for_writepage() local
2776 struct address_space *mapping = folio_mapping(folio); folio_mark_dirty() local
2835 struct address_space *mapping = folio_mapping(folio); __folio_cancel_dirty() local
2870 struct address_space *mapping = folio_mapping(folio); folio_clear_dirty_for_io() local
2955 struct address_space *mapping = folio_mapping(folio); __folio_end_writeback() local
2992 struct address_space *mapping = folio_mapping(folio); __folio_start_writeback() local
[all...]
/linux/drivers/media/usb/uvc/
H A Duvc_ctrl.c513 mapping->get(mapping, query, data_in, sizeof(data_out), &data_out); in uvc_ctrl_get_rel_speed() argument
410 uvc_ctrl_mapping_is_compound(struct uvc_control_mapping * mapping) uvc_ctrl_mapping_is_compound() argument
415 uvc_mapping_get_s32(struct uvc_control_mapping * mapping,u8 query,const void * data_in) uvc_mapping_get_s32() argument
425 uvc_mapping_set_s32(struct uvc_control_mapping * mapping,s32 data_in,void * data_out) uvc_mapping_set_s32() argument
445 uvc_mapping_get_menu_value(const struct uvc_control_mapping * mapping,u32 idx) uvc_mapping_get_menu_value() argument
458 uvc_mapping_get_menu_name(const struct uvc_control_mapping * mapping,u32 idx) uvc_mapping_get_menu_name() argument
469 uvc_ctrl_get_zoom(struct uvc_control_mapping * mapping,u8 query,const void * uvc_in,size_t v4l2_size,void * v4l2_out) uvc_ctrl_get_zoom() argument
496 uvc_ctrl_set_zoom(struct uvc_control_mapping * mapping,size_t v4l2_size,const void * v4l2_in,void * uvc_out) uvc_ctrl_set_zoom() argument
540 uvc_ctrl_set_rel_speed(struct uvc_control_mapping * mapping,size_t v4l2_size,const void * v4l2_in,void * uvc_out) uvc_ctrl_set_rel_speed() argument
646 uvc_get_rect(struct uvc_control_mapping * mapping,u8 query,const void * uvc_in,size_t v4l2_size,void * v4l2_out) uvc_get_rect() argument
667 uvc_set_rect(struct uvc_control_mapping * mapping,size_t v4l2_size,const void * v4l2_in,void * uvc_out) uvc_set_rect() argument
1033 uvc_menu_to_v4l2_menu(struct uvc_control_mapping * mapping,s32 val) uvc_menu_to_v4l2_menu() argument
1058 uvc_get_le_value(struct uvc_control_mapping * mapping,u8 query,const void * uvc_in,size_t v4l2_size,void * v4l2_out) uvc_get_le_value() argument
1113 uvc_set_le_value(struct uvc_control_mapping * mapping,size_t v4l2_size,const void * v4l2_in,void * uvc_out) uvc_set_le_value() argument
1174 __uvc_find_control(struct uvc_entity * entity,u32 v4l2_id,struct uvc_control_mapping ** mapping,struct uvc_control ** control,int next,int next_compound) __uvc_find_control() argument
1208 uvc_find_control(struct uvc_video_chain * chain,u32 v4l2_id,struct uvc_control_mapping ** mapping) uvc_find_control() argument
1330 __uvc_ctrl_get(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,s32 * value) __uvc_ctrl_get() argument
1394 uvc_ctrl_is_readable(u32 which,struct uvc_control * ctrl,struct uvc_control_mapping * mapping) uvc_ctrl_is_readable() argument
1440 struct uvc_control_mapping *mapping; uvc_ctrl_is_accessible() local
1512 uvc_get_ctrl_bitmap(struct uvc_control * ctrl,struct uvc_control_mapping * mapping) uvc_get_ctrl_bitmap() argument
1549 __uvc_queryctrl_boundaries(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,struct v4l2_query_ext_ctrl * v4l2_ctrl) __uvc_queryctrl_boundaries() argument
1635 uvc_mapping_v4l2_size(struct uvc_control_mapping * mapping) uvc_mapping_v4l2_size() argument
1648 __uvc_query_v4l2_ctrl(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,struct v4l2_query_ext_ctrl * v4l2_ctrl) __uvc_query_v4l2_ctrl() argument
1731 struct uvc_control_mapping *mapping; uvc_query_v4l2_ctrl() local
1781 struct uvc_control_mapping *mapping; uvc_query_v4l2_menu() local
1851 uvc_ctrl_fill_event(struct uvc_video_chain * chain,struct v4l2_event * ev,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,s32 value,u32 changes) uvc_ctrl_fill_event() argument
1880 uvc_ctrl_send_event(struct uvc_video_chain * chain,struct uvc_fh * handle,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,s32 value,u32 changes) uvc_ctrl_send_event() argument
1907 struct uvc_control_mapping *mapping = NULL; uvc_ctrl_send_slave_event() local
1971 struct uvc_control_mapping *mapping; uvc_ctrl_status_event() local
2069 struct uvc_control_mapping *mapping; uvc_ctrl_send_events() local
2125 struct uvc_control_mapping *mapping; uvc_ctrl_add_event() local
2303 struct uvc_control_mapping *mapping = NULL; uvc_ctrl_find_ctrl_idx() local
2359 uvc_mapping_get_xctrl_compound(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,u32 which,struct v4l2_ext_control * xctrl) uvc_mapping_get_xctrl_compound() argument
2422 uvc_mapping_get_xctrl_std(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,u32 which,struct v4l2_ext_control * xctrl) uvc_mapping_get_xctrl_std() argument
2460 uvc_mapping_get_xctrl(struct uvc_video_chain * chain,struct uvc_control * ctrl,struct uvc_control_mapping * mapping,u32 which,struct v4l2_ext_control * xctrl) uvc_mapping_get_xctrl() argument
2473 struct uvc_control_mapping *mapping; uvc_ctrl_get() local
2488 uvc_ctrl_clamp(struct uvc_video_chain * chain,struct uvc_control * ctrl,u32 v4l2_id,struct uvc_control_mapping * mapping,s32 * value_in_out) uvc_ctrl_clamp() argument
2584 uvc_mapping_set_xctrl_compound(struct uvc_control * ctrl,struct uvc_control_mapping * mapping,struct v4l2_ext_control * xctrl) uvc_mapping_set_xctrl_compound() argument
2607 uvc_mapping_set_xctrl(struct uvc_control * ctrl,struct uvc_control_mapping * mapping,struct v4l2_ext_control * xctrl) uvc_mapping_set_xctrl() argument
2621 struct uvc_control_mapping *mapping; uvc_ctrl_set() local
3028 __uvc_ctrl_add_mapping(struct uvc_video_chain * chain,struct uvc_control * ctrl,const struct uvc_control_mapping * mapping) __uvc_ctrl_add_mapping() argument
3111 uvc_ctrl_add_mapping(struct uvc_video_chain * chain,const struct uvc_control_mapping * mapping) uvc_ctrl_add_mapping() argument
3289 const struct uvc_control_mapping *mapping = &uvc_ctrl_mappings[i]; uvc_ctrl_init_ctrl() local
3410 struct uvc_control_mapping *mapping, *nm; uvc_ctrl_cleanup_mappings() local
[all...]
/linux/arch/nios2/include/asm/
H A Dcacheflush.h54 #define flush_dcache_mmap_lock(mapping) xa_lock_irq(&mapping->i_pages) argument
55 #define flush_dcache_mmap_unlock(mapping) xa_unlock_irq(&mapping->i_pages) argument
56 #define flush_dcache_mmap_lock_irqsave(mapping, flags) \ argument
58 #define flush_dcache_mmap_unlock_irqrestore(mapping, flags) \ argument
/linux/fs/bfs/
H A Dfile.c154 static int bfs_writepages(struct address_space *mapping, in bfs_writepages()
165 static void bfs_write_failed(struct address_space *mapping, loff_t to) in bfs_write_failed()
174 struct address_space *mapping, in bfs_write_begin()
187 static sector_t bfs_bmap(struct address_space *mapping, sector_t block) in bfs_bmap()
/linux/drivers/gpu/drm/tegra/
H A Duapi.c17 struct tegra_drm_mapping *mapping = in tegra_drm_mapping_release() local
26 void tegra_drm_mapping_put(struct tegra_drm_mapping *mapping) in tegra_drm_mapping_put()
33 struct tegra_drm_mapping *mapping; in tegra_drm_channel_context_close() local
192 struct tegra_drm_mapping *mapping; in tegra_drm_ioctl_channel_map() local
279 struct tegra_drm_mapping *mapping; in tegra_drm_ioctl_channel_unmap() local
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c115 struct etnaviv_vram_mapping *mapping) in etnaviv_iommu_remove_mapping()
126 void etnaviv_iommu_reap_mapping(struct etnaviv_vram_mapping *mapping) in etnaviv_iommu_reap_mapping()
268 struct etnaviv_vram_mapping *mapping, u64 va) in etnaviv_iommu_map_gem()
320 struct etnaviv_vram_mapping *mapping) in etnaviv_iommu_unmap_gem()
398 struct etnaviv_vram_mapping *mapping, in etnaviv_iommu_get_suballoc_va()
449 struct etnaviv_vram_mapping *mapping) in etnaviv_iommu_put_suballoc_va()
H A Detnaviv_cmdbuf.c63 struct etnaviv_vram_mapping *mapping, in etnaviv_cmdbuf_suballoc_map()
71 struct etnaviv_vram_mapping *mapping) in etnaviv_cmdbuf_suballoc_unmap()
136 struct etnaviv_vram_mapping *mapping) in etnaviv_cmdbuf_get_va()
/linux/fs/hpfs/
H A Dfile.c173 static int hpfs_writepages(struct address_space *mapping, in hpfs_writepages()
179 static void hpfs_write_failed(struct address_space *mapping, loff_t to) in hpfs_write_failed()
194 struct address_space *mapping, in hpfs_write_begin()
210 struct address_space *mapping, in hpfs_write_end()
228 static sector_t _hpfs_bmap(struct address_space *mapping, sector_t block) in _hpfs_bmap()
/linux/tools/testing/selftests/mm/
H A Dksm_tests.c173 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() argument
320 static int check_ksm_merge(int merge_type, int mapping, int prot, in check_ksm_merge() argument
354 check_ksm_unmerge(int merge_type,int mapping,int prot,int timeout,size_t page_size) check_ksm_unmerge() argument
394 check_ksm_zero_page_merge(int merge_type,int mapping,int prot,long page_count,int timeout,bool use_zero_pages,size_t page_size) check_ksm_zero_page_merge() argument
459 check_ksm_numa_merge(int merge_type,int mapping,int prot,int timeout,bool merge_across_nodes,size_t page_size) check_ksm_numa_merge() argument
523 ksm_merge_hugepages_time(int merge_type,int mapping,int prot,int timeout,size_t map_size) ksm_merge_hugepages_time() argument
596 ksm_merge_time(int merge_type,int mapping,int prot,int timeout,size_t map_size) ksm_merge_time() argument
637 ksm_unmerge_time(int merge_type,int mapping,int prot,int timeout,size_t map_size) ksm_unmerge_time() argument
684 ksm_cow_time(int merge_type,int mapping,int prot,int timeout,size_t page_size) ksm_cow_time() argument
[all...]
/linux/fs/ceph/
H A Daddr.c82 static bool ceph_dirty_folio(struct address_space *mapping, struct folio *folio) in ceph_dirty_folio()
893 struct address_space *mapping = inode->i_mapping; in writepages_finish() local
992 bool is_forced_umount(struct address_space *mapping) in is_forced_umount()
1013 unsigned int ceph_define_write_size(struct address_space *mapping) in ceph_define_write_size()
1041 void ceph_init_writeback_ctl(struct address_space *mapping, in ceph_init_writeback_ctl()
1078 int ceph_define_writeback_range(struct address_space *mapping, in ceph_define_writeback_range()
1148 int ceph_check_page_before_write(struct address_space *mapping, in ceph_check_page_before_write()
1212 void ceph_allocate_page_array(struct address_space *mapping, in ceph_allocate_page_array()
1259 static inline int move_dirty_folio_in_page_array(struct address_space *mapping, in move_dirty_folio_in_page_array()
1299 void ceph_process_folio_batch(struct address_space *mapping, in ceph_process_folio_batch()
[all …]
/linux/arch/arm/mm/
H A Ddma-mapping.c754 static inline dma_addr_t __alloc_iova(struct dma_iommu_mapping *mapping, in __alloc_iova() argument
812 __free_iova(struct dma_iommu_mapping * mapping,dma_addr_t addr,size_t size) __free_iova() argument
963 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_create_mapping() local
1002 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __iommu_remove_mapping() local
1187 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); __map_sg_chunk() local
1368 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_map_phys() local
1407 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_unmap_phys() local
1429 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_cpu() local
1444 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_iommu_sync_single_for_device() local
1491 struct dma_iommu_mapping *mapping; arm_iommu_create_mapping() local
1550 struct dma_iommu_mapping *mapping = release_iommu_mapping() local
1560 extend_iommu_mapping(struct dma_iommu_mapping * mapping) extend_iommu_mapping() argument
1578 arm_iommu_release_mapping(struct dma_iommu_mapping * mapping) arm_iommu_release_mapping() argument
1586 __arm_iommu_attach_device(struct device * dev,struct dma_iommu_mapping * mapping) __arm_iommu_attach_device() argument
1615 arm_iommu_attach_device(struct device * dev,struct dma_iommu_mapping * mapping) arm_iommu_attach_device() argument
1637 struct dma_iommu_mapping *mapping; arm_iommu_detach_device() local
1656 struct dma_iommu_mapping *mapping; arm_setup_iommu_dma_ops() local
1682 struct dma_iommu_mapping *mapping = to_dma_iommu_mapping(dev); arm_teardown_iommu_dma_ops() local
[all...]
H A Dflush.c199 void __flush_dcache_folio(struct address_space *mapping, struct folio *folio) in __flush_dcache_folio()
238 static void __flush_dcache_aliases(struct address_space *mapping, struct folio *folio) in __flush_dcache_aliases()
289 struct address_space *mapping; in __sync_icache_dcache() local
338 struct address_space *mapping; in flush_dcache_folio() local
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c28 dma_addr_t mapping, u32 len, in bnxt_xmit_bd()
96 dma_addr_t mapping, u32 len, u16 rx_prod, in __bnxt_xmit_xdp()
109 dma_addr_t mapping, u32 len, in __bnxt_xmit_xdp_redirect()
189 dma_addr_t mapping; in bnxt_xdp_buff_init() local
232 dma_addr_t mapping; in bnxt_rx_xdp() local
337 dma_addr_t mapping; in bnxt_xdp_xmit() local
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c72 struct address_space *mapping = vbo->tbo.bdev->dev_mapping; in vmw_bo_dirty_scan_pagetable() local
110 struct address_space *mapping = vbo->tbo.bdev->dev_mapping; in vmw_bo_dirty_scan_mkwrite() local
175 struct address_space *mapping = vbo->tbo.bdev->dev_mapping; in vmw_bo_dirty_pre_unmap() local
199 struct address_space *mapping = vbo->tbo.bdev->dev_mapping; in vmw_bo_dirty_unmap() local
242 struct address_space *mapping = vbo->tbo.bdev->dev_mapping; in vmw_bo_dirty_add() local
/linux/fs/hugetlbfs/
H A Dinode.c223 struct address_space *mapping = file->f_mapping; in hugetlbfs_read_iter() local
298 struct address_space *mapping, in hugetlbfs_write_begin() argument
306 struct address_space *mapping, in hugetlbfs_write_end() argument
380 struct address_space *mapping, in hugetlb_unmap_file_folio() argument
498 remove_inode_single_folio(struct hstate * h,struct inode * inode,struct address_space * mapping,struct folio * folio,pgoff_t index,bool truncate_op) remove_inode_single_folio() argument
555 struct address_space *mapping = &inode->i_data; remove_inode_hugepages() local
609 struct address_space *mapping = inode->i_mapping; hugetlb_vmtruncate() local
625 hugetlbfs_zero_partial_page(struct hstate * h,struct address_space * mapping,loff_t start,loff_t end) hugetlbfs_zero_partial_page() argument
650 struct address_space *mapping = inode->i_mapping; hugetlbfs_punch_hole() local
705 struct address_space *mapping = inode->i_mapping; hugetlbfs_fallocate() local
1024 hugetlbfs_migrate_folio(struct address_space * mapping,struct folio * dst,struct folio * src,enum migrate_mode mode) hugetlbfs_migrate_folio() argument
1048 hugetlbfs_error_remove_folio(struct address_space * mapping,struct folio * folio) hugetlbfs_error_remove_folio() argument
[all...]
/linux/fs/ecryptfs/
H A Dmmap.c30 static int ecryptfs_writepages(struct address_space *mapping, in ecryptfs_writepages()
243 struct address_space *mapping, in ecryptfs_write_begin()
441 struct address_space *mapping, in ecryptfs_write_end()
503 static sector_t ecryptfs_bmap(struct address_space *mapping, sector_t block) in ecryptfs_bmap()
/linux/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c167 static void *__mte_allocate_memory_range(size_t size, int mem_type, int mapping, in __mte_allocate_memory_range()
212 void *mte_allocate_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_memory_tag_range()
219 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory()
224 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory()
249 void *mte_allocate_file_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_file_memory_tag_range()
H A Dcheck_mmap_options.c47 int mapping; member
113 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, in check_anonymous_memory_mapping()
148 static int check_file_memory_mapping(int mem_type, int mode, int mapping, in check_file_memory_mapping()
191 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping, int atag_check) in check_clear_prot_mte_flag()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c34 void shmem_sg_free_table(struct sg_table *st, struct address_space *mapping, in shmem_sg_free_table()
67 struct address_space *mapping, in shmem_sg_alloc_table()
217 struct address_space *mapping = obj->base.filp->f_mapping; in shmem_get_pages() local
307 void __shmem_writeback(size_t size, struct address_space *mapping) in __shmem_writeback()
557 struct address_space *mapping; in shmem_object_init() local
/linux/tools/testing/selftests/namespaces/
H A Dfile_handle_test.c496 char mapping[64]; in TEST() local
625 char mapping[64]; in TEST() local
754 char mapping[64]; in TEST() local
883 char mapping[64]; in TEST() local
1015 char mapping[64]; in TEST() local
1144 char mapping[64]; in TEST() local
1293 char mapping[64]; in TEST() local
/linux/fs/ntfs/
H A Daops.c127 static sector_t ntfs_bmap(struct address_space *mapping, sector_t block) in ntfs_bmap()
227 struct address_space *mapping = rac->mapping; in ntfs_readahead() local
244 static int ntfs_writepages(struct address_space *mapping, in ntfs_writepages()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.h57 struct mwifiex_dma_mapping *mapping) in mwifiex_store_mapping()
65 struct mwifiex_dma_mapping *mapping) in mwifiex_get_mapping()
74 struct mwifiex_dma_mapping mapping; in MWIFIEX_SKB_DMA_ADDR() local

12345678910>>...13