• Home
  • Raw
  • Download

Lines Matching refs:filp

157 static int proc_do_cad_pid(struct ctl_table *table, int write, struct file *filp,
159 static int proc_taint(struct ctl_table *table, int write, struct file *filp,
2098 struct file *filp, void __user *buffer, in _proc_do_string() argument
2173 int proc_dostring(struct ctl_table *table, int write, struct file *filp, in proc_dostring() argument
2176 return _proc_do_string(table->data, table->maxlen, write, filp, in proc_dostring()
2201 int write, struct file *filp, void __user *buffer, in __do_proc_dointvec() argument
2310 static int do_proc_dointvec(struct ctl_table *table, int write, struct file *filp, in do_proc_dointvec() argument
2316 return __do_proc_dointvec(table->data, table, write, filp, in do_proc_dointvec()
2334 int proc_dointvec(struct ctl_table *table, int write, struct file *filp, in proc_dointvec() argument
2337 return do_proc_dointvec(table,write,filp,buffer,lenp,ppos, in proc_dointvec()
2345 static int proc_taint(struct ctl_table *table, int write, struct file *filp, in proc_taint() argument
2357 err = proc_doulongvec_minmax(&t, write, filp, buffer, lenp, ppos); in proc_taint()
2422 int proc_dointvec_minmax(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_minmax() argument
2429 return do_proc_dointvec(table, write, filp, buffer, lenp, ppos, in proc_dointvec_minmax()
2434 struct file *filp, in __do_proc_doulongvec_minmax() argument
2539 struct file *filp, in do_proc_doulongvec_minmax() argument
2546 filp, buffer, lenp, ppos, convmul, convdiv); in do_proc_doulongvec_minmax()
2566 int proc_doulongvec_minmax(struct ctl_table *table, int write, struct file *filp, in proc_doulongvec_minmax() argument
2569 return do_proc_doulongvec_minmax(table, write, filp, buffer, lenp, ppos, 1l, 1l); in proc_doulongvec_minmax()
2591 struct file *filp, in proc_doulongvec_ms_jiffies_minmax() argument
2595 return do_proc_doulongvec_minmax(table, write, filp, buffer, in proc_doulongvec_ms_jiffies_minmax()
2683 int proc_dointvec_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_jiffies() argument
2686 return do_proc_dointvec(table,write,filp,buffer,lenp,ppos, in proc_dointvec_jiffies()
2706 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_userhz_jiffies() argument
2709 return do_proc_dointvec(table,write,filp,buffer,lenp,ppos, in proc_dointvec_userhz_jiffies()
2730 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_ms_jiffies() argument
2733 return do_proc_dointvec(table, write, filp, buffer, lenp, ppos, in proc_dointvec_ms_jiffies()
2737 static int proc_do_cad_pid(struct ctl_table *table, int write, struct file *filp, in proc_do_cad_pid() argument
2746 r = __do_proc_dointvec(&tmp, table, write, filp, buffer, in proc_do_cad_pid()
2761 int proc_dostring(struct ctl_table *table, int write, struct file *filp, in proc_dostring() argument
2767 int proc_dointvec(struct ctl_table *table, int write, struct file *filp, in proc_dointvec() argument
2773 int proc_dointvec_minmax(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_minmax() argument
2779 int proc_dointvec_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_jiffies() argument
2785 int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_userhz_jiffies() argument
2791 int proc_dointvec_ms_jiffies(struct ctl_table *table, int write, struct file *filp, in proc_dointvec_ms_jiffies() argument
2797 int proc_doulongvec_minmax(struct ctl_table *table, int write, struct file *filp, in proc_doulongvec_minmax() argument
2804 struct file *filp, in proc_doulongvec_ms_jiffies_minmax() argument