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:BTRFS_READ_LOCK
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
locking.h
15
#define
BTRFS_READ_LOCK
2
macro
128
else if (rw ==
BTRFS_READ_LOCK
)
in btrfs_tree_unlock_rw()
H
A
D
locking.c
504
if (p->locks[i] ==
BTRFS_READ_LOCK
) {
in btrfs_set_path_blocking()
H
A
D
ctree.c
2633
root_lock =
BTRFS_READ_LOCK
;
in btrfs_search_slot_get_root()
2934
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_slot()
2990
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_old_slot()
3047
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_old_slot()
5274
path->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_forward()
5347
path->locks[level - 1] =
BTRFS_READ_LOCK
;
in btrfs_search_forward()
5570
next_rw_lock =
BTRFS_READ_LOCK
;
in btrfs_next_old_leaf()
5607
next_rw_lock =
BTRFS_READ_LOCK
;
in btrfs_next_old_leaf()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
locking.h
15
#define
BTRFS_READ_LOCK
2
macro
190
else if (rw ==
BTRFS_READ_LOCK
)
in btrfs_tree_unlock_rw()
H
A
D
ref-verify.c
571
path->locks[level-1] =
BTRFS_READ_LOCK
;
in walk_down_tree()
1001
path->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_build_ref_tree()
H
A
D
ctree.c
1853
root_lock =
BTRFS_READ_LOCK
;
in btrfs_search_slot_get_root()
2341
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_slot()
2403
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_old_slot()
2457
p->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_old_slot()
4758
path->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_search_forward()
4829
path->locks[level - 1] =
BTRFS_READ_LOCK
;
in btrfs_search_forward()
5078
path->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_next_old_leaf()
H
A
D
qgroup.c
2129
src_path->locks[cur_level] =
BTRFS_READ_LOCK
;
in qgroup_trace_extent_swap()
2259
dst_path->locks[cur_level] =
BTRFS_READ_LOCK
;
in qgroup_trace_new_subtree_blocks()
2448
path->locks[level] =
BTRFS_READ_LOCK
;
in btrfs_qgroup_trace_subtree()
Completed in 20 milliseconds