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:prev_free
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/
H
A
D
misc.c
88
if (sbi->
prev_free
!= -1)
in fat_clusters_flush()
89
fsinfo->next_cluster = cpu_to_le32(sbi->
prev_free
);
in fat_clusters_flush()
H
A
D
inode.c
1707
sbi->
prev_free
= FAT_START_ENT;
in fat_fill_super()
1748
sbi->
prev_free
= le32_to_cpu(fsinfo->next_cluster);
in fat_fill_super()
1804
/* check the
prev_free
, it's not necessarily correct */
in fat_fill_super()
1805
sbi->
prev_free
%= sbi->max_cluster;
in fat_fill_super()
1806
if (sbi->
prev_free
< FAT_START_ENT)
in fat_fill_super()
1807
sbi->
prev_free
= FAT_START_ENT;
in fat_fill_super()
H
A
D
fatent.c
487
fatent_set_entry(&fatent, sbi->
prev_free
+ 1);
in fat_alloc_clusters()
508
sbi->
prev_free
= entry;
in fat_alloc_clusters()
H
A
D
fat.h
79
unsigned int
prev_free
; /* previously allocated cluster number */
member
/kernel/linux/linux-6.6/fs/fat/
H
A
D
misc.c
94
if (sbi->
prev_free
!= -1)
in fat_clusters_flush()
95
fsinfo->next_cluster = cpu_to_le32(sbi->
prev_free
);
in fat_clusters_flush()
H
A
D
inode.c
1703
sbi->
prev_free
= FAT_START_ENT;
in fat_fill_super()
1744
sbi->
prev_free
= le32_to_cpu(fsinfo->next_cluster);
in fat_fill_super()
1800
/* check the
prev_free
, it's not necessarily correct */
in fat_fill_super()
1801
sbi->
prev_free
%= sbi->max_cluster;
in fat_fill_super()
1802
if (sbi->
prev_free
< FAT_START_ENT)
in fat_fill_super()
1803
sbi->
prev_free
= FAT_START_ENT;
in fat_fill_super()
H
A
D
fatent.c
488
fatent_set_entry(&fatent, sbi->
prev_free
+ 1);
in fat_alloc_clusters()
509
sbi->
prev_free
= entry;
in fat_alloc_clusters()
H
A
D
fat.h
79
unsigned int
prev_free
; /* previously allocated cluster number */
member
Completed in 11 milliseconds