Searched refs:fs_param_is_enum (Results 1 – 4 of 4) sorted by relevance
/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 125 #define fsparam_enum(NAME, OPT, array) __fsparam(fs_param_is_enum, NAME, OPT, 0, array)
|
/linux/fs/ |
H A D | fs_parser.c | 255 int fs_param_is_enum(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_enum() function 269 EXPORT_SYMBOL(fs_param_is_enum);
|
/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 642 fs_param_is_enum Enum value name result->uint_32 676 fsparam_enum() fs_param_is_enum 723 If a parameter of type fs_param_is_enum is encountered, fs_parse() will
|
/linux/fs/fat/ |
H A D | inode.c | 1116 __fsparam(fs_param_is_enum, "conv",
|