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

/linux-4.1.27/mm/
H A Dshmem.c188 static const struct file_operations shmem_file_operations; variable in typeref:struct:file_operations
1432 inode->i_fop = &shmem_file_operations; shmem_get_inode()
1982 if (file->f_op != &shmem_file_operations) shmem_add_seals()
2019 if (file->f_op != &shmem_file_operations) shmem_get_seals()
3117 static const struct file_operations shmem_file_operations = { variable in typeref:struct:file_operations
3299 #define shmem_file_operations ramfs_file_operations macro
3355 &shmem_file_operations); __shmem_file_setup()

Completed in 50 milliseconds