Searched refs:proc_handler (Results 51 - 75 of 161) sorted by path

1234567

/linux-master/fs/
H A Dnamespace.c5458 .proc_handler = proc_dointvec_minmax,
H A Dpipe.c1485 .proc_handler = proc_dopipe_max_size,
1492 .proc_handler = proc_doulongvec_minmax,
1499 .proc_handler = proc_doulongvec_minmax,
H A Dsysctls.c16 .proc_handler = proc_dointvec_minmax,
25 .proc_handler = proc_dointvec_minmax,
H A Duserfaultfd.c45 .proc_handler = proc_dointvec_minmax,
/linux-master/fs/nfs/
H A Dnfs4sysctl.c26 .proc_handler = proc_dointvec_minmax,
35 .proc_handler = proc_dointvec,
H A Dsysctl.c23 .proc_handler = proc_dointvec_jiffies,
30 .proc_handler = proc_dointvec,
/linux-master/fs/notify/dnotify/
H A Ddnotify.c30 .proc_handler = proc_dointvec,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c68 .proc_handler = proc_doulongvec_minmax,
77 .proc_handler = proc_doulongvec_minmax,
86 .proc_handler = proc_dointvec_minmax,
/linux-master/fs/notify/inotify/
H A Dinotify_user.c67 .proc_handler = proc_doulongvec_minmax,
76 .proc_handler = proc_doulongvec_minmax,
85 .proc_handler = proc_dointvec_minmax,
/linux-master/fs/ocfs2/
H A Dstackglue.c659 .proc_handler = proc_dostring,
/linux-master/fs/proc/
H A Dproc_sysctl.c568 if (!table->proc_handler)
592 error = table->proc_handler(table, write, kbuf, &count, &iocb->ki_pos);
650 if (!table->proc_handler)
1098 if ((table->proc_handler == proc_douintvec) ||
1099 (table->proc_handler == proc_douintvec_minmax)) {
1104 if (table->proc_handler == proc_dou8vec_minmax) {
1109 if (table->proc_handler == proc_dobool) {
1122 if ((entry->proc_handler == proc_dostring) ||
1123 (entry->proc_handler == proc_dobool) ||
1124 (entry->proc_handler
[all...]
/linux-master/fs/quota/
H A Ddquot.c2942 .proc_handler = do_proc_dqstats,
2949 .proc_handler = do_proc_dqstats,
2956 .proc_handler = do_proc_dqstats,
2963 .proc_handler = do_proc_dqstats,
2970 .proc_handler = do_proc_dqstats,
2977 .proc_handler = do_proc_dqstats,
2984 .proc_handler = do_proc_dqstats,
2991 .proc_handler = do_proc_dqstats,
2999 .proc_handler = proc_dointvec,
/linux-master/fs/verity/
H A Dinit.c20 .proc_handler = proc_dointvec_minmax,
/linux-master/fs/xfs/
H A Dxfs_sysctl.c75 .proc_handler = xfs_deprecated_dointvec_minmax,
84 .proc_handler = xfs_deprecated_dointvec_minmax,
93 .proc_handler = xfs_panic_mask_proc_handler,
103 .proc_handler = proc_dointvec_minmax,
112 .proc_handler = proc_dointvec_minmax,
121 .proc_handler = proc_dointvec_minmax,
130 .proc_handler = proc_dointvec_minmax,
139 .proc_handler = proc_dointvec_minmax,
148 .proc_handler = proc_dointvec_minmax,
157 .proc_handler
[all...]
/linux-master/include/linux/
H A Dsysctl.h64 typedef int proc_handler(struct ctl_table *ctl, int write, void *buffer, typedef
110 * There must be a proc_handler routine for any terminal nodes
140 proc_handler *proc_handler; /* Callback for text formatting */ member in struct:ctl_table
/linux-master/include/net/
H A Dneighbour.h424 proc_handler *proc_handler);
/linux-master/init/
H A Ddo_mounts_initrd.c30 .proc_handler = proc_dointvec,
/linux-master/io_uring/
H A Dio_uring.c163 .proc_handler = proc_dointvec_minmax,
172 .proc_handler = proc_dointvec,
/linux-master/ipc/
H A Dipc_sysctl.c82 .proc_handler = proc_doulongvec_minmax,
89 .proc_handler = proc_doulongvec_minmax,
96 .proc_handler = proc_dointvec_minmax,
105 .proc_handler = proc_ipc_dointvec_minmax_orphans,
114 .proc_handler = proc_dointvec_minmax,
123 .proc_handler = proc_dointvec_minmax,
132 .proc_handler = proc_ipc_auto_msgmni,
141 .proc_handler = proc_dointvec_minmax,
150 .proc_handler = proc_ipc_sem_dointvec,
158 .proc_handler
[all...]
H A Dmq_sysctl.c29 .proc_handler = proc_dointvec,
36 .proc_handler = proc_dointvec_minmax,
45 .proc_handler = proc_dointvec_minmax,
54 .proc_handler = proc_dointvec_minmax,
63 .proc_handler = proc_dointvec_minmax,
/linux-master/kernel/
H A Dacct.c85 .proc_handler = proc_dointvec,
H A Ddelayacct.c73 .proc_handler = sysctl_delayacct,
H A Dexit.c95 .proc_handler = proc_douintvec,
/linux-master/kernel/bpf/
H A Dcgroup.c1715 table->proc_handler(table, 0, ctx.cur_val, &ctx.cur_len, &pos)) {
H A Dsyscall.c6028 .proc_handler = bpf_unpriv_handler,
6036 .proc_handler = bpf_stats_handler,

Completed in 355 milliseconds

1234567