Lines Matching refs:address_space
516 address_space.
533 writing out the whole address_space.
540 An address_space handler may attach extra information to a page,
543 cause various VM routines to make extra calls into the address_space
552 address_space has finer control of write sizes.
556 set_page_dirty to write data into the address_space, and writepage,
559 Adding and removing pages to/from an address_space is protected by the
579 int (*writepages)(struct address_space *, struct writeback_control *);
581 int (*readpages)(struct file *filp, struct address_space *mapping,
583 int (*write_begin)(struct file *, struct address_space *mapping,
586 int (*write_end)(struct file *, struct address_space *mapping,
589 sector_t (*bmap)(struct address_space *, sector_t);
632 address_space object. If wbc->sync_mode is WBC_SYNC_ALL, then
648 readpages: called by the VM to read pages associated with the address_space
658 address_space should check that the write will be able to complete,
725 page will be removed from the address_space and become free.
728 some or all pages in an address_space. This can happen
741 should not assume that the original address_space mapping still