Searched refs:fs_param_is_bool (Results 1 – 4 of 4) sorted by relevance
/linux/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 119 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL)
|
/linux/fs/ |
H A D | fs_parser.c | 199 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool() function 213 EXPORT_SYMBOL(fs_param_is_bool);
|
/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 636 fs_param_is_bool Boolean value result->boolean 652 Note that if the value is of fs_param_is_bool type, fs_parse() will try 671 fsparam_bool() fs_param_is_bool
|
/linux/fs/smb/client/ |
H A D | cifs_debug.c | 1233 } else if (p->type == fs_param_is_bool) in cifs_mount_params_proc_show()
|