shmem_file_operations
static const struct file_operations shmem_file_operations;
VM_BUG_ON(file->f_op != &shmem_file_operations);
inode->i_fop = &shmem_file_operations;
static const struct file_operations shmem_file_operations = {
&shmem_file_operations);