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:disk_total_bytes
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
dev-replace.c
204
dev_replace->tgtdev->
disk_total_bytes
=
in btrfs_init_dev_replace()
205
dev_replace->srcdev->
disk_total_bytes
;
in btrfs_init_dev_replace()
303
device->
disk_total_bytes
= btrfs_device_get_disk_total_bytes(srcdev);
in btrfs_init_dev_replace_tgtdev()
798
src_device->
disk_total_bytes
);
in btrfs_dev_replace_finishing()
H
A
D
volumes.h
85
u64
disk_total_bytes
;
member
208
BTRFS_DEVICE_GETSET_FUNCS(
disk_total_bytes
);
variable
H
A
D
volumes.c
2650
device->
disk_total_bytes
= device->total_bytes;
in btrfs_init_new_device()
6800
device->
disk_total_bytes
= btrfs_device_total_bytes(leaf, dev_item);
in fill_device_from_item()
6801
device->total_bytes = device->
disk_total_bytes
;
in fill_device_from_item()
6802
device->commit_total_bytes = device->
disk_total_bytes
;
in fill_device_from_item()
7606
curr->commit_total_bytes = curr->
disk_total_bytes
;
in btrfs_commit_device_sizes()
7691
if (dev->
disk_total_bytes
== 0) {
in verify_one_dev_extent()
7705
if (physical_offset + physical_len > dev->
disk_total_bytes
) {
in verify_one_dev_extent()
7709
dev->
disk_total_bytes
);
in verify_one_dev_extent()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.h
119
u64
disk_total_bytes
;
member
263
BTRFS_DEVICE_GETSET_FUNCS(
disk_total_bytes
);
variable
H
A
D
dev-replace.c
209
dev_replace->tgtdev->
disk_total_bytes
=
in btrfs_init_dev_replace()
210
dev_replace->srcdev->
disk_total_bytes
;
in btrfs_init_dev_replace()
310
device->
disk_total_bytes
= btrfs_device_get_disk_total_bytes(srcdev);
in btrfs_init_dev_replace_tgtdev()
970
src_device->
disk_total_bytes
);
in btrfs_dev_replace_finishing()
H
A
D
volumes.c
2689
device->
disk_total_bytes
= device->total_bytes;
in btrfs_init_new_device()
6869
device->
disk_total_bytes
= btrfs_device_total_bytes(leaf, dev_item);
in fill_device_from_item()
6870
device->total_bytes = device->
disk_total_bytes
;
in fill_device_from_item()
6871
device->commit_total_bytes = device->
disk_total_bytes
;
in fill_device_from_item()
7685
curr->commit_total_bytes = curr->
disk_total_bytes
;
in btrfs_commit_device_sizes()
7780
if (physical_offset + physical_len > dev->
disk_total_bytes
) {
in verify_one_dev_extent()
7784
dev->
disk_total_bytes
);
in verify_one_dev_extent()
H
A
D
zoned.c
2351
total += device->
disk_total_bytes
;
in btrfs_zoned_should_reclaim()
Completed in 27 milliseconds