Searched refs:proc_fetchop (Results 1 – 1 of 1) sorted by relevance
363 static struct proc_dir_entry *proc_fetchop; variable463 if ((proc_fetchop = create_proc_entry(FETCHOP_BASENAME, 0644, NULL)) == NULL) { in fetchop_init()470 if ((proc_fetchop = create_proc_entry(FETCHOP_BASENAME, 0644, NULL)) == NULL) { in fetchop_init()475 proc_fetchop->read_proc = fetchop_read_proc; in fetchop_init()476 proc_fetchop->write_proc = fetchop_write_proc; in fetchop_init()