Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dshmem.c250 static const struct file_operations shmem_file_operations; variable
2172 VM_BUG_ON(file->f_op != &shmem_file_operations); in shmem_get_unmapped_area()
2320 inode->i_fop = &shmem_file_operations; in shmem_get_inode()
3902 static const struct file_operations shmem_file_operations = { variable
4196 #define shmem_file_operations ramfs_file_operations macro
4232 &shmem_file_operations); in __shmem_file_setup()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c258 static const struct file_operations shmem_file_operations; variable
2299 VM_BUG_ON(file->f_op != &shmem_file_operations); in shmem_get_unmapped_area()
2505 inode->i_fop = &shmem_file_operations; in __shmem_get_inode()
4479 static const struct file_operations shmem_file_operations = { variable
4772 #define shmem_file_operations ramfs_file_operations macro
4818 &shmem_file_operations); in __shmem_file_setup()

Completed in 12 milliseconds