Searched refs:fs_param_is_bool (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
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-6.1.9/fs/ |
D | fs_parser.c | 197 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool() function 211 EXPORT_SYMBOL(fs_param_is_bool);
|
/linux-6.1.9/Documentation/filesystems/ |
D | mount_api.rst | 648 fs_param_is_bool Boolean value result->boolean 662 Note that if the value is of fs_param_is_bool type, fs_parse() will try 681 fsparam_bool() fs_param_is_bool
|
/linux-6.1.9/fs/cifs/ |
D | cifs_debug.c | 1009 } else if (p->type == fs_param_is_bool) in cifs_mount_params_proc_show()
|