Searched refs:fs_param_is_u64 (Results 1 - 3 of 3) 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
126 #define fsparam_u64(NAME, OPT) __fsparam(fs_param_is_u64, NAME, OPT, 0, NULL)
/linux-master/fs/
H A Dfs_parser.c240 int fs_param_is_u64(struct p_log *log, const struct fs_parameter_spec *p, function
251 EXPORT_SYMBOL(fs_param_is_u64); variable
/linux-master/fs/smb/client/
H A Dcifs_debug.c1176 else if (p->type == fs_param_is_u64)

Completed in 160 milliseconds