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:cleaner_mutex
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
disk-io.c
1742
if (!mutex_trylock(&fs_info->
cleaner_mutex
))
in cleaner_kthread()
1750
mutex_unlock(&fs_info->
cleaner_mutex
);
in cleaner_kthread()
1757
mutex_unlock(&fs_info->
cleaner_mutex
);
in cleaner_kthread()
1768
* acquires fs_info->
cleaner_mutex
(btrfs_relocate_block_group)
in cleaner_kthread()
1770
* can't hold, nor need to, fs_info->
cleaner_mutex
when deleting
in cleaner_kthread()
2824
mutex_init(&fs_info->
cleaner_mutex
);
in btrfs_init_fs_info()
3344
mutex_lock(&fs_info->
cleaner_mutex
);
in open_ctree()
3346
mutex_unlock(&fs_info->
cleaner_mutex
);
in open_ctree()
4084
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_commit_super()
4086
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_commit_super()
[all...]
H
A
D
super.c
1963
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_remount()
1965
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_remount()
H
A
D
qgroup.c
1220
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_quota_disable()
1301
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_quota_disable()
H
A
D
relocation.c
3666
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_relocate_block_group()
3668
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_relocate_block_group()
H
A
D
ctree.h
682
struct mutex
cleaner_mutex
;
member
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
disk-io.c
1480
if (!mutex_trylock(&fs_info->
cleaner_mutex
))
in cleaner_kthread()
1488
mutex_unlock(&fs_info->
cleaner_mutex
);
in cleaner_kthread()
1498
mutex_unlock(&fs_info->
cleaner_mutex
);
in cleaner_kthread()
1509
* acquires fs_info->
cleaner_mutex
(btrfs_relocate_block_group)
in cleaner_kthread()
1511
* can't hold, nor need to, fs_info->
cleaner_mutex
when deleting
in cleaner_kthread()
2763
mutex_init(&fs_info->
cleaner_mutex
);
in btrfs_init_fs_info()
3003
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_start_pre_rw_mount()
3005
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_start_pre_rw_mount()
4200
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_commit_super()
4202
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_commit_super()
[all...]
H
A
D
fs.h
462
struct mutex
cleaner_mutex
;
member
H
A
D
relocation.c
4125
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_relocate_block_group()
4127
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_relocate_block_group()
H
A
D
qgroup.c
1251
mutex_lock(&fs_info->
cleaner_mutex
);
in btrfs_quota_disable()
1334
mutex_unlock(&fs_info->
cleaner_mutex
);
in btrfs_quota_disable()
Completed in 38 milliseconds