Searched refs:fs_param_is_u64 (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/include/linux/ | 
| D | fs_parser.h | 29 fs_param_type fs_param_is_bool, fs_param_is_u32, fs_param_is_s32, fs_param_is_u64,  variable126 #define fsparam_u64(NAME, OPT)	__fsparam(fs_param_is_u64, NAME, OPT, 0, NULL)
 
 | 
| /Linux-v6.6/fs/ | 
| 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()  function251 EXPORT_SYMBOL(fs_param_is_u64);
 
 | 
| /Linux-v6.6/Documentation/filesystems/ | 
| D | mount_api.rst | 641 	fs_param_is_u64		64-bit unsigned int	result->uint_64674 	fsparam_u64()		fs_param_is_u64
 
 | 
| /Linux-v6.6/fs/smb/client/ | 
| D | cifs_debug.c | 1115 		else if (p->type == fs_param_is_u64)  in cifs_mount_params_proc_show()
 |