Home
last modified time | relevance | path

Searched refs:fs_param_is_bool (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dfs_parser.h29 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/
Dfs_parser.c197 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/
Dmount_api.rst648 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/
Dcifs_debug.c1009 } else if (p->type == fs_param_is_bool) in cifs_mount_params_proc_show()