Searched refs:fs_param_is_u64 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | fs_parser.h | 29 fs_param_type fs_param_is_bool, fs_param_is_u32, fs_param_is_s32, fs_param_is_u64, variable 126 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL)
|
/openbmc/linux/fs/ |
H A D | fs_parser.c | 240 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, in fs_param_is_u64() function 251 EXPORT_SYMBOL(fs_param_is_u64);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | mount_api.rst | 641 fs_param_is_u64 64-bit unsigned int result->uint_64 674 fsparam_u64() fs_param_is_u64
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.c | 1176 else if (p->type == fs_param_is_u64) in cifs_mount_params_proc_show()
|