Searched defs:proc_ops (Results 1 – 3 of 3) sorted by relevance
35 struct proc_ops { struct36 unsigned int proc_flags;37 int (*proc_open)(struct inode *, struct file *);39 ssize_t (*proc_read_iter)(struct kiocb *, struct iov_iter *);42 loff_t (*proc_lseek)(struct file *, loff_t, int);43 int (*proc_release)(struct inode *, struct file *);44 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *);45 long (*proc_ioctl)(struct file *, unsigned int, unsigned long);49 int (*proc_mmap)(struct file *, struct vm_area_struct *);203 const struct proc_ops *proc_ops) in proc_create()[all …]
69 const struct proc_ops *proc_ops) { return NULL; } in svc_proc_register()
577 struct ti_sci_proc_ops proc_ops; member
Completed in 802 milliseconds