Home
last modified time | relevance | path

Searched refs:shmem_aops (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dshmem_fs.h96 extern const struct address_space_operations shmem_aops;
99 return mapping->a_ops == &shmem_aops; in shmem_mapping()
/kernel/linux/linux-5.10/mm/
H A Dshmem.c249 static const struct address_space_operations shmem_aops; variable
1160 if (inode->i_mapping->a_ops == &shmem_aops) { in shmem_evict_inode()
1866 if (mapping->a_ops != &shmem_aops) in shmem_getpage_gfp()
2318 inode->i_mapping->a_ops = &shmem_aops; in shmem_get_inode()
2348 return mapping->a_ops == &shmem_aops; in shmem_mapping()
3182 inode->i_mapping->a_ops = &shmem_aops; in shmem_symlink()
3889 static const struct address_space_operations shmem_aops = { variable
4335 BUG_ON(mapping->a_ops != &shmem_aops); in shmem_read_mapping_page_gfp()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c257 const struct address_space_operations shmem_aops; variable
2503 inode->i_mapping->a_ops = &shmem_aops; in __shmem_get_inode()
3499 inode->i_mapping->a_ops = &shmem_aops; in shmem_symlink()
4465 const struct address_space_operations shmem_aops = { variable
4477 EXPORT_SYMBOL(shmem_aops); variable

Completed in 21 milliseconds