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

/linux-master/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
120 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL)
122 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8)
/linux-master/fs/
H A Dfs_parser.c213 int fs_param_is_u32(struct p_log *log, const struct fs_parameter_spec *p, function
225 EXPORT_SYMBOL(fs_param_is_u32); variable
/linux-master/fs/exfat/
H A Dsuper.c245 __fsparam(fs_param_is_u32, "namecase", Opt_namecase,
247 __fsparam(fs_param_is_u32, "codepage", Opt_codepage,
/linux-master/fs/smb/client/
H A Dcifs_debug.c1174 else if (p->type == fs_param_is_u32)

Completed in 236 milliseconds