Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL)
121 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8)
/OK3568_Linux_fs/kernel/fs/
H A Dfs_parser.c211 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u32() function
220 EXPORT_SYMBOL(fs_param_is_u32);
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dsuper.c250 __fsparam(fs_param_is_u32, "namecase", Opt_namecase,
252 __fsparam(fs_param_is_u32, "codepage", Opt_codepage,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst649 fs_param_is_u32 32-bit unsigned int result->uint_32
682 fsparam_u32() fs_param_is_u32