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:clu_srch_ptr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
fatent.c
295
if (sbi->
clu_srch_ptr
< EXFAT_FIRST_CLUSTER) {
in exfat_alloc_cluster()
296
exfat_err(sb, "sbi->
clu_srch_ptr
is invalid (%u)\n",
in exfat_alloc_cluster()
297
sbi->
clu_srch_ptr
);
in exfat_alloc_cluster()
298
sbi->
clu_srch_ptr
= EXFAT_FIRST_CLUSTER;
in exfat_alloc_cluster()
301
hint_clu = exfat_find_free_bitmap(sb, sbi->
clu_srch_ptr
);
in exfat_alloc_cluster()
360
sbi->
clu_srch_ptr
= hint_clu;
in exfat_alloc_cluster()
H
A
D
exfat_fs.h
240
unsigned int
clu_srch_ptr
; /* cluster search pointer */
member
H
A
D
super.c
493
sbi->
clu_srch_ptr
= EXFAT_FIRST_CLUSTER;
in exfat_read_boot_sector()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
fatent.c
332
if (sbi->
clu_srch_ptr
< EXFAT_FIRST_CLUSTER) {
in exfat_alloc_cluster()
333
exfat_err(sb, "sbi->
clu_srch_ptr
is invalid (%u)",
in exfat_alloc_cluster()
334
sbi->
clu_srch_ptr
);
in exfat_alloc_cluster()
335
sbi->
clu_srch_ptr
= EXFAT_FIRST_CLUSTER;
in exfat_alloc_cluster()
338
hint_clu = exfat_find_free_bitmap(sb, sbi->
clu_srch_ptr
);
in exfat_alloc_cluster()
395
sbi->
clu_srch_ptr
= hint_clu;
in exfat_alloc_cluster()
H
A
D
exfat_fs.h
265
unsigned int
clu_srch_ptr
; /* cluster search pointer */
member
H
A
D
super.c
492
sbi->
clu_srch_ptr
= EXFAT_FIRST_CLUSTER;
in exfat_read_boot_sector()
Completed in 6 milliseconds