Searched refs:fs_param_is_bool (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| 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 118 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL)
|
| /linux/fs/ |
| A D | fs_parser.c | 196 int fs_param_is_bool(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_bool() function 208 EXPORT_SYMBOL(fs_param_is_bool);
|
| /linux/Documentation/filesystems/ |
| A 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/fs/cifs/ |
| A D | cifs_debug.c | 1022 } else if (p->type == fs_param_is_bool) in cifs_mount_params_proc_show()
|
| /linux/ |
| A D | vmlinux.symvers | 3869 0x00000000 fs_param_is_bool vmlinux EXPORT_SYMBOL
|
| A D | System.map | 9609 ffff80001028e3c0 T fs_param_is_bool
|
| A D | .tmp_System.map | 9609 ffff80001028e3c0 T fs_param_is_bool
|
Completed in 352 milliseconds