Searched defs:aops (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dfilemap.c2220 const struct address_space_operations *aops = mapping->a_ops; local
2222 return aops->write_begin(file, mapping, pos, len, flags,
2231 const struct address_space_operations *aops = mapping->a_ops; local
2234 return aops->write_end(file, mapping, pos, len, copied, page, fsdata);

Completed in 55 milliseconds