Lines Matching refs:proc_ops
248 pde->proc_ops->proc_release(file_inode(file), file);
287 return pde->proc_ops->proc_lseek(file, offset, whence);
289 rv = pde->proc_ops->proc_lseek(file, offset, whence);
301 return pde->proc_ops->proc_read_iter(iocb, iter);
305 ret = pde->proc_ops->proc_read_iter(iocb, iter);
312 typeof_member(struct proc_ops, proc_read) read;
314 read = pde->proc_ops->proc_read;
336 typeof_member(struct proc_ops, proc_write) write;
338 write = pde->proc_ops->proc_write;
360 typeof_member(struct proc_ops, proc_poll) poll;
362 poll = pde->proc_ops->proc_poll;
384 typeof_member(struct proc_ops, proc_ioctl) ioctl;
386 ioctl = pde->proc_ops->proc_ioctl;
409 typeof_member(struct proc_ops, proc_compat_ioctl) compat_ioctl;
411 compat_ioctl = pde->proc_ops->proc_compat_ioctl;
433 typeof_member(struct proc_ops, proc_mmap) mmap;
435 mmap = pde->proc_ops->proc_mmap;
460 typeof_member(struct proc_ops, proc_get_unmapped_area) get_area;
462 get_area = pde->proc_ops->proc_get_unmapped_area;
493 typeof_member(struct proc_ops, proc_open) open;
494 typeof_member(struct proc_ops, proc_release) release;
497 if (!pde->proc_ops->proc_lseek)
501 open = pde->proc_ops->proc_open;
521 release = pde->proc_ops->proc_release;
530 open = pde->proc_ops->proc_open;
558 typeof_member(struct proc_ops, proc_release) release;
560 release = pde->proc_ops->proc_release;
682 if (de->proc_ops->proc_read_iter)
687 if (de->proc_ops->proc_compat_ioctl) {
688 if (de->proc_ops->proc_read_iter)