Home
last modified time | relevance | path

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

12345678910>>...15

/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/fs/ceph/
A Dmdsmap.c60 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 Dmds_client.c92 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-6.3-rc2/drivers/tee/optee/
A Drpc.c20 goto bad; in handle_rpc_func_cmd_get_time()
23 goto bad; in handle_rpc_func_cmd_get_time()
31 bad: in handle_rpc_func_cmd_get_time()
66 goto bad; in handle_rpc_func_cmd_i2c_transfer()
70 goto bad; in handle_rpc_func_cmd_i2c_transfer()
75 goto bad; in handle_rpc_func_cmd_i2c_transfer()
99 goto bad; in handle_rpc_func_cmd_i2c_transfer()
118 bad: in handle_rpc_func_cmd_i2c_transfer()
134 goto bad; in handle_rpc_func_cmd_wq()
155 bad: in handle_rpc_func_cmd_wq()
[all …]
/linux-6.3-rc2/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-6.3-rc2/security/selinux/ss/
A Dpolicydb.c1106 goto bad; in perm_read()
1113 goto bad; in perm_read()
1120 bad: in perm_read()
1164 bad: in common_read()
1379 bad: in class_read()
1435 bad: in role_read()
1482 bad: in type_read()
1559 bad: in user_read()
1600 bad: in sens_read()
1633 bad: in cat_read()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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.c643 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-6.3-rc2/fs/xfs/scrub/
A Dhealth.c133 bool bad; in xchk_update_health() local
138 bad = (sc->sm->sm_flags & (XFS_SCRUB_OFLAG_CORRUPT | in xchk_update_health()
143 if (bad) in xchk_update_health()
152 if (bad) in xchk_update_health()
158 if (bad) in xchk_update_health()
164 if (bad) in xchk_update_health()
A Dinode.c134 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-6.3-rc2/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-6.3-rc2/net/bridge/
A Dbr_netfilter_ipv6.c55 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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/of/unittest-data/
A Dtests-phandle.dtsi51 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-6.3-rc2/Documentation/admin-guide/
A Dbug-bisect.rst41 $ 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-6.3-rc2/drivers/md/
A Ddm-verity-target.c1184 goto bad; in verity_ctr()
1189 goto bad; in verity_ctr()
1195 goto bad; in verity_ctr()
1211 goto bad; in verity_ctr()
1218 goto bad; in verity_ctr()
1224 goto bad; in verity_ctr()
1233 goto bad; in verity_ctr()
1243 goto bad; in verity_ctr()
1252 goto bad; in verity_ctr()
1259 goto bad; in verity_ctr()
[all …]
A Ddm-delay.c200 goto bad; in delay_ctr()
205 goto bad; in delay_ctr()
208 goto bad; in delay_ctr()
214 goto bad; in delay_ctr()
218 goto bad; in delay_ctr()
224 goto bad; in delay_ctr()
231 goto bad; in delay_ctr()
240 bad: in delay_ctr()
/linux-6.3-rc2/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-6.3-rc2/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()

Completed in 60 milliseconds

12345678910>>...15