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:open_devices
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-thin-metadata.c
951
unsigned
open_devices
= 0;
in dm_pool_metadata_close()
local
957
open_devices
++;
in dm_pool_metadata_close()
965
if (
open_devices
) {
in dm_pool_metadata_close()
967
open_devices
);
in dm_pool_metadata_close()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-thin-metadata.c
997
unsigned int
open_devices
= 0;
in dm_pool_metadata_close()
local
1003
open_devices
++;
in dm_pool_metadata_close()
1011
if (
open_devices
) {
in dm_pool_metadata_close()
1013
open_devices
);
in dm_pool_metadata_close()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.h
222
u64
open_devices
;
member
H
A
D
volumes.c
704
fs_devices->
open_devices
++;
in btrfs_open_one_device()
1116
fs_devices->
open_devices
--;
in __btrfs_free_extra_devids()
1183
fs_devices->
open_devices
--;
in btrfs_close_one_device()
1225
WARN_ON(fs_devices->
open_devices
);
in close_fs_devices()
1286
if (fs_devices->
open_devices
== 0)
in open_fs_devices()
2239
cur_devices->
open_devices
--;
in btrfs_rm_device()
2261
if (cur_devices->
open_devices
== 0) {
in btrfs_rm_device()
2306
fs_devices->
open_devices
--;
in btrfs_rm_dev_replace_remove_srcdev()
2345
fs_devices->
open_devices
--;
in btrfs_destroy_dev_replace_tgtdev()
2487
fs_devices->
open_devices
in btrfs_prepare_sprout()
[all...]
H
A
D
dev-replace.c
319
fs_info->fs_devices->
open_devices
++;
in btrfs_init_dev_replace_tgtdev()
H
A
D
super.c
2072
nr_devices = fs_info->fs_devices->
open_devices
;
in btrfs_calc_avail_data_space()
2075
nr_devices = fs_info->fs_devices->
open_devices
;
in btrfs_calc_avail_data_space()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.h
308
u64
open_devices
;
member
H
A
D
volumes.c
667
fs_devices->
open_devices
++;
in btrfs_open_one_device()
1074
fs_devices->
open_devices
--;
in __btrfs_free_extra_devids()
1141
fs_devices->
open_devices
--;
in btrfs_close_one_device()
1183
WARN_ON(fs_devices->
open_devices
);
in close_fs_devices()
1242
if (fs_devices->
open_devices
== 0)
in open_fs_devices()
2200
cur_devices->
open_devices
--;
in btrfs_rm_device()
2286
fs_devices->
open_devices
--;
in btrfs_rm_dev_replace_remove_srcdev()
2325
fs_devices->
open_devices
--;
in btrfs_destroy_dev_replace_tgtdev()
2520
fs_devices->
open_devices
= 0;
in btrfs_setup_sprout()
2722
fs_devices->
open_devices
in btrfs_init_new_device()
[all...]
H
A
D
super.c
1933
nr_devices = fs_info->fs_devices->
open_devices
;
in btrfs_calc_avail_data_space()
1936
nr_devices = fs_info->fs_devices->
open_devices
;
in btrfs_calc_avail_data_space()
H
A
D
dev-replace.c
330
fs_devices->
open_devices
++;
in btrfs_init_dev_replace_tgtdev()
Completed in 28 milliseconds