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:wait_for_commit
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
commit.c
370
*
wait_for_commit
- wait for commit.
375
static int
wait_for_commit
(struct ubifs_info *c)
in wait_for_commit()
function
418
return
wait_for_commit
(c);
in ubifs_run_commit()
441
return
wait_for_commit
(c);
in ubifs_run_commit()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
commit.c
370
*
wait_for_commit
- wait for commit.
375
static int
wait_for_commit
(struct ubifs_info *c)
in wait_for_commit()
function
418
return
wait_for_commit
(c);
in ubifs_run_commit()
441
return
wait_for_commit
(c);
in ubifs_run_commit()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.c
837
static noinline void
wait_for_commit
(struct btrfs_transaction *commit)
in wait_for_commit()
function
894
wait_for_commit
(cur_trans);
in btrfs_wait_for_commit()
2168
wait_for_commit
(cur_trans);
in btrfs_commit_transaction()
2188
wait_for_commit
(prev_trans);
in btrfs_commit_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.c
862
static noinline void
wait_for_commit
(struct btrfs_transaction *commit,
in wait_for_commit()
function
959
wait_for_commit
(cur_trans, TRANS_STATE_COMPLETED);
in btrfs_wait_for_commit()
2234
wait_for_commit
(cur_trans, want_state);
in btrfs_commit_transaction()
2260
wait_for_commit
(prev_trans, want_state);
in btrfs_commit_transaction()
/kernel/linux/linux-5.10/fs/jbd2/
H
A
D
transaction.c
1808
int err = 0,
wait_for_commit
= 0;
in jbd2_journal_stop()
local
1921
wait_for_commit
= 1;
in jbd2_journal_stop()
1932
if (
wait_for_commit
)
in jbd2_journal_stop()
/kernel/linux/linux-6.6/fs/jbd2/
H
A
D
transaction.c
1829
int err = 0,
wait_for_commit
= 0;
in jbd2_journal_stop()
local
1942
wait_for_commit
= 1;
in jbd2_journal_stop()
1953
if (
wait_for_commit
)
in jbd2_journal_stop()
Completed in 24 milliseconds