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:busy_extents
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_log_cil.c
105
INIT_LIST_HEAD(&ctx->
busy_extents
.extent_list);
in xlog_cil_ctx_alloc()
132
if (!list_empty(&cilpcp->
busy_extents
)) {
in xlog_cil_push_pcp_aggregate()
133
list_splice_init(&cilpcp->
busy_extents
,
in xlog_cil_push_pcp_aggregate()
134
&ctx->
busy_extents
.extent_list);
in xlog_cil_push_pcp_aggregate()
658
list_splice_init(&tp->t_busy, &cilpcp->
busy_extents
);
in xlog_cil_insert_items()
739
xfs_extent_busy_sort(&ctx->
busy_extents
.extent_list);
in xlog_cil_committed()
740
xfs_extent_busy_clear(mp, &ctx->
busy_extents
.extent_list,
in xlog_cil_committed()
749
if (!list_empty(&ctx->
busy_extents
.extent_list)) {
in xlog_cil_committed()
750
ctx->
busy_extents
.mount = mp;
in xlog_cil_committed()
751
ctx->
busy_extents
in xlog_cil_committed()
[all...]
H
A
D
xfs_log_priv.h
228
struct xfs_busy_extents
busy_extents
;
member
249
struct list_head
busy_extents
;
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_log_cil.c
415
list_splice_init(&tp->t_busy, &ctx->
busy_extents
);
in xlog_cil_insert_items()
507
xfs_extent_busy_clear(mp, &ctx->
busy_extents
, false);
in xlog_discard_endio_work()
532
struct list_head *list = &ctx->
busy_extents
;
in xlog_discard_busy_extents()
597
xfs_extent_busy_sort(&ctx->
busy_extents
);
in xlog_cil_committed()
598
xfs_extent_busy_clear(mp, &ctx->
busy_extents
,
in xlog_cil_committed()
607
if (!list_empty(&ctx->
busy_extents
))
in xlog_cil_committed()
756
INIT_LIST_HEAD(&new_ctx->
busy_extents
);
in xlog_cil_push_work()
1227
INIT_LIST_HEAD(&ctx->
busy_extents
);
in xlog_cil_init()
H
A
D
xfs_log_priv.h
239
struct list_head
busy_extents
; /* busy extents in chkpt */
member
Completed in 6 milliseconds