Home
last modified time | relevance | path

Searched refs:managed_cache_aops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dsuper.c261 static const struct address_space_operations managed_cache_aops; variable
269 BUG_ON(mapping->a_ops != &managed_cache_aops); in managed_cache_releasepage()
292 static const struct address_space_operations managed_cache_aops = { variable
307 inode->i_mapping->a_ops = &managed_cache_aops; in erofs_init_managed_cache()