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:XFS_BLF_CANCEL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans_buf.c
78
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in _xfs_trans_bjoin()
411
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_trans_bhold()
432
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_trans_bhold_release()
473
bip->__bli_format.blf_flags &= ~
XFS_BLF_CANCEL
;
in xfs_trans_dirty_buf()
524
* We also set the
XFS_BLF_CANCEL
flag in the buf log format structure and log
561
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_trans_binval()
572
bip->__bli_format.blf_flags |=
XFS_BLF_CANCEL
;
in xfs_trans_binval()
H
A
D
xfs_buf_item.c
154
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_size()
262
ASSERT(blfp->blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_format_segment()
437
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_unpin()
598
ASSERT(!stale || (bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_buf_item_release()
H
A
D
xfs_buf_item_recover.c
134
* 1.
XFS_BLF_CANCEL
buffers must be processed last because some log items
150
if (buf_f->blf_flags &
XFS_BLF_CANCEL
)
in xlog_recover_buf_reorder()
184
if (!(bf->blf_flags &
XFS_BLF_CANCEL
))
in xlog_recover_buf_commit_pass1()
851
* with the
XFS_BLF_CANCEL
bit set to indicate that previous copies
882
if (buf_f->blf_flags &
XFS_BLF_CANCEL
) {
in xlog_recover_buf_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans_buf.c
78
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in _xfs_trans_bjoin()
411
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_trans_bhold()
432
ASSERT(!(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_trans_bhold_release()
473
bip->__bli_format.blf_flags &= ~
XFS_BLF_CANCEL
;
in xfs_trans_dirty_buf()
524
* We also set the
XFS_BLF_CANCEL
flag in the buf log format structure and log
561
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_trans_binval()
572
bip->__bli_format.blf_flags |=
XFS_BLF_CANCEL
;
in xfs_trans_binval()
H
A
D
xfs_buf_item.c
207
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_size()
312
ASSERT(blfp->blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_format_segment()
538
ASSERT(bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
);
in xfs_buf_item_unpin()
722
ASSERT(!stale || (bip->__bli_format.blf_flags &
XFS_BLF_CANCEL
));
in xfs_buf_item_release()
H
A
D
xfs_buf_item_recover.c
143
* 1.
XFS_BLF_CANCEL
buffers must be processed last because some log items
159
if (buf_f->blf_flags &
XFS_BLF_CANCEL
)
in xlog_recover_buf_reorder()
193
if (!(bf->blf_flags &
XFS_BLF_CANCEL
))
in xlog_recover_buf_commit_pass1()
870
* with the
XFS_BLF_CANCEL
bit set to indicate that previous copies
901
if (buf_f->blf_flags &
XFS_BLF_CANCEL
) {
in xlog_recover_buf_commit_pass2()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
464
#define
XFS_BLF_CANCEL
(1<<1)
macro
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
501
#define
XFS_BLF_CANCEL
(1<<1)
macro
Completed in 11 milliseconds