Searched refs:proc_fops (Results 1 – 5 of 5) sorted by relevance
148 if (!pde->proc_fops) { in proc_reg_llseek()161 llseek = pde->proc_fops->llseek; in proc_reg_llseek()179 if (!pde->proc_fops) { in proc_reg_read()184 read = pde->proc_fops->read; in proc_reg_read()201 if (!pde->proc_fops) { in proc_reg_write()206 write = pde->proc_fops->write; in proc_reg_write()223 if (!pde->proc_fops) { in proc_reg_poll()228 poll = pde->proc_fops->poll; in proc_reg_poll()246 if (!pde->proc_fops) { in proc_reg_unlocked_ioctl()251 unlocked_ioctl = pde->proc_fops->unlocked_ioctl; in proc_reg_unlocked_ioctl()[all …]
528 dp->proc_fops = &proc_dir_operations; in proc_register()536 if (dp->proc_fops == NULL) in proc_register()537 dp->proc_fops = &proc_file_operations; in proc_register()691 const struct file_operations *proc_fops, in proc_create_data() argument712 pde->proc_fops = proc_fops; in proc_create_data()769 de->proc_fops = NULL; in remove_proc_entry()
204 .proc_fops = &proc_root_operations,
411 proc_sys_root->proc_fops = &proc_sys_dir_file_operations; in proc_sys_init()
72 const struct file_operations *proc_fops; member96 proc_create(Entries[i].name, 0, base, Entries[i].proc_fops); in jfs_proc_init()