| /linux-6.15/include/linux/ceph/ |
| H A D | decode.h | 57 #define ceph_decode_need(p, end, n, bad) \ argument 60 goto bad; \ 86 ceph_decode_need(p, end, n, bad); \ 114 ceph_decode_32_safe(&sp, end, len, bad); in ceph_extract_encoded_string() 116 goto bad; in ceph_extract_encoded_string() 132 bad: in ceph_extract_encoded_string() 141 ceph_decode_need(p, end, n, bad); \ 355 bad: in ceph_start_decoding() 362 goto bad; \ 388 ceph_encode_need(p, end, n, bad); \ [all …]
|
| /linux-6.15/block/ |
| H A D | badblocks.c | 647 (bad->start + bad->len) > BB_OFFSET(p[behind])) in overlap_behind() 684 if (BB_END(p[prev]) <= (bad->start + bad->len)) { in can_front_overwrite() 731 bad->len, bad->ack); in front_overwrite() 734 p[prev + 1] = BB_MAKE(bad->start + bad->len, in front_overwrite() 748 p[prev + 1] = BB_MAKE(bad->start, bad->len, bad->ack); in front_overwrite() 762 p[prev + 1] = BB_MAKE(bad->start, bad->len, bad->ack); in front_overwrite() 788 p[at] = BB_MAKE(bad->start, len, bad->ack); in insert_at() 890 if (bad.len > (BB_OFFSET(p[0]) - bad.start)) in _badblocks_set() 891 bad.len = BB_OFFSET(p[0]) - bad.start; in _badblocks_set() 945 bad.len, BB_OFFSET(p[prev + 1]) - bad.start); in _badblocks_set() [all …]
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 11 drive with bad sectors). 19 1. Remove the block from the "bad block list". 30 configured "bad blocks" will be treated as bad, or bypassed. 86 Adding and removing bad blocks 102 These bad blocks will be stored in the "bad block list". 157 Counting the number of bad blocks in the bad block list 170 Querying for specific bad blocks 191 Clearing the bad block list 209 Listing the bad block list 212 To list all bad blocks in the bad block list (using an example device [all …]
|
| /linux-6.15/fs/ceph/ |
| H A D | mdsmap.c | 61 goto bad; \ 100 bad); in __decode_and_drop_compat_set() 103 ceph_decode_need(p, end, len, bad); in __decode_and_drop_compat_set() 108 bad: in __decode_and_drop_compat_set() 134 ceph_decode_need(p, end, 1 + 1, bad); in ceph_mdsmap_decode() 141 goto bad; in ceph_mdsmap_decode() 200 goto bad; in ceph_mdsmap_decode() 220 bad); in ceph_mdsmap_decode() 235 goto bad; in ceph_mdsmap_decode() 275 ceph_decode_32_safe(p, end, n, bad); in ceph_mdsmap_decode() [all …]
|
| H A D | mds_client.c | 94 bad: in parse_reply_info_quota() 276 bad: in parse_reply_info_in() 308 bad: in parse_reply_info_dir() 356 bad: in parse_reply_info_lease() 400 bad: in parse_reply_info_trace() 541 bad: in parse_reply_info_readdir() 563 bad: in parse_reply_info_filelock() 609 bad: in ceph_parse_deleg_inos() 646 bad: in ceph_parse_deleg_inos() 696 bad: in parse_reply_info_create() [all …]
|
| /linux-6.15/net/ceph/ |
| H A D | decode.c | 21 goto bad; in ceph_decode_entity_addr_versioned() 26 ceph_decode_copy_safe(p, end, &addr->type, sizeof(addr->type), bad); in ceph_decode_entity_addr_versioned() 30 ceph_decode_32_safe(p, end, addr_len, bad); in ceph_decode_entity_addr_versioned() 32 goto bad; in ceph_decode_entity_addr_versioned() 36 ceph_decode_copy_safe(p, end, &addr->in_addr, addr_len, bad); in ceph_decode_entity_addr_versioned() 45 bad: in ceph_decode_entity_addr_versioned() 56 ceph_decode_skip_n(p, end, 3, bad); in ceph_decode_entity_addr_legacy() 66 sizeof(addr->in_addr), bad); in ceph_decode_entity_addr_legacy() 70 bad: in ceph_decode_entity_addr_legacy() 79 ceph_decode_8_safe(p, end, marker, bad); in ceph_decode_entity_addr() [all …]
|
| H A D | osdmap.c | 78 bad: in crush_decode_uniform_bucket() 99 bad: in crush_decode_list_bucket() 116 bad: in crush_decode_tree_bucket() 137 bad: in crush_decode_straw_bucket() 153 bad: in crush_decode_straw2_bucket() 461 goto bad; in crush_decode() 672 bad: in crush_decode() 948 bad: in decode_pool() 979 bad: in decode_pool_names() 1805 bad: in osdmap_decode() [all …]
|
| /linux-6.15/drivers/tee/optee/ |
| H A D | rpc.c | 21 goto bad; in handle_rpc_func_cmd_get_time() 24 goto bad; in handle_rpc_func_cmd_get_time() 32 bad: in handle_rpc_func_cmd_get_time() 67 goto bad; in handle_rpc_func_cmd_i2c_transfer() 71 goto bad; in handle_rpc_func_cmd_i2c_transfer() 76 goto bad; in handle_rpc_func_cmd_i2c_transfer() 100 goto bad; in handle_rpc_func_cmd_i2c_transfer() 119 bad: in handle_rpc_func_cmd_i2c_transfer() 137 goto bad; in handle_rpc_func_cmd_wq() 159 bad: in handle_rpc_func_cmd_wq() [all …]
|
| /linux-6.15/net/rxrpc/ |
| H A D | peer_event.c | 372 int good, trial, bad, jumbo; in rxrpc_input_probe_for_pmtud() local 376 bad = peer->pmtud_bad; in rxrpc_input_probe_for_pmtud() 377 if (good >= bad - 1) { in rxrpc_input_probe_for_pmtud() 396 bad = trial; in rxrpc_input_probe_for_pmtud() 397 peer->pmtud_bad = bad; in rxrpc_input_probe_for_pmtud() 398 if (bad <= max_data) in rxrpc_input_probe_for_pmtud() 399 max_data = bad - 1; in rxrpc_input_probe_for_pmtud() 420 if (good < RXRPC_JUMBO(2) && bad > RXRPC_JUMBO(2)) in rxrpc_input_probe_for_pmtud() 422 else if (good < RXRPC_JUMBO(4) && bad > RXRPC_JUMBO(4)) in rxrpc_input_probe_for_pmtud() 435 trial = (good + bad) / 2; in rxrpc_input_probe_for_pmtud() [all …]
|
| /linux-6.15/tools/testing/ktest/ |
| H A D | config-bisect.pl | 700 my $bad = "$bad_start.tmp"; 717 if ( -f $good || -f $bad ) { 724 if ( -f $bad ) { 725 $p = "$p$bad exists\n"; 735 run_command "cp $bad_start $bad" or die "failed to copy to $bad\n"; 740 if ( ! -f $bad ) { 741 die "Can not find file $bad\n"; 746 run_command "cp $output_config $bad" or die "failed to copy $config to $bad\n"; 752 my $ret = config_bisect $good, $bad; 761 run_command "rm $bad"; [all …]
|
| /linux-6.15/security/selinux/ss/ |
| H A D | policydb.c | 1133 goto bad; in perm_read() 1140 goto bad; in perm_read() 1147 bad: in perm_read() 1193 bad: in common_read() 1409 bad: in class_read() 1466 bad: in role_read() 1514 bad: in type_read() 1591 bad: in user_read() 1627 bad: in sens_read() 1660 bad: in cat_read() [all …]
|
| H A D | ebitmap.c | 387 goto bad; in ebitmap_read() 400 goto bad; in ebitmap_read() 406 goto bad; in ebitmap_read() 414 goto bad; in ebitmap_read() 420 goto bad; in ebitmap_read() 430 goto bad; in ebitmap_read() 443 goto bad; in ebitmap_read() 449 goto bad; in ebitmap_read() 454 goto bad; in ebitmap_read() 467 goto bad; in ebitmap_read() [all …]
|
| /linux-6.15/drivers/mtd/ubi/ |
| H A D | vtbl.c | 196 goto bad; in vtbl_check() 201 goto bad; in vtbl_check() 207 goto bad; in vtbl_check() 214 goto bad; in vtbl_check() 219 goto bad; in vtbl_check() 224 goto bad; in vtbl_check() 231 goto bad; in vtbl_check() 236 goto bad; in vtbl_check() 241 goto bad; in vtbl_check() 269 bad: in vtbl_check() [all …]
|
| H A D | io.c | 655 goto bad; in validate_ec_hdr() 661 goto bad; in validate_ec_hdr() 667 goto bad; in validate_ec_hdr() 672 goto bad; in validate_ec_hdr() 677 bad: in validate_ec_hdr() 899 goto bad; in validate_vid_hdr() 905 goto bad; in validate_vid_hdr() 910 goto bad; in validate_vid_hdr() 915 goto bad; in validate_vid_hdr() 922 goto bad; in validate_vid_hdr() [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bug-bisect.rst | 45 $ git bisect bad [commit] 58 $ git bisect bad 66 $ git bisect bad # Current version is bad 70 .. [#f1] 您可以(可选地)在开始git bisect的时候提供good或bad参数
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bug-bisect.rst | 48 $ git bisect bad [commit] 61 $ git bisect bad 69 $ git bisect bad # Current version is bad 73 .. [#f1] 您可以(可選地)在開始git bisect的時候提供good或bad參數
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | health.c | 197 bool bad; in xchk_update_health() local 211 bad = (sc->sm->sm_flags & (XFS_SCRUB_OFLAG_CORRUPT | in xchk_update_health() 213 if (!bad) in xchk_update_health() 222 if (bad) in xchk_update_health() 240 if (bad) in xchk_update_health() 248 if (bad) in xchk_update_health() 257 if (bad) in xchk_update_health()
|
| H A D | inode.c | 315 goto bad; in xchk_inode_flags() 319 goto bad; in xchk_inode_flags() 323 goto bad; in xchk_inode_flags() 331 goto bad; in xchk_inode_flags() 336 goto bad; in xchk_inode_flags() 340 goto bad; in xchk_inode_flags() 343 bad: in xchk_inode_flags() 366 goto bad; in xchk_inode_flags2() 372 goto bad; in xchk_inode_flags2() 376 goto bad; in xchk_inode_flags2() [all …]
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | mtdnand.rst | 425 with the bad block marker positions. See bad block table support for 442 The bad block table contains all bad block information of the device 447 A bad block table is used per chip and contains the bad block 463 of the bad block table without data loss. 487 accidental access by marking them bad in the memory bad block table. The 498 - Store bad block table per chip 531 set then a per device bad block table is used. 580 the bad block table descriptor. 586 the bad block table is written then the whole block is read the bad 705 block is bad. This applies only to the first [all …]
|
| /linux-6.15/drivers/pcmcia/ |
| H A D | rsrc_nonstatic.c | 216 bad = any = 0; in do_io_probe() 222 if (!bad) in do_io_probe() 233 if (!bad) in do_io_probe() 236 if (bad) { in do_io_probe() 237 sub_interval(&s_data->io_db, bad, i-bad); in do_io_probe() 239 bad = 0; in do_io_probe() 243 if (bad) { in do_io_probe() 245 sub_interval(&s_data->io_db, bad, i-bad); in do_io_probe() 249 sub_interval(&s_data->io_db, bad, i-bad); in do_io_probe() 435 if (!bad) in do_mem_probe() [all …]
|
| /linux-6.15/drivers/of/unittest-data/ |
| H A D | tests-phandle.dtsi | 60 phandle-list-bad-phandle = <12345678 0 0>; 61 phandle-list-bad-args = <&provider2 1 0>, 78 phandle-list-bad-phandle = <12345678 0 0>; 79 phandle-list-bad-args = <&provider2 1 0>,
|
| /linux-6.15/drivers/md/ |
| H A D | dm-verity-target.c | 1459 goto bad; in verity_ctr() 1464 goto bad; in verity_ctr() 1470 goto bad; in verity_ctr() 1486 goto bad; in verity_ctr() 1493 goto bad; in verity_ctr() 1499 goto bad; in verity_ctr() 1508 goto bad; in verity_ctr() 1518 goto bad; in verity_ctr() 1527 goto bad; in verity_ctr() 1690 bad: in verity_ctr() [all …]
|
| /linux-6.15/scripts/coccinelle/tests/ |
| H A D | doubletest.cocci | 30 @bad@ 42 @depends on context && !bad@ 49 @script:python depends on org && !bad@ 55 @script:python depends on report && !bad@
|
| /linux-6.15/drivers/md/persistent-data/ |
| H A D | dm-space-map-disk.c | 233 goto bad; in dm_sm_disk_create() 237 goto bad; in dm_sm_disk_create() 241 goto bad; in dm_sm_disk_create() 245 bad: in dm_sm_disk_create() 267 goto bad; in dm_sm_disk_open() 271 goto bad; in dm_sm_disk_open() 275 bad: in dm_sm_disk_open()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | util.c | 803 bool bad; 810 bad = true; 820 if (bad) { 840 bool bad; 847 bad = true; 857 if (bad) { 877 bool bad; 884 bad = true; 894 if (bad) { 915 bool bad; [all …]
|