Home
last modified time | relevance | path

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

/linux/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)
124 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)16)
/linux/fs/exfat/
H A Dsuper.c265 __fsparam(fs_param_is_u32, "namecase", Opt_namecase,
267 __fsparam(fs_param_is_u32, "codepage", Opt_codepage,
/linux/fs/fat/
H A Dinode.c1119 __fsparam(fs_param_is_u32, "fat",
1121 __fsparam(fs_param_is_u32, "blocksize",
/linux/Documentation/filesystems/
H A Dmount_api.rst645 fs_param_is_u32 32-bit unsigned int result->uint_32
680 fsparam_u32() fs_param_is_u32
/linux/fs/smb/client/
H A Dcifs_debug.c1291 else if (p->type == fs_param_is_u32) in cifs_mount_params_proc_show()