/kernel/linux/linux-5.10/fs/jfs/ |
H A D | resize.c | 226 goto error_out; in jfs_extendfs() 250 goto error_out; in jfs_extendfs() 258 goto error_out; in jfs_extendfs() 312 goto error_out; in jfs_extendfs() 324 goto error_out; in jfs_extendfs() 372 goto error_out; in jfs_extendfs() 376 goto error_out; in jfs_extendfs() 390 goto error_out; in jfs_extendfs() 402 goto error_out; in jfs_extendfs() 435 goto error_out; in jfs_extendfs() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | resize.c | 225 goto error_out; in jfs_extendfs() 249 goto error_out; in jfs_extendfs() 257 goto error_out; in jfs_extendfs() 311 goto error_out; in jfs_extendfs() 323 goto error_out; in jfs_extendfs() 371 goto error_out; in jfs_extendfs() 375 goto error_out; in jfs_extendfs() 389 goto error_out; in jfs_extendfs() 401 goto error_out; in jfs_extendfs() 434 goto error_out; in jfs_extendfs() [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | ssl.c | 37 static int ssl_config(char *str, char **error_out); 38 static int ssl_get_config(char *dev, char *str, int size, char **error_out); 39 static int ssl_remove(int n, char **error_out); 71 static int ssl_config(char *str, char **error_out) in ssl_config() argument 74 error_out); in ssl_config() 77 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument 80 size, error_out); in ssl_get_config() 83 static int ssl_remove(int n, char **error_out) in ssl_remove() argument 86 error_out); in ssl_remove()
|
H A D | stdio_console.c | 43 static int con_config(char *str, char **error_out); 44 static int con_get_config(char *dev, char *str, int size, char **error_out); 77 static int con_config(char *str, char **error_out) in con_config() argument 79 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 82 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 84 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() 87 static int con_remove(int n, char **error_out) in con_remove() argument 89 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
|
H A D | line.c | 362 const struct chan_opts *opts, char **error_out) in setup_one_line() 369 *error_out = "Device is already open"; in setup_one_line() 378 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 384 *error_out = "Failed to allocate memory"; in setup_one_line() 393 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 398 *error_out = "Failed to register device"; in setup_one_line() 400 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 417 * @error_out is an error string in the case of failure; 454 const struct chan_opts *opts, char **error_out) in line_config() 460 *error_out in line_config() 361 setup_one_line(struct line *lines, int n, char *init, const struct chan_opts *opts, char **error_out) setup_one_line() argument 453 line_config(struct line *lines, unsigned int num, char *str, const struct chan_opts *opts, char **error_out) line_config() argument 477 line_get_config(char *name, struct line *lines, unsigned int num, char *str, int size, char **error_out) line_get_config() argument 527 line_remove(struct line *lines, unsigned int num, int n, char **error_out) line_remove() argument [all...] |
H A D | chan_kern.c | 339 char **error_out) in one_chan_config_string() 362 char *str, int size, char **error_out) in chan_pair_config_string() 366 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string() 376 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string() 385 char **error_out) in chan_config_string() 394 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string() 439 const struct chan_opts *opts, char **error_out) in parse_chan() 458 *error_out = "No match for configured backends"; in parse_chan() 464 *error_out = "Configuration failed"; in parse_chan() 470 *error_out in parse_chan() 338 one_chan_config_string(struct chan *chan, char *str, int size, char **error_out) one_chan_config_string() argument 361 chan_pair_config_string(struct chan *in, struct chan *out, char *str, int size, char **error_out) chan_pair_config_string() argument 384 chan_config_string(struct line *line, char *str, int size, char **error_out) chan_config_string() argument 438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument 488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument [all...] |
H A D | line.h | 85 const struct chan_opts *opts, char **error_out); 90 char **error_out); 93 char **error_out); 96 int size, char **error_out);
|
H A D | ubd_kern.c | 271 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 293 *error_out = "Didn't parse major number"; in ubd_setup_common() 299 *error_out = "Can't assign a fake major twice"; in ubd_setup_common() 315 *error_out = "Couldn't parse device number"; in ubd_setup_common() 319 *error_out = "Device number out of range"; in ubd_setup_common() 328 *error_out = "Device is already configured"; in ubd_setup_common() 357 *error_out = "Expected '=' or flag letter " in ubd_setup_common() 365 *error_out = "Too many flags specified"; in ubd_setup_common() 367 *error_out = "Missing '='"; in ubd_setup_common() 378 *error_out in ubd_setup_common() 914 ubd_add(int n, char **error_out) ubd_add() argument 980 ubd_config(char *str, char **error_out) ubd_config() argument 1017 ubd_get_config(char *name, char *str, int size, char **error_out) ubd_get_config() argument 1059 ubd_remove(int n, char **error_out) ubd_remove() argument [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | ssl.c | 37 static int ssl_config(char *str, char **error_out); 38 static int ssl_get_config(char *dev, char *str, int size, char **error_out); 39 static int ssl_remove(int n, char **error_out); 69 static int ssl_config(char *str, char **error_out) in ssl_config() argument 72 error_out); in ssl_config() 75 static int ssl_get_config(char *dev, char *str, int size, char **error_out) in ssl_get_config() argument 78 size, error_out); in ssl_get_config() 81 static int ssl_remove(int n, char **error_out) in ssl_remove() argument 84 error_out); in ssl_remove()
|
H A D | stdio_console.c | 43 static int con_config(char *str, char **error_out); 44 static int con_get_config(char *dev, char *str, int size, char **error_out); 75 static int con_config(char *str, char **error_out) in con_config() argument 77 return line_config(vts, ARRAY_SIZE(vts), str, &opts, error_out); in con_config() 80 static int con_get_config(char *dev, char *str, int size, char **error_out) in con_get_config() argument 82 return line_get_config(dev, vts, ARRAY_SIZE(vts), str, size, error_out); in con_get_config() 85 static int con_remove(int n, char **error_out) in con_remove() argument 87 return line_remove(vts, ARRAY_SIZE(vts), n, error_out); in con_remove()
|
H A D | line.c | 367 const struct chan_opts *opts, char **error_out) in setup_one_line() 374 *error_out = "Device is already open"; in setup_one_line() 383 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 389 *error_out = "Failed to allocate memory"; in setup_one_line() 398 err = parse_chan_pair(new, line, n, opts, error_out); in setup_one_line() 403 *error_out = "Failed to register device"; in setup_one_line() 405 parse_chan_pair(NULL, line, n, opts, error_out); in setup_one_line() 422 * @error_out is an error string in the case of failure; 459 const struct chan_opts *opts, char **error_out) in line_config() 465 *error_out in line_config() 366 setup_one_line(struct line *lines, int n, char *init, const struct chan_opts *opts, char **error_out) setup_one_line() argument 458 line_config(struct line *lines, unsigned int num, char *str, const struct chan_opts *opts, char **error_out) line_config() argument 482 line_get_config(char *name, struct line *lines, unsigned int num, char *str, int size, char **error_out) line_get_config() argument 532 line_remove(struct line *lines, unsigned int num, int n, char **error_out) line_remove() argument [all...] |
H A D | chan_kern.c | 339 char **error_out) in one_chan_config_string() 362 char *str, int size, char **error_out) in chan_pair_config_string() 366 n = one_chan_config_string(in, str, size, error_out); in chan_pair_config_string() 376 n = one_chan_config_string(out, str, size, error_out); in chan_pair_config_string() 385 char **error_out) in chan_config_string() 394 return chan_pair_config_string(in, out, str, size, error_out); in chan_config_string() 439 const struct chan_opts *opts, char **error_out) in parse_chan() 458 *error_out = "No match for configured backends"; in parse_chan() 464 *error_out = "Configuration failed"; in parse_chan() 470 *error_out in parse_chan() 338 one_chan_config_string(struct chan *chan, char *str, int size, char **error_out) one_chan_config_string() argument 361 chan_pair_config_string(struct chan *in, struct chan *out, char *str, int size, char **error_out) chan_pair_config_string() argument 384 chan_config_string(struct line *line, char *str, int size, char **error_out) chan_config_string() argument 438 parse_chan(struct line *line, char *str, int device, const struct chan_opts *opts, char **error_out) parse_chan() argument 488 parse_chan_pair(char *str, struct line *line, int device, const struct chan_opts *opts, char **error_out) parse_chan_pair() argument [all...] |
H A D | line.h | 83 const struct chan_opts *opts, char **error_out); 88 char **error_out); 91 char **error_out); 94 int size, char **error_out);
|
H A D | chan.h | 32 const struct chan_opts *opts, char **error_out); 46 char **error_out);
|
H A D | ubd_kern.c | 237 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 259 *error_out = "Couldn't parse device number"; in ubd_setup_common() 263 *error_out = "Device number out of range"; in ubd_setup_common() 272 *error_out = "Device is already configured"; in ubd_setup_common() 301 *error_out = "Expected '=' or flag letter " in ubd_setup_common() 309 *error_out = "Too many flags specified"; in ubd_setup_common() 311 *error_out = "Missing '='"; in ubd_setup_common() 328 *error_out = "Can't specify both 'd' and a cow file"; in ubd_setup_common() 882 static int ubd_add(int n, char **error_out) in ubd_add() argument 893 *error_out in ubd_add() 935 ubd_config(char *str, char **error_out) ubd_config() argument 972 ubd_get_config(char *name, char *str, int size, char **error_out) ubd_get_config() argument 1014 ubd_remove(int n, char **error_out) ubd_remove() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | sram-exec.c | 110 goto error_out; in sram_exec_copy() 113 goto error_out; in sram_exec_copy() 119 goto error_out; in sram_exec_copy() 122 goto error_out; in sram_exec_copy() 128 error_out: in sram_exec_copy()
|
/kernel/linux/linux-5.10/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 283 goto error_out; in cpufreq_get_available_governors() 296 goto error_out; in cpufreq_get_available_governors() 306 error_out: in cpufreq_get_available_governors() 356 goto error_out; in cpufreq_get_available_frequencies() 360 goto error_out; in cpufreq_get_available_frequencies() 374 goto error_out; in cpufreq_get_available_frequencies() 382 error_out: in cpufreq_get_available_frequencies() 412 goto error_out; in cpufreq_get_boost_frequencies() 416 goto error_out; in cpufreq_get_boost_frequencies() 430 goto error_out; in cpufreq_get_boost_frequencies() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/lib/ |
H A D | cpufreq.c | 292 goto error_out; in cpufreq_get_available_governors() 305 goto error_out; in cpufreq_get_available_governors() 315 error_out: in cpufreq_get_available_governors() 365 goto error_out; in cpufreq_get_available_frequencies() 369 goto error_out; in cpufreq_get_available_frequencies() 383 goto error_out; in cpufreq_get_available_frequencies() 391 error_out: in cpufreq_get_available_frequencies() 421 goto error_out; in cpufreq_get_boost_frequencies() 425 goto error_out; in cpufreq_get_boost_frequencies() 439 goto error_out; in cpufreq_get_boost_frequencies() [all...] |
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | sram-exec.c | 102 goto error_out; in sram_exec_copy() 105 goto error_out; in sram_exec_copy() 111 goto error_out; in sram_exec_copy() 117 error_out: in sram_exec_copy()
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 3441 goto error_out; in lpfc_idiag_pcicfg_write() 3447 goto error_out; in lpfc_idiag_pcicfg_write() 3453 goto error_out; in lpfc_idiag_pcicfg_write() 3456 goto error_out; in lpfc_idiag_pcicfg_write() 3458 goto error_out; in lpfc_idiag_pcicfg_write() 3462 goto error_out; in lpfc_idiag_pcicfg_write() 3464 goto error_out; in lpfc_idiag_pcicfg_write() 3468 goto error_out; in lpfc_idiag_pcicfg_write() 3470 goto error_out; in lpfc_idiag_pcicfg_write() 3477 goto error_out; in lpfc_idiag_pcicfg_write() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_msi.c | 430 goto error_out; in fsl_of_msi_probe() 442 goto error_out; in fsl_of_msi_probe() 450 goto error_out; in fsl_of_msi_probe() 482 goto error_out; in fsl_of_msi_probe() 500 goto error_out; in fsl_of_msi_probe() 513 goto error_out; in fsl_of_msi_probe() 528 goto error_out; in fsl_of_msi_probe() 538 goto error_out; in fsl_of_msi_probe() 557 goto error_out; in fsl_of_msi_probe() 561 error_out in fsl_of_msi_probe() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_msi.c | 425 goto error_out; in fsl_of_msi_probe() 437 goto error_out; in fsl_of_msi_probe() 445 goto error_out; in fsl_of_msi_probe() 477 goto error_out; in fsl_of_msi_probe() 495 goto error_out; in fsl_of_msi_probe() 508 goto error_out; in fsl_of_msi_probe() 523 goto error_out; in fsl_of_msi_probe() 533 goto error_out; in fsl_of_msi_probe() 552 goto error_out; in fsl_of_msi_probe() 556 error_out in fsl_of_msi_probe() [all...] |
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | symlink.c | 59 goto error_out; in squashfs_symlink_readpage() 77 goto error_out; in squashfs_symlink_readpage() 96 error_out: in squashfs_symlink_readpage()
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | symlink.c | 60 goto error_out; in squashfs_symlink_read_folio() 78 goto error_out; in squashfs_symlink_read_folio() 97 error_out: in squashfs_symlink_read_folio()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 310 goto error_out; in lpfc_vport_create() 319 goto error_out; in lpfc_vport_create() 329 goto error_out; in lpfc_vport_create() 339 goto error_out; in lpfc_vport_create() 348 goto error_out; in lpfc_vport_create() 367 goto error_out; in lpfc_vport_create() 384 goto error_out; in lpfc_vport_create() 394 goto error_out; in lpfc_vport_create() 431 goto error_out; in lpfc_vport_create() 481 error_out in lpfc_vport_create() [all...] |