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_lvid_bh
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
super.c
108
if (!UDF_SB(sb)->
s_lvid_bh
)
in udf_sb_lvidiu()
110
lvid = (struct logicalVolIntegrityDesc *)UDF_SB(sb)->
s_lvid_bh
->b_data;
in udf_sb_lvidiu()
1521
if (!sbi->
s_lvid_bh
) {
in udf_load_logicalvol()
1568
brelse(sbi->
s_lvid_bh
);
in udf_load_logicalvolint()
1569
sbi->
s_lvid_bh
= final_bh;
in udf_load_logicalvolint()
1581
brelse(sbi->
s_lvid_bh
);
in udf_load_logicalvolint()
1582
sbi->
s_lvid_bh
= NULL;
in udf_load_logicalvolint()
2033
struct buffer_head *bh = sbi->
s_lvid_bh
;
in udf_open_lvid()
2063
struct buffer_head *bh = sbi->
s_lvid_bh
;
in udf_close_lvid()
2109
bh = sbi->
s_lvid_bh
;
in lvid_get_unique_id()
[all...]
H
A
D
udf_sb.h
123
struct buffer_head *
s_lvid_bh
;
member
H
A
D
udfdecl.h
111
struct buffer_head *bh = UDF_SB(sb)->
s_lvid_bh
;
in udf_updated_lvid()
H
A
D
balloc.c
120
if (!sbi->
s_lvid_bh
)
in udf_add_free_space()
123
lvid = (struct logicalVolIntegrityDesc *)sbi->
s_lvid_bh
->b_data;
in udf_add_free_space()
H
A
D
namei.c
1050
if (UDF_SB(inode->i_sb)->
s_lvid_bh
) {
in udf_link()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
super.c
111
if (!UDF_SB(sb)->
s_lvid_bh
)
in udf_sb_lvidiu()
113
lvid = (struct logicalVolIntegrityDesc *)UDF_SB(sb)->
s_lvid_bh
->b_data;
in udf_sb_lvidiu()
1527
if (!sbi->
s_lvid_bh
) {
in udf_load_logicalvol()
1574
brelse(sbi->
s_lvid_bh
);
in udf_load_logicalvolint()
1575
sbi->
s_lvid_bh
= final_bh;
in udf_load_logicalvolint()
1587
brelse(sbi->
s_lvid_bh
);
in udf_load_logicalvolint()
1588
sbi->
s_lvid_bh
= NULL;
in udf_load_logicalvolint()
1993
struct buffer_head *bh = sbi->
s_lvid_bh
;
in udf_open_lvid()
2023
struct buffer_head *bh = sbi->
s_lvid_bh
;
in udf_close_lvid()
2069
bh = sbi->
s_lvid_bh
;
in lvid_get_unique_id()
[all...]
H
A
D
udf_sb.h
126
struct buffer_head *
s_lvid_bh
;
member
H
A
D
udfdecl.h
118
struct buffer_head *bh = UDF_SB(sb)->
s_lvid_bh
;
in udf_updated_lvid()
H
A
D
balloc.c
116
if (!sbi->
s_lvid_bh
)
in udf_add_free_space()
119
lvid = (struct logicalVolIntegrityDesc *)sbi->
s_lvid_bh
->b_data;
in udf_add_free_space()
H
A
D
namei.c
740
if (UDF_SB(inode->i_sb)->
s_lvid_bh
) {
in udf_link()
Completed in 12 milliseconds