Searched refs:fs_param_is_string (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs_parser.h | 30 fs_param_is_enum, fs_param_is_string, fs_param_is_blob, fs_param_is_blockdev, variable 129 __fsparam(fs_param_is_string, NAME, OPT, 0, NULL)
|
/openbmc/linux/fs/ |
H A D | fs_parser.c | 269 int fs_param_is_string(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_string() function 277 EXPORT_SYMBOL(fs_param_is_string);
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 143 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 643 fs_param_is_string Arbitrary string param->string 676 fsparam_string() fs_param_is_string
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.c | 1178 else if (p->type == fs_param_is_string) in cifs_mount_params_proc_show()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 1729 __fsparam(fs_param_is_string, NAME, OPT, fs_param_can_be_empty, NULL)
|