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:cur_devices
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.c
2094
struct btrfs_fs_devices *
cur_devices
;
in btrfs_rm_device()
local
2180
* In normal cases the
cur_devices
== fs_devices. But in case
in btrfs_rm_device()
2181
* of deleting a seed device, the
cur_devices
should point to
in btrfs_rm_device()
2184
cur_devices
= device->fs_devices;
in btrfs_rm_device()
2188
cur_devices
->num_devices--;
in btrfs_rm_device()
2189
cur_devices
->total_devices--;
in btrfs_rm_device()
2191
if (
cur_devices
!= fs_devices)
in btrfs_rm_device()
2195
cur_devices
->missing_devices--;
in btrfs_rm_device()
2200
cur_devices
->open_devices--;
in btrfs_rm_device()
2234
* This can happen if
cur_devices
i
in btrfs_rm_device()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.c
2137
struct btrfs_fs_devices *
cur_devices
;
in btrfs_rm_device()
local
2219
* In normal cases the
cur_devices
== fs_devices. But in case
in btrfs_rm_device()
2220
* of deleting a seed device, the
cur_devices
should point to
in btrfs_rm_device()
2223
cur_devices
= device->fs_devices;
in btrfs_rm_device()
2227
cur_devices
->num_devices--;
in btrfs_rm_device()
2228
cur_devices
->total_devices--;
in btrfs_rm_device()
2230
if (
cur_devices
!= fs_devices)
in btrfs_rm_device()
2234
cur_devices
->missing_devices--;
in btrfs_rm_device()
2239
cur_devices
->open_devices--;
in btrfs_rm_device()
2261
if (
cur_devices
in btrfs_rm_device()
[all...]
Completed in 14 milliseconds