Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
28 return mapping->a_ops == &secretmem_aops; in folio_is_secretmem()
/openbmc/linux/mm/
H A Dsecretmem.c161 const struct address_space_operations secretmem_aops = { variable
220 inode->i_mapping->a_ops = &secretmem_aops; in secretmem_file_create()