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:dfp_intent
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_defer.c
191
if (!dfp->
dfp_intent
)
in xfs_defer_create_intent()
192
dfp->
dfp_intent
= ops->create_intent(tp, &dfp->dfp_work,
in xfs_defer_create_intent()
228
if (dfp->
dfp_intent
&& !dfp->dfp_done) {
in xfs_defer_trans_abort()
229
ops->abort_intent(dfp->
dfp_intent
);
in xfs_defer_trans_abort()
230
dfp->
dfp_intent
= NULL;
in xfs_defer_trans_abort()
374
if (dfp->
dfp_intent
== NULL ||
in xfs_defer_relog()
375
xfs_log_item_in_current_chkpt(dfp->
dfp_intent
))
in xfs_defer_relog()
388
if (XFS_LSN_CMP(dfp->
dfp_intent
->li_lsn, threshold_lsn) >= 0)
in xfs_defer_relog()
393
dfp->
dfp_intent
= xfs_trans_item_relog(dfp->
dfp_intent
, *tp
in xfs_defer_relog()
[all...]
H
A
D
xfs_defer.h
33
struct xfs_log_item *
dfp_intent
; /* log intent item */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
208
if (dfp->
dfp_intent
)
in xfs_defer_create_intent()
217
dfp->
dfp_intent
= lip;
in xfs_defer_create_intent()
260
if (dfp->
dfp_intent
&& !dfp->dfp_done) {
in xfs_defer_pending_abort()
261
ops->abort_intent(dfp->
dfp_intent
);
in xfs_defer_pending_abort()
262
dfp->
dfp_intent
= NULL;
in xfs_defer_pending_abort()
440
if (dfp->
dfp_intent
== NULL ||
in xfs_defer_relog()
441
xfs_log_item_in_current_chkpt(dfp->
dfp_intent
))
in xfs_defer_relog()
454
if (XFS_LSN_CMP(dfp->
dfp_intent
->li_lsn, threshold_lsn) >= 0)
in xfs_defer_relog()
459
dfp->
dfp_intent
= xfs_trans_item_relog(dfp->
dfp_intent
, *tp
in xfs_defer_relog()
[all...]
H
A
D
xfs_defer.h
34
struct xfs_log_item *
dfp_intent
; /* log intent item */
member
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trace.h
2560
__entry->intent = dfp->
dfp_intent
;
2700
__entry->intent = dfp->
dfp_intent
;
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trace.h
2419
__entry->intent = dfp->
dfp_intent
;
Completed in 12 milliseconds