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:post_commit_list
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
volumes.h
58
struct list_head
post_commit_list
; /* chunk mutex */
member
H
A
D
volumes.c
276
* device is added/removed. Additionally it also protects
post_commit_list
of
278
*
post_commit_list
only with chunk_mutex held.
374
WARN_ON(!list_empty(&device->
post_commit_list
));
in btrfs_free_device()
432
INIT_LIST_HEAD(&dev->
post_commit_list
);
in __alloc_device()
1209
ASSERT(list_empty(&device->
post_commit_list
));
in btrfs_close_one_device()
2887
if (list_empty(&device->
post_commit_list
))
in btrfs_grow_device()
2888
list_add_tail(&device->
post_commit_list
,
in btrfs_grow_device()
4817
if (list_empty(&device->
post_commit_list
))
in btrfs_shrink_device()
4818
list_add_tail(&device->
post_commit_list
,
in btrfs_shrink_device()
5218
if (list_empty(&dev->
post_commit_list
))
in create_chunk()
[all...]
H
A
D
dev-replace.c
736
if (!list_empty(&src_device->
post_commit_list
)) {
in btrfs_dev_replace_finishing()
H
A
D
disk-io.c
4727
post_commit_list
) {
in btrfs_cleanup_one_transaction()
4728
list_del_init(&dev->
post_commit_list
);
in btrfs_cleanup_one_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.h
85
struct list_head
post_commit_list
; /* chunk mutex */
member
H
A
D
volumes.c
298
* device is added/removed. Additionally it also protects
post_commit_list
of
300
*
post_commit_list
only with chunk_mutex held.
397
WARN_ON(!list_empty(&device->
post_commit_list
));
in btrfs_free_device()
1168
WARN_ON(!list_empty(&device->
post_commit_list
));
in btrfs_close_one_device()
2936
if (list_empty(&device->
post_commit_list
))
in btrfs_grow_device()
2937
list_add_tail(&device->
post_commit_list
,
in btrfs_grow_device()
4978
if (list_empty(&device->
post_commit_list
))
in btrfs_shrink_device()
4979
list_add_tail(&device->
post_commit_list
,
in btrfs_shrink_device()
5442
if (list_empty(&dev->
post_commit_list
))
in create_chunk()
5443
list_add_tail(&dev->
post_commit_list
,
in create_chunk()
[all...]
H
A
D
dev-replace.c
909
if (!list_empty(&src_device->
post_commit_list
)) {
in btrfs_dev_replace_finishing()
H
A
D
disk-io.c
4884
post_commit_list
) {
in btrfs_cleanup_one_transaction()
4885
list_del_init(&dev->
post_commit_list
);
in btrfs_cleanup_one_transaction()
Completed in 30 milliseconds