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

/linux-master/include/linux/
H A Dsecretmem.h7 extern const struct address_space_operations secretmem_aops;
28 return mapping->a_ops == &secretmem_aops;
/linux-master/mm/
H A Dsecretmem.c161 const struct address_space_operations secretmem_aops = { variable in typeref:struct:address_space_operations
220 inode->i_mapping->a_ops = &secretmem_aops;

Completed in 126 milliseconds