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:total_avail
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
space-info.c
509
u64
total_avail
= 0;
in btrfs_dump_space_info()
local
537
total_avail
+= avail;
in btrfs_dump_space_info()
543
btrfs_info(fs_info, "%llu bytes available across all block groups",
total_avail
);
in btrfs_dump_space_info()
H
A
D
volumes.h
495
u64
total_avail
;
member
H
A
D
volumes.c
5038
* sort the devices in descending order by max_avail,
total_avail
5049
if (di_a->
total_avail
> di_b->
total_avail
)
in btrfs_cmp_device_info()
5051
if (di_a->
total_avail
< di_b->
total_avail
)
in btrfs_cmp_device_info()
5191
u64
total_avail
;
in gather_device_info()
local
5215
total_avail
= device->total_bytes - device->bytes_used;
in gather_device_info()
5217
total_avail
= 0;
in gather_device_info()
5220
if (
total_avail
< ctl->dev_extent_min)
in gather_device_info()
5247
devices_info[ndevs].
total_avail
in gather_device_info()
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
fslog.c
1041
u32
total_avail
;
member
1359
log->
total_avail
= log->total_avail_pages >> log->page_bits;
in log_create()
1366
log->max_current_avail = log->
total_avail
* log->reserved;
in log_create()
1367
log->
total_avail
= log->
total_avail
* log->data_size;
in log_create()
2395
if (rec_len >= log->
total_avail
)
in find_log_rec()
3992
log->
total_avail
= log->total_avail_pages >> log->page_bits;
in log_replay()
3993
log->max_current_avail = log->
total_avail
* log->reserved;
in log_replay()
3994
log->
total_avail
= log->
total_avail
* lo
in log_replay()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.h
350
u64
total_avail
;
member
H
A
D
volumes.c
4877
* sort the devices in descending order by max_avail,
total_avail
4888
if (di_a->
total_avail
> di_b->
total_avail
)
in btrfs_cmp_device_info()
4890
if (di_a->
total_avail
< di_b->
total_avail
)
in btrfs_cmp_device_info()
5004
u64
total_avail
;
in gather_device_info()
local
5028
total_avail
= device->total_bytes - device->bytes_used;
in gather_device_info()
5030
total_avail
= 0;
in gather_device_info()
5033
if (
total_avail
< ctl->dev_extent_min)
in gather_device_info()
5060
devices_info[ndevs].
total_avail
in gather_device_info()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4state.c
1663
unsigned long avail,
total_avail
;
in nfsd4_get_drc_mem()
local
1668
total_avail
= nfsd_drc_max_mem - nfsd_drc_mem_used;
in nfsd4_get_drc_mem()
1675
total_avail
= 0;
in nfsd4_get_drc_mem()
1676
avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION,
total_avail
);
in nfsd4_get_drc_mem()
1689
total_avail
/scale_factor);
in nfsd4_get_drc_mem()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
1782
unsigned long avail,
total_avail
;
in nfsd4_get_drc_mem()
local
1787
total_avail
= nfsd_drc_max_mem - nfsd_drc_mem_used;
in nfsd4_get_drc_mem()
1794
total_avail
= 0;
in nfsd4_get_drc_mem()
1795
avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION,
total_avail
);
in nfsd4_get_drc_mem()
1808
total_avail
/scale_factor);
in nfsd4_get_drc_mem()
Completed in 41 milliseconds