Searched refs:fs_param_is_s32 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_parser.h | 29 fs_param_type fs_param_is_bool, fs_param_is_u32, fs_param_is_s32, fs_param_is_u64, variable 124 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs_parser.h | 29 fs_param_type fs_param_is_bool, fs_param_is_u32, fs_param_is_s32, fs_param_is_u64, variable 125 #define fsparam_s32(NAME, OPT) __fsparam(fs_param_is_s32, NAME, OPT, 0, NULL)
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs_parser.c | 222 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32() function 230 EXPORT_SYMBOL(fs_param_is_s32); variable
|
/kernel/linux/linux-6.6/fs/ |
H A D | fs_parser.c | 227 int fs_param_is_s32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_s32() function 238 EXPORT_SYMBOL(fs_param_is_s32); variable
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | ceph_common.c | 304 __fsparam (fs_param_is_s32, "osdtimeout", Opt_osdtimeout,
|
Completed in 4 milliseconds