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:xbitmap_range
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
bitmap.c
26
struct
xbitmap_range
*bmr;
in xbitmap_set()
28
bmr = kmem_alloc(sizeof(struct
xbitmap_range
), KM_MAYFAIL);
in xbitmap_set()
45
struct
xbitmap_range
*bmr;
in xbitmap_destroy()
46
struct
xbitmap_range
*n;
in xbitmap_destroy()
69
struct
xbitmap_range
*ap;
in xbitmap_range_cmp()
70
struct
xbitmap_range
*bp;
in xbitmap_range_cmp()
72
ap = container_of(a, struct
xbitmap_range
, list);
in xbitmap_range_cmp()
73
bp = container_of(b, struct
xbitmap_range
, list);
in xbitmap_range_cmp()
104
struct
xbitmap_range
*br;
in xbitmap_disunion()
105
struct
xbitmap_range
*new_b
in xbitmap_disunion()
[all...]
H
A
D
bitmap.h
9
struct
xbitmap_range
{
struct
H
A
D
repair.c
441
struct
xbitmap_range
*bmr;
in xrep_invalidate_blocks()
442
struct
xbitmap_range
*n;
in xrep_invalidate_blocks()
604
struct
xbitmap_range
*bmr;
in xrep_reap_extents()
605
struct
xbitmap_range
*n;
in xrep_reap_extents()
H
A
D
agheader_repair.c
573
struct
xbitmap_range
*br;
in xrep_agfl_init_header()
574
struct
xbitmap_range
*n;
in xrep_agfl_init_header()
Completed in 4 milliseconds