Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dsuper.c467 static const struct address_space_operations managed_cache_aops; variable
475 DBG_BUGON(mapping->a_ops != &managed_cache_aops); in erofs_managed_cache_releasepage()
499 static const struct address_space_operations managed_cache_aops = { variable
515 inode->i_mapping->a_ops = &managed_cache_aops; in erofs_init_managed_cache()