Lines Matching refs:ctl
14 struct ctl_table *ctl, in xfs_stats_clear_proc_handler() argument
20 int ret, *valp = ctl->data; in xfs_stats_clear_proc_handler()
22 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_stats_clear_proc_handler()
34 struct ctl_table *ctl, in xfs_panic_mask_proc_handler() argument
40 int ret, *valp = ctl->data; in xfs_panic_mask_proc_handler()
42 ret = proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_panic_mask_proc_handler()
55 struct ctl_table *ctl, in xfs_deprecate_irix_sgid_inherit_proc_handler() argument
64 ctl->procname); in xfs_deprecate_irix_sgid_inherit_proc_handler()
66 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecate_irix_sgid_inherit_proc_handler()
71 struct ctl_table *ctl, in xfs_deprecate_irix_symlink_mode_proc_handler() argument
80 ctl->procname); in xfs_deprecate_irix_symlink_mode_proc_handler()
82 return proc_dointvec_minmax(ctl, write, buffer, lenp, ppos); in xfs_deprecate_irix_symlink_mode_proc_handler()