Home
last modified time | relevance | path

Searched refs:address_space (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
Dpagemap.h22 static inline gfp_t mapping_gfp_mask(struct address_space * mapping) in mapping_gfp_mask()
31 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t mask) in mapping_set_gfp_mask()
55 extern struct page *page_cache_alloc(struct address_space *x);
56 extern struct page *page_cache_alloc_cold(struct address_space *x);
58 static inline struct page *page_cache_alloc(struct address_space *x) in page_cache_alloc()
63 static inline struct page *page_cache_alloc_cold(struct address_space *x) in page_cache_alloc_cold()
71 extern struct page * find_get_page(struct address_space *mapping,
73 extern struct page * find_lock_page(struct address_space *mapping,
76 struct address_space *mapping, unsigned long index);
77 extern struct page * find_or_create_page(struct address_space *mapping,
[all …]
Dfs.h351 struct address_space;
360 int (*writepages)(struct address_space *, struct writeback_control *);
365 int (*readpages)(struct file *filp, struct address_space *mapping,
375 sector_t (*bmap)(struct address_space *, sector_t);
380 struct page* (*get_xip_page)(struct address_space *, sector_t,
383 int (*migratepage) (struct address_space *,
388 struct address_space { struct
404 struct address_space *assoc_mapping; /* ditto */ argument
464 int mapping_tagged(struct address_space *mapping, int tag);
469 static inline int mapping_mapped(struct address_space *mapping) in mapping_mapped()
[all …]
Dmm.h240 struct address_space *mapping; /* If low bit clear, points to
570 extern struct address_space swapper_space;
571 static inline struct address_space *page_mapping(struct page *page) in page_mapping()
573 struct address_space *mapping = page->mapping; in page_mapping()
704 struct address_space *check_mapping; /* Check page->mapping if set */
726 void unmap_mapping_range(struct address_space *mapping,
729 static inline void unmap_shared_mapping_range(struct address_space *mapping, in unmap_shared_mapping_range()
958 extern void truncate_inode_pages(struct address_space *, loff_t);
959 extern void truncate_inode_pages_range(struct address_space *,
976 int do_page_cache_readahead(struct address_space *mapping, struct file *filp,
[all …]
Dswap.h87 struct address_space;
187 extern int remove_mapping(struct address_space *mapping, struct page *page);
218 extern struct address_space swapper_space;
226 struct address_space *);
329 struct address_space *mapping) in move_from_swap_cache()
Dcompiler.h7 # define __user __attribute__((noderef, address_space(1)))
12 # define __iomem __attribute__((noderef, address_space(2)))
Dblkdev.h637 static inline void blk_run_address_space(struct address_space *mapping) in blk_run_address_space()
/external/yaffs2/yaffs2/
Dyaffs_fs.c549 struct address_space *mapping = page->mapping; in yaffs_writepage()