Searched refs:pde_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 315 static ssize_t pde_read(struct proc_dir_entry *pde, struct file *file, char __user *buf, size_t count, loff_t *ppos) in pde_read() function 331 return pde_read(pde, file, buf, count, ppos); in proc_reg_read() 333 rv = pde_read(pde, file, buf, count, ppos); in proc_reg_read()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | inode.c | 310 static ssize_t pde_read(struct proc_dir_entry *pde, struct file *file, char __user *buf, size_t count, loff_t *ppos) in pde_read() function 326 return pde_read(pde, file, buf, count, ppos); in proc_reg_read() 328 rv = pde_read(pde, file, buf, count, ppos); in proc_reg_read()
|
Completed in 2 milliseconds