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:seeding
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.h
251
bool
seeding
;
member
H
A
D
volumes.c
246
*
seeding
, structure cloning, opening/closing devices at mount/umount time
683
"BTRFS: Invalid
seeding
and uuid-changed device detected\n");
in btrfs_open_one_device()
688
fs_devices->
seeding
= true;
in btrfs_open_one_device()
1228
fs_devices->
seeding
= false;
in close_fs_devices()
2327
ASSERT(fs_devices->
seeding
);
in btrfs_rm_dev_replace_free_srcdev()
2448
if (!fs_devices->
seeding
)
in btrfs_prepare_sprout()
2485
fs_devices->
seeding
= false;
in btrfs_prepare_sprout()
2564
if (device->fs_devices->
seeding
) {
in btrfs_finish_sprout()
2595
if (sb_rdonly(sb) && !fs_devices->
seeding
)
in btrfs_init_new_device()
2603
if (fs_devices->
seeding
) {
in btrfs_init_new_device()
[all...]
H
A
D
dev-replace.c
250
if (srcdev->fs_devices->
seeding
) {
in btrfs_init_dev_replace_tgtdev()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.h
358
bool
seeding
;
member
H
A
D
volumes.c
268
*
seeding
, structure cloning, opening/closing devices at mount/umount time
644
"BTRFS: Invalid
seeding
and uuid-changed device detected\n");
in btrfs_open_one_device()
649
fs_devices->
seeding
= true;
in btrfs_open_one_device()
1186
fs_devices->
seeding
= false;
in close_fs_devices()
2307
ASSERT(fs_devices->
seeding
);
in btrfs_rm_dev_replace_free_srcdev()
2447
if (!fs_devices->
seeding
)
in btrfs_init_sprout()
2518
fs_devices->
seeding
= false;
in btrfs_setup_sprout()
2597
if (device->fs_devices->
seeding
) {
in btrfs_finish_sprout()
2627
if (sb_rdonly(sb) && !fs_devices->
seeding
)
in btrfs_init_new_device()
2640
if (fs_devices->
seeding
) {
in btrfs_init_new_device()
[all...]
H
A
D
dev-replace.c
255
if (srcdev->fs_devices->
seeding
) {
in btrfs_init_dev_replace_tgtdev()
Completed in 18 milliseconds