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:lvid
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
super.c
104
struct logicalVolIntegrityDesc *
lvid
;
in udf_sb_lvidiu()
local
110
lvid
= (struct logicalVolIntegrityDesc *)UDF_SB(sb)->s_lvid_bh->b_data;
in udf_sb_lvidiu()
111
partnum = le32_to_cpu(
lvid
->numOfPartitions);
in udf_sb_lvidiu()
115
(((uint8_t *)(
lvid
+ 1)) + offset);
in udf_sb_lvidiu()
1544
struct logicalVolIntegrityDesc *
lvid
;
in udf_load_logicalvolint()
local
1571
lvid
= (struct logicalVolIntegrityDesc *)final_bh->b_data;
in udf_load_logicalvolint()
1572
if (
lvid
->nextIntegrityExt.extLength == 0)
in udf_load_logicalvolint()
1575
loc = leea_to_cpu(
lvid
->nextIntegrityExt);
in udf_load_logicalvolint()
1585
parts = le32_to_cpu(
lvid
->numOfPartitions);
in udf_load_logicalvolint()
1586
impuselen = le32_to_cpu(
lvid
in udf_load_logicalvolint()
2018
udf_finalize_
lvid
(struct logicalVolIntegrityDesc *
lvid
)
udf_finalize_lvid()
argument
2034
struct logicalVolIntegrityDesc *
lvid
;
udf_open_lvid()
local
2064
struct logicalVolIntegrityDesc *
lvid
;
udf_close_lvid()
local
2104
struct logicalVolIntegrityDesc *
lvid
;
lvid_get_unique_id()
local
2377
struct logicalVolIntegrityDesc *
lvid
;
udf_sync_fs()
local
2517
struct logicalVolIntegrityDesc *
lvid
=
udf_count_free()
local
[all...]
H
A
D
balloc.c
118
struct logicalVolIntegrityDesc *
lvid
;
in udf_add_free_space()
local
123
lvid
= (struct logicalVolIntegrityDesc *)sbi->s_lvid_bh->b_data;
in udf_add_free_space()
124
le32_add_cpu(&
lvid
->freeSpaceTable[partition], cnt);
in udf_add_free_space()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
super.c
107
struct logicalVolIntegrityDesc *
lvid
;
in udf_sb_lvidiu()
local
113
lvid
= (struct logicalVolIntegrityDesc *)UDF_SB(sb)->s_lvid_bh->b_data;
in udf_sb_lvidiu()
114
partnum = le32_to_cpu(
lvid
->numOfPartitions);
in udf_sb_lvidiu()
118
(((uint8_t *)(
lvid
+ 1)) + offset);
in udf_sb_lvidiu()
1550
struct logicalVolIntegrityDesc *
lvid
;
in udf_load_logicalvolint()
local
1577
lvid
= (struct logicalVolIntegrityDesc *)final_bh->b_data;
in udf_load_logicalvolint()
1578
if (
lvid
->nextIntegrityExt.extLength == 0)
in udf_load_logicalvolint()
1581
loc = leea_to_cpu(
lvid
->nextIntegrityExt);
in udf_load_logicalvolint()
1591
parts = le32_to_cpu(
lvid
->numOfPartitions);
in udf_load_logicalvolint()
1592
impuselen = le32_to_cpu(
lvid
in udf_load_logicalvolint()
1978
udf_finalize_
lvid
(struct logicalVolIntegrityDesc *
lvid
)
udf_finalize_lvid()
argument
1994
struct logicalVolIntegrityDesc *
lvid
;
udf_open_lvid()
local
2024
struct logicalVolIntegrityDesc *
lvid
;
udf_close_lvid()
local
2064
struct logicalVolIntegrityDesc *
lvid
;
lvid_get_unique_id()
local
2337
struct logicalVolIntegrityDesc *
lvid
;
udf_sync_fs()
local
2476
struct logicalVolIntegrityDesc *
lvid
=
udf_count_free()
local
[all...]
H
A
D
balloc.c
114
struct logicalVolIntegrityDesc *
lvid
;
in udf_add_free_space()
local
119
lvid
= (struct logicalVolIntegrityDesc *)sbi->s_lvid_bh->b_data;
in udf_add_free_space()
120
le32_add_cpu(&
lvid
->freeSpaceTable[partition], cnt);
in udf_add_free_space()
Completed in 8 milliseconds