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_used_blocks
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/zonefs/
H
A
D
super.c
171
if (sbi->
s_used_blocks
> nr_blocks)
in zonefs_update_stats()
172
sbi->
s_used_blocks
-= nr_blocks;
in zonefs_update_stats()
174
sbi->
s_used_blocks
= 0;
in zonefs_update_stats()
176
sbi->
s_used_blocks
+=
in zonefs_update_stats()
178
if (sbi->
s_used_blocks
> sbi->s_blocks)
in zonefs_update_stats()
179
sbi->
s_used_blocks
= sbi->s_blocks;
in zonefs_update_stats()
453
if (WARN_ON(sbi->
s_used_blocks
> sbi->s_blocks))
in zonefs_statfs()
456
buf->f_bfree = buf->f_blocks - sbi->
s_used_blocks
;
in zonefs_statfs()
1043
sbi->
s_used_blocks
+= z->z_wpoffset >> sb->s_blocksize_bits;
in zonefs_init_zgroup()
H
A
D
zonefs.h
233
loff_t
s_used_blocks
;
member
/kernel/linux/linux-5.10/fs/zonefs/
H
A
D
zonefs.h
184
loff_t
s_used_blocks
;
member
H
A
D
super.c
253
if (sbi->
s_used_blocks
> nr_blocks)
in zonefs_update_stats()
254
sbi->
s_used_blocks
-= nr_blocks;
in zonefs_update_stats()
256
sbi->
s_used_blocks
= 0;
in zonefs_update_stats()
258
sbi->
s_used_blocks
+=
in zonefs_update_stats()
260
if (sbi->
s_used_blocks
> sbi->s_blocks)
in zonefs_update_stats()
261
sbi->
s_used_blocks
= sbi->s_blocks;
in zonefs_update_stats()
1255
if (WARN_ON(sbi->
s_used_blocks
> sbi->s_blocks))
in zonefs_statfs()
1258
buf->f_bfree = buf->f_blocks - sbi->
s_used_blocks
;
in zonefs_statfs()
1421
sbi->
s_used_blocks
+= zi->i_wpoffset >> sb->s_blocksize_bits;
in zonefs_init_file_inode()
Completed in 6 milliseconds