Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:sick_mask
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
health.c
32
* 1. Create a "
sick_mask
" field in the scrub context. When we're setting up a
35
*
sick_mask
value if they choose.
40
* 3. If the scrubber finds that A is clean, use
sick_mask
to clear the incore
43
* 4. If the scrubber finds that A is corrupt, use
sick_mask
to set the incore
52
* use
sick_mask
to clear the incore sick flags. This should have the effect
56
* use
sick_mask
to set the incore sick flags. This should have no externally
67
* of 5-7 still apply, but with a
sick_mask
that covers everything being
82
unsigned int
sick_mask
;
member
117
return type_to_health_flag[scrub_type].
sick_mask
;
in xchk_health_mask_for_scrub_type()
124
*
sick_mask
, n
[all...]
H
A
D
scrub.h
105
unsigned int
sick_mask
;
member
H
A
D
scrub.c
509
sc->
sick_mask
= xchk_health_mask_for_scrub_type(sm->sm_type);
in xfs_scrub_metadata()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
health.c
28
* 1. Create a "
sick_mask
" field in the scrub context. When we're setting up a
31
*
sick_mask
value if they choose.
36
* 3. If the scrubber finds that A is clean, use
sick_mask
to clear the incore
39
* 4. If the scrubber finds that A is corrupt, use
sick_mask
to set the incore
48
* use
sick_mask
to clear the incore sick flags. This should have the effect
52
* use
sick_mask
to set the incore sick flags. This should have no externally
63
* of 5-7 still apply, but with a
sick_mask
that covers everything being
78
unsigned int
sick_mask
;
member
113
return type_to_health_flag[scrub_type].
sick_mask
;
in xchk_health_mask_for_scrub_type()
120
*
sick_mask
, n
[all...]
H
A
D
scrub.h
74
unsigned int
sick_mask
;
member
H
A
D
scrub.c
492
sc.
sick_mask
= xchk_health_mask_for_scrub_type(sm->sm_type);
in xfs_scrub_metadata()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_health.c
267
unsigned int
sick_mask
;
member
292
if (checked & m->
sick_mask
)
in xfgeo_health_tick()
294
if (sick & m->
sick_mask
)
in xfgeo_health_tick()
312
for (m = fs_map; m->
sick_mask
; m++)
in xfs_fsop_geom_health()
316
for (m = rt_map; m->
sick_mask
; m++)
in xfs_fsop_geom_health()
348
for (m = ag_map; m->
sick_mask
; m++) {
in xfs_ag_geom_health()
349
if (checked & m->
sick_mask
)
in xfs_ag_geom_health()
351
if (sick & m->
sick_mask
)
in xfs_ag_geom_health()
382
for (m = ino_map; m->
sick_mask
; m++) {
in xfs_bulkstat_health()
383
if (checked & m->
sick_mask
)
in xfs_bulkstat_health()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_health.c
274
unsigned int
sick_mask
;
member
299
if (checked & m->
sick_mask
)
in xfgeo_health_tick()
301
if (sick & m->
sick_mask
)
in xfgeo_health_tick()
319
for (m = fs_map; m->
sick_mask
; m++)
in xfs_fsop_geom_health()
323
for (m = rt_map; m->
sick_mask
; m++)
in xfs_fsop_geom_health()
355
for (m = ag_map; m->
sick_mask
; m++) {
in xfs_ag_geom_health()
356
if (checked & m->
sick_mask
)
in xfs_ag_geom_health()
358
if (sick & m->
sick_mask
)
in xfs_ag_geom_health()
389
for (m = ino_map; m->
sick_mask
; m++) {
in xfs_bulkstat_health()
390
if (checked & m->
sick_mask
)
in xfs_bulkstat_health()
[all...]
Completed in 5 milliseconds