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:frextents
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
fscounters.c
56
uint64_t
frextents
;
member
402
fsc->
frextents
+= rec->ar_extcount;
in xchk_fscount_add_frextent()
417
fsc->
frextents
= 0;
in xchk_fscount_count_frextents()
439
fsc->
frextents
= 0;
in xchk_fscount_count_frextents()
503
int64_t icount, ifree, fdblocks,
frextents
;
in xchk_fscounters()
local
511
frextents
= percpu_counter_sum(&mp->m_frextents);
in xchk_fscounters()
523
* froze the fs. This is much more likely to happen with
frextents
in xchk_fscounters()
526
if (fdblocks < 0 ||
frextents
< 0) {
in xchk_fscounters()
542
/* See if
frextents
is obviously wrong. */
in xchk_fscounters()
543
if (
frextents
> m
in xchk_fscounters()
[all...]
Completed in 1 milliseconds