Searched refs:variable (Results 1 – 5 of 5) sorted by relevance
/fs/ntfs/ |
D | super.c | 113 #define NTFS_GETOPT_WITH_DEFAULT(option, variable, default_value) \ in parse_options() argument 116 variable = default_value; \ in parse_options() 118 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 123 #define NTFS_GETOPT(option, variable) \ in parse_options() argument 127 variable = simple_strtoul(ov = v, &v, 0); \ in parse_options() 131 #define NTFS_GETOPT_OCTAL(option, variable) \ in parse_options() argument 135 variable = simple_strtoul(ov = v, &v, 8); \ in parse_options() 139 #define NTFS_GETOPT_BOOL(option, variable) \ in parse_options() argument 144 variable = val; \ in parse_options() 146 #define NTFS_GETOPT_OPTIONS_ARRAY(option, variable, opt_array) \ in parse_options() argument [all …]
|
/fs/xfs/ |
D | Kconfig | 9 variable block sizes, is extent based, and makes extensive use of
|
/fs/cifs/ |
D | README | 227 2) By specifying the password in the PASSWD environment variable (similarly 228 the user name can be taken from the USER environment variable). 593 variable "PASSWD_FD=0"
|
D | CHANGES | 671 Fix unsafe global variable usage and password hash failure on gcc 3.3.1
|
/fs/befs/ |
D | ChangeLog | 209 * Fixed unused variable warnings when compiling without debugging.
|