Home
last modified time | relevance | path

Searched refs:bad (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/linux/include/linux/ceph/
A Ddecode.h57 #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/block/
A Dbadblocks.c692 (bad->start + bad->len) > BB_OFFSET(p[behind])) in overlap_behind()
729 if (BB_END(p[prev]) <= (bad->start + bad->len)) { in can_front_overwrite()
776 bad->len, bad->ack); in front_overwrite()
779 p[prev + 1] = BB_MAKE(bad->start + bad->len, in front_overwrite()
793 p[prev + 1] = BB_MAKE(bad->start, bad->len, bad->ack); in front_overwrite()
807 p[prev + 1] = BB_MAKE(bad->start, bad->len, bad->ack); in front_overwrite()
833 p[at] = BB_MAKE(bad->start, len, bad->ack); in insert_at()
913 if (bad.len > (BB_OFFSET(p[0]) - bad.start)) in _badblocks_set()
914 bad.len = BB_OFFSET(p[0]) - bad.start; in _badblocks_set()
1004 bad.len, BB_OFFSET(p[prev + 1]) - bad.start); in _badblocks_set()
[all …]
/linux/Documentation/admin-guide/device-mapper/
A Ddm-dust.rst11 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 Dmdsmap.c61 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 …]
A Dmds_client.c94 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/net/ceph/
A Ddecode.c21 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 Dpagevec.c68 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 Dosdmap.c78 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/drivers/tee/optee/
A Drpc.c21 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/security/selinux/ss/
A Dpolicydb.c1130 goto bad; in perm_read()
1137 goto bad; in perm_read()
1144 bad: in perm_read()
1190 bad: in common_read()
1406 bad: in class_read()
1463 bad: in role_read()
1511 bad: in type_read()
1588 bad: in user_read()
1629 bad: in sens_read()
1662 bad: in cat_read()
[all …]
A Debitmap.c387 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/tools/testing/ktest/
A Dconfig-bisect.pl700 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 Dvtbl.c196 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 Dio.c655 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/Documentation/translations/zh_CN/admin-guide/
A Dbug-bisect.rst45 $ git bisect bad [commit]
58 $ git bisect bad
66 $ git bisect bad # Current version is bad
70 .. [#f1] 您可以(可选地)在开始git bisect的时候提供good或bad参数
/linux/Documentation/translations/zh_TW/admin-guide/
A Dbug-bisect.rst48 $ git bisect bad [commit]
61 $ git bisect bad
69 $ git bisect bad # Current version is bad
73 .. [#f1] 您可以(可選地)在開始git bisect的時候提供good或bad參數
/linux/Documentation/driver-api/
A Dmtdnand.rst425 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/drivers/pcmcia/
A Drsrc_nonstatic.c216 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/fs/xfs/scrub/
A Dhealth.c187 bool bad; in xchk_update_health() local
204 bad = (sc->sm->sm_flags & (XFS_SCRUB_OFLAG_CORRUPT | in xchk_update_health()
209 if (bad) in xchk_update_health()
218 if (bad) { in xchk_update_health()
234 if (bad) in xchk_update_health()
240 if (bad) in xchk_update_health()
A Dinode.c278 goto bad; in xchk_inode_flags()
282 goto bad; in xchk_inode_flags()
286 goto bad; in xchk_inode_flags()
294 goto bad; in xchk_inode_flags()
299 goto bad; in xchk_inode_flags()
303 goto bad; in xchk_inode_flags()
306 bad: in xchk_inode_flags()
329 goto bad; in xchk_inode_flags2()
335 goto bad; in xchk_inode_flags2()
339 goto bad; in xchk_inode_flags2()
[all …]
/linux/drivers/of/unittest-data/
A Dtests-phandle.dtsi60 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/drivers/md/
A Ddm-verity-target.c1412 goto bad; in verity_ctr()
1417 goto bad; in verity_ctr()
1423 goto bad; in verity_ctr()
1439 goto bad; in verity_ctr()
1446 goto bad; in verity_ctr()
1452 goto bad; in verity_ctr()
1461 goto bad; in verity_ctr()
1471 goto bad; in verity_ctr()
1480 goto bad; in verity_ctr()
1643 bad: in verity_ctr()
[all …]
/linux/scripts/coccinelle/tests/
A Ddoubletest.cocci30 @bad@
42 @depends on context && !bad@
49 @script:python depends on org && !bad@
55 @script:python depends on report && !bad@
/linux/drivers/md/persistent-data/
A Ddm-space-map-disk.c233 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/net/ipv6/
A Dexthdrs_core.c124 goto bad; in ipv6_find_tlv()
129 goto bad; in ipv6_find_tlv()
147 goto bad; in ipv6_find_tlv()
150 goto bad; in ipv6_find_tlv()
157 bad: in ipv6_find_tlv()

Completed in 71 milliseconds

12345678910>>...16