HomeSort by relevance Sort by last modified time
    Searched refs:address_space (Results 1 - 7 of 7) sorted by null

  /external/kernel-headers/original/linux/
pagemap.h 22 static inline gfp_t mapping_gfp_mask(struct address_space * mapping)
31 static inline void mapping_set_gfp_mask(struct address_space *m, gfp_t 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)
63 static inline struct page *page_cache_alloc_cold(struct address_space *x)
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...]
compiler.h 7 # define __user __attribute__((noderef, address_space(1)))
12 # define __iomem __attribute__((noderef, address_space(2)))
swap.h 87 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)
fs.h 351 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
402 spinlock_t private_lock; /* for use by the address_space */
404 struct address_space *assoc_mapping; /* ditto */
464 int mapping_tagged(struct address_space *mapping, int tag)
    [all...]
mm.h 74 * linkage into the address_space->i_mmap prio tree, or
76 * linkage of vma in the address_space->i_mmap_nonlinear list.
240 struct address_space *mapping; /* If low bit clear, points to
241 * inode address_space, or NULL.
370 * page's address_space. Usually, this is the address of a circular
561 * page->mapping points to its anon_vma, not to a struct address_space;
565 * address_space which maps the page from disk; whereas "page_mapped"
570 extern struct address_space swapper_space;
571 static inline struct address_space *page_mapping(struct page *page)
573 struct address_space *mapping = page->mapping
    [all...]
blkdev.h 637 static inline void blk_run_address_space(struct address_space *mapping)
  /external/yaffs2/yaffs2/
yaffs_fs.c 549 struct address_space *mapping = page->mapping;
    [all...]

Completed in 4304 milliseconds