Home
last modified time | relevance | path

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

/Linux-v5.4/fs/erofs/
Dsuper.c294 static const struct address_space_operations managed_cache_aops; variable
302 DBG_BUGON(mapping->a_ops != &managed_cache_aops); in erofs_managed_cache_releasepage()
326 static const struct address_space_operations managed_cache_aops = { variable
342 inode->i_mapping->a_ops = &managed_cache_aops; in erofs_init_managed_cache()