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:s_block_bitmap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
balloc.c
47
bitmap->
s_block_bitmap
[bitmap_nr] = bh;
in read_block_bitmap()
88
if (bitmap->
s_block_bitmap
[block_group])
in __load_block_bitmap()
109
if (!bitmap->
s_block_bitmap
[slot])
in load_block_bitmap()
174
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_free_blocks()
221
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_prealloc_blocks()
270
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_new_block()
309
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_new_block()
H
A
D
udf_sb.h
86
struct buffer_head *
s_block_bitmap
[];
member
H
A
D
super.c
269
brelse(bitmap->
s_block_bitmap
[i]);
in udf_sb_free_bitmap()
1014
bitmap = kvzalloc(struct_size(bitmap,
s_block_bitmap
, nr_groups),
in udf_sb_alloc_bitmap()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
balloc.c
43
bitmap->
s_block_bitmap
[bitmap_nr] = bh;
in read_block_bitmap()
84
if (bitmap->
s_block_bitmap
[block_group])
in __load_block_bitmap()
105
if (!bitmap->
s_block_bitmap
[slot])
in load_block_bitmap()
170
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_free_blocks()
217
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_prealloc_blocks()
266
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_new_block()
305
bh = bitmap->
s_block_bitmap
[bitmap_nr];
in udf_bitmap_new_block()
H
A
D
udf_sb.h
89
struct buffer_head *
s_block_bitmap
[];
member
H
A
D
super.c
272
brelse(bitmap->
s_block_bitmap
[i]);
in udf_sb_free_bitmap()
1018
bitmap = kvzalloc(struct_size(bitmap,
s_block_bitmap
, nr_groups),
in udf_sb_alloc_bitmap()
Completed in 9 milliseconds