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:used_clusters
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
fatent.c
190
sbi->
used_clusters
-= num_clusters;
in exfat_free_cluster()
282
if (unlikely(total_cnt < sbi->
used_clusters
)) {
in exfat_alloc_cluster()
285
__func__, total_cnt, sbi->
used_clusters
);
in exfat_alloc_cluster()
289
if (num_alloc > total_cnt - sbi->
used_clusters
)
in exfat_alloc_cluster()
361
sbi->
used_clusters
+= num_clusters;
in exfat_alloc_cluster()
H
A
D
super.c
78
if (sbi->
used_clusters
== EXFAT_CLUSTERS_UNTRACKED) {
in exfat_statfs()
80
if (exfat_count_used_clusters(sb, &sbi->
used_clusters
)) {
in exfat_statfs()
90
buf->f_bfree = buf->f_blocks - sbi->
used_clusters
;
in exfat_statfs()
494
sbi->
used_clusters
= EXFAT_CLUSTERS_UNTRACKED;
in exfat_read_boot_sector()
600
ret = exfat_count_used_clusters(sb, &sbi->
used_clusters
);
in __exfat_fill_super()
H
A
D
exfat_fs.h
241
unsigned int
used_clusters
; /* number of used clusters */
member
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
fatent.c
223
sbi->
used_clusters
-= num_clusters;
in __exfat_free_cluster()
317
if (unlikely(total_cnt < sbi->
used_clusters
)) {
in exfat_alloc_cluster()
320
__func__, total_cnt, sbi->
used_clusters
);
in exfat_alloc_cluster()
324
if (num_alloc > total_cnt - sbi->
used_clusters
)
in exfat_alloc_cluster()
396
sbi->
used_clusters
+= num_alloc;
in exfat_alloc_cluster()
H
A
D
super.c
70
if (sbi->
used_clusters
== EXFAT_CLUSTERS_UNTRACKED) {
in exfat_statfs()
72
if (exfat_count_used_clusters(sb, &sbi->
used_clusters
)) {
in exfat_statfs()
82
buf->f_bfree = buf->f_blocks - sbi->
used_clusters
;
in exfat_statfs()
493
sbi->
used_clusters
= EXFAT_CLUSTERS_UNTRACKED;
in exfat_read_boot_sector()
599
ret = exfat_count_used_clusters(sb, &sbi->
used_clusters
);
in __exfat_fill_super()
H
A
D
exfat_fs.h
266
unsigned int
used_clusters
; /* number of used clusters */
member
Completed in 6 milliseconds