Lines Matching refs:address_space
518 address_space.
535 writing out the whole address_space.
542 An address_space handler may attach extra information to a page,
545 cause various VM routines to make extra calls into the address_space
554 address_space has finer control of write sizes.
558 set_page_dirty to write data into the address_space, and writepage,
561 Adding and removing pages to/from an address_space is protected by the
581 int (*writepages)(struct address_space *, struct writeback_control *);
583 int (*readpages)(struct file *filp, struct address_space *mapping,
585 int (*write_begin)(struct file *, struct address_space *mapping,
588 int (*write_end)(struct file *, struct address_space *mapping,
591 sector_t (*bmap)(struct address_space *, sector_t);
634 address_space object. If wbc->sync_mode is WBC_SYNC_ALL, then
650 readpages: called by the VM to read pages associated with the address_space
660 address_space should check that the write will be able to complete,
727 page will be removed from the address_space and become free.
730 some or all pages in an address_space. This can happen
743 should not assume that the original address_space mapping still