函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sysctl.c Create Date:2022-07-27 10:10:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:proc_first_pos_non_zero_ignore - check if first position is allowed*@ppos: file position*@table: the sysctl table* Returns true if the first position is non-zero and the sysctl_writes_strict* mode indicates this is not allowed for numeric input types

函数原型:static bool proc_first_pos_non_zero_ignore(loff_t *ppos, struct ctl_table *table)

返回类型:bool

参数:

类型参数名称
loff_t *ppos
struct ctl_table *table
2087  如果非ppos则返回:false
2091  :sysctl_writes_strict恒等于SYSCTL_WRITES_STRICT
2092  返回:true
2093  :sysctl_writes_strict恒等于SYSCTL_WRITES_WARN
2094  warn_sysctl_write(table)
2095  返回:false
2096  默认
2097  返回:false
调用者
名称描述
proc_dostring读sysctl串
__do_proc_dointvec
do_proc_douintvec_w
__do_proc_doulongvec_minmax