Lines Matching refs:file_operations
203 typeof_member(struct file_operations, llseek) llseek; in proc_reg_llseek()
219 typeof_member(struct file_operations, read) read; in proc_reg_read()
234 typeof_member(struct file_operations, write) write; in proc_reg_write()
249 typeof_member(struct file_operations, poll) poll; in proc_reg_poll()
264 typeof_member(struct file_operations, unlocked_ioctl) ioctl; in proc_reg_unlocked_ioctl()
280 typeof_member(struct file_operations, compat_ioctl) compat_ioctl; in proc_reg_compat_ioctl()
296 typeof_member(struct file_operations, mmap) mmap; in proc_reg_mmap()
315 typeof_member(struct file_operations, get_unmapped_area) get_area; in proc_reg_get_unmapped_area()
336 typeof_member(struct file_operations, open) open; in proc_reg_open()
337 typeof_member(struct file_operations, release) release; in proc_reg_open()
400 static const struct file_operations proc_reg_file_ops = {
416 static const struct file_operations proc_reg_file_ops_no_compat = {