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:zinfo
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
zoned.c
226
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
in btrfs_get_dev_zones()
local
239
if (
zinfo
->zone_cache) {
in btrfs_get_dev_zones()
243
ASSERT(IS_ALIGNED(pos,
zinfo
->zone_size));
in btrfs_get_dev_zones()
244
zno = pos >>
zinfo
->zone_size_shift;
in btrfs_get_dev_zones()
249
*nr_zones = min_t(u32, *nr_zones,
zinfo
->nr_zones - zno);
in btrfs_get_dev_zones()
254
zone_info = &
zinfo
->zone_cache[zno + i];
in btrfs_get_dev_zones()
261
memcpy(zones,
zinfo
->zone_cache + zno,
in btrfs_get_dev_zones()
262
sizeof(*
zinfo
->zone_cache) * *nr_zones);
in btrfs_get_dev_zones()
281
if (
zinfo
->zone_cache) {
in btrfs_get_dev_zones()
282
u32 zno = pos >>
zinfo
in btrfs_get_dev_zones()
918
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
btrfs_sb_log_location()
local
941
is_sb_log_zone(struct btrfs_zoned_device_info *
zinfo
, int mirror)
is_sb_log_zone()
argument
961
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
btrfs_advance_sb_log()
local
1047
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
btrfs_find_allocatable_zones()
local
1163
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
btrfs_ensure_empty_zones()
local
1992
struct btrfs_zoned_device_info *
zinfo
;
btrfs_zone_activate()
local
2156
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
do_zone_finish()
local
2211
struct btrfs_zoned_device_info *
zinfo
= device->zone_info;
btrfs_can_activate_zone()
local
[all...]
Completed in 3 milliseconds