Searched refs:aops (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | filemap.c | 3292 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_begin() local 3294 return aops->write_begin(file, mapping, pos, len, flags, in pagecache_write_begin() 3303 const struct address_space_operations *aops = mapping->a_ops; in pagecache_write_end() local 3305 return aops->write_end(file, mapping, pos, len, copied, page, fsdata); in pagecache_write_end()
|