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

/linux-master/mm/
H A Dshmem.c258 static const struct file_operations shmem_file_operations; variable in typeref:struct:file_operations
2312 VM_BUG_ON(file->f_op != &shmem_file_operations);
2542 inode->i_fop = &shmem_file_operations;
4529 static const struct file_operations shmem_file_operations = { variable in typeref:struct:file_operations
4816 #define shmem_file_operations ramfs_file_operations macro
4862 &shmem_file_operations);

Completed in 112 milliseconds