/linux/include/linux/ceph/ |
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/Documentation/admin-guide/device-mapper/ |
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/fs/ceph/ |
A D | mdsmap.c | 60 goto bad; \ 99 bad); in __decode_and_drop_compat_set() 102 ceph_decode_need(p, end, len, bad); in __decode_and_drop_compat_set() 107 bad: in __decode_and_drop_compat_set() 131 ceph_decode_need(p, end, 1 + 1, bad); in ceph_mdsmap_decode() 138 goto bad; in ceph_mdsmap_decode() 197 goto bad; in ceph_mdsmap_decode() 217 bad); in ceph_mdsmap_decode() 232 goto bad; in ceph_mdsmap_decode() 274 ceph_decode_32_safe(p, end, n, bad); in ceph_mdsmap_decode() [all …]
|
A D | mds_client.c | 92 bad: in parse_reply_info_quota() 228 bad: in parse_reply_info_in() 260 bad: in parse_reply_info_dir() 288 bad: in parse_reply_info_lease() 331 bad: in parse_reply_info_trace() 401 bad: in parse_reply_info_readdir() 423 bad: in parse_reply_info_filelock() 467 bad: in ceph_parse_deleg_inos() 504 bad: in ceph_parse_deleg_inos() 554 bad: in parse_reply_info_create() [all …]
|
/linux/net/ceph/ |
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 …]
|
A D | osdmap.c | 62 bad: in crush_decode_uniform_bucket() 83 bad: in crush_decode_list_bucket() 100 bad: in crush_decode_tree_bucket() 121 bad: in crush_decode_straw_bucket() 137 bad: in crush_decode_straw2_bucket() 445 goto bad; in crush_decode() 656 bad: in crush_decode() 932 bad: in decode_pool() 963 bad: in decode_pool_names() 1789 bad: in osdmap_decode() [all …]
|
A D | pagevec.c | 68 int l, bad; in ceph_copy_user_to_page_vector() local 72 bad = copy_from_user(page_address(pages[i]) + po, data, l); in ceph_copy_user_to_page_vector() 73 if (bad == l) in ceph_copy_user_to_page_vector() 75 data += l - bad; in ceph_copy_user_to_page_vector() 76 left -= l - bad; in ceph_copy_user_to_page_vector() 77 po += l - bad; in ceph_copy_user_to_page_vector()
|
A D | auth_x.c | 187 goto bad; in process_one_ticket() 205 goto bad; in process_one_ticket() 240 goto bad; in process_one_ticket() 263 bad: in process_one_ticket() 282 ceph_decode_32_safe(p, end, num, bad); in ceph_x_proc_ticket_reply() 293 bad: in ceph_x_proc_ticket_reply() 431 ceph_encode_32_safe(p, end, 0, bad); in ceph_x_encode_ticket() 435 bad: in ceph_x_encode_ticket() 577 ceph_decode_32_safe(p, end, len, bad); in decode_con_secret() 578 ceph_decode_need(p, end, len, bad); in decode_con_secret() [all …]
|
/linux/drivers/tee/optee/ |
A D | rpc.c | 37 goto bad; in handle_rpc_func_cmd_get_time() 40 goto bad; in handle_rpc_func_cmd_get_time() 48 bad: in handle_rpc_func_cmd_get_time() 83 goto bad; in handle_rpc_func_cmd_i2c_transfer() 87 goto bad; in handle_rpc_func_cmd_i2c_transfer() 92 goto bad; in handle_rpc_func_cmd_i2c_transfer() 98 goto bad; in handle_rpc_func_cmd_i2c_transfer() 116 goto bad; in handle_rpc_func_cmd_i2c_transfer() 135 bad: in handle_rpc_func_cmd_i2c_transfer() 212 bad: in handle_rpc_func_cmd_wq() [all …]
|
/linux/security/selinux/ss/ |
A D | policydb.c | 1112 goto bad; in perm_read() 1119 goto bad; in perm_read() 1126 bad: in perm_read() 1170 bad: in common_read() 1385 bad: in class_read() 1441 bad: in role_read() 1488 bad: in type_read() 1565 bad: in user_read() 1606 bad: in sens_read() 1639 bad: in cat_read() [all …]
|
/linux/tools/testing/ktest/ |
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/drivers/mtd/ubi/ |
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 …]
|
A D | io.c | 643 goto bad; in validate_ec_hdr() 649 goto bad; in validate_ec_hdr() 655 goto bad; in validate_ec_hdr() 660 goto bad; in validate_ec_hdr() 665 bad: in validate_ec_hdr() 855 goto bad; in validate_vid_hdr() 861 goto bad; in validate_vid_hdr() 866 goto bad; in validate_vid_hdr() 871 goto bad; in validate_vid_hdr() 878 goto bad; in validate_vid_hdr() [all …]
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
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/fs/xfs/scrub/ |
A D | health.c | 131 bool bad; in xchk_update_health() local 136 bad = (sc->sm->sm_flags & (XFS_SCRUB_OFLAG_CORRUPT | in xchk_update_health() 141 if (bad) in xchk_update_health() 150 if (bad) in xchk_update_health() 156 if (bad) in xchk_update_health() 162 if (bad) in xchk_update_health()
|
A D | inode.c | 134 goto bad; in xchk_inode_flags() 138 goto bad; in xchk_inode_flags() 142 goto bad; in xchk_inode_flags() 150 goto bad; in xchk_inode_flags() 155 goto bad; in xchk_inode_flags() 159 goto bad; in xchk_inode_flags() 162 bad: in xchk_inode_flags() 185 goto bad; in xchk_inode_flags2() 191 goto bad; in xchk_inode_flags2() 195 goto bad; in xchk_inode_flags2() [all …]
|
/linux/Documentation/driver-api/ |
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/net/bridge/ |
A D | br_netfilter_ipv6.c | 55 goto bad; in br_nf_check_hbh_len() 73 goto bad; in br_nf_check_hbh_len() 77 goto bad; in br_nf_check_hbh_len() 79 goto bad; in br_nf_check_hbh_len() 82 goto bad; in br_nf_check_hbh_len() 87 goto bad; in br_nf_check_hbh_len() 95 bad: in br_nf_check_hbh_len()
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
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/drivers/md/ |
A D | dm-verity-target.c | 1074 goto bad; in verity_ctr() 1079 goto bad; in verity_ctr() 1085 goto bad; in verity_ctr() 1092 goto bad; in verity_ctr() 1099 goto bad; in verity_ctr() 1105 goto bad; in verity_ctr() 1114 goto bad; in verity_ctr() 1124 goto bad; in verity_ctr() 1133 goto bad; in verity_ctr() 1140 goto bad; in verity_ctr() [all …]
|
/linux/drivers/pcmcia/ |
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/drivers/gpu/drm/scheduler/ |
A D | sched_main.c | 369 drm_sched_increase_karma_ext(bad, 1); in drm_sched_increase_karma() 373 void drm_sched_reset_karma(struct drm_sched_job *bad) in drm_sched_reset_karma() argument 375 drm_sched_increase_karma_ext(bad, 0); in drm_sched_reset_karma() 404 if (bad && bad->sched == sched) in drm_sched_stop() 409 list_add(&bad->list, &sched->pending_list); in drm_sched_stop() 445 if (bad != s_job) in drm_sched_stop() 1085 struct drm_gpu_scheduler *sched = bad->sched; in drm_sched_increase_karma_ext() 1091 if (bad->s_priority != DRM_SCHED_PRIORITY_KERNEL) { in drm_sched_increase_karma_ext() 1093 atomic_set(&bad->karma, 0); in drm_sched_increase_karma_ext() 1095 atomic_inc(&bad->karma); in drm_sched_increase_karma_ext() [all …]
|
/linux/Documentation/admin-guide/ |
A D | bug-bisect.rst | 41 $ git bisect bad [commit] 54 $ git bisect bad 60 - For example, if you know that the current version is bad, and version 64 $ git bisect bad # Current version is bad 68 .. [#f1] You can, optionally, provide both good and bad arguments at git
|
/linux/drivers/of/unittest-data/ |
A D | tests-phandle.dtsi | 51 phandle-list-bad-phandle = <12345678 0 0>; 52 phandle-list-bad-args = <&provider2 1 0>, 68 phandle-list-bad-phandle = <12345678 0 0>; 69 phandle-list-bad-args = <&provider2 1 0>,
|
/linux/drivers/md/persistent-data/ |
A D | dm-space-map-disk.c | 232 goto bad; in dm_sm_disk_create() 236 goto bad; in dm_sm_disk_create() 240 goto bad; in dm_sm_disk_create() 244 bad: in dm_sm_disk_create() 266 goto bad; in dm_sm_disk_open() 270 goto bad; in dm_sm_disk_open() 274 bad: in dm_sm_disk_open()
|