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_BLI_ORDERED
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item.h
22
#define
XFS_BLI_ORDERED
(1u << 7)
macro
32
{
XFS_BLI_ORDERED
, "ORDERED" }
H
A
D
xfs_buf_item.c
217
if (bip->bli_flags &
XFS_BLI_ORDERED
) {
in xfs_buf_item_size()
413
ASSERT(!(bip->bli_flags &
XFS_BLI_ORDERED
) ||
in xfs_buf_item_format()
476
(bip->bli_flags &
XFS_BLI_ORDERED
) ||
in xfs_buf_item_pin()
708
bool ordered = bip->bli_flags &
XFS_BLI_ORDERED
;
in xfs_buf_item_release()
729
bip->bli_flags &= ~(XFS_BLI_LOGGED | XFS_BLI_HOLD |
XFS_BLI_ORDERED
);
in xfs_buf_item_release()
H
A
D
xfs_trans_buf.c
500
ASSERT(!(bip->bli_flags &
XFS_BLI_ORDERED
));
in xfs_trans_log_buf()
680
bip->bli_flags |=
XFS_BLI_ORDERED
;
in xfs_trans_ordered_buf()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item.h
19
#define
XFS_BLI_ORDERED
0x80
macro
29
{
XFS_BLI_ORDERED
, "ORDERED" }
H
A
D
xfs_buf_item.c
164
if (bip->bli_flags &
XFS_BLI_ORDERED
) {
in xfs_buf_item_size()
331
ASSERT(!(bip->bli_flags &
XFS_BLI_ORDERED
) ||
in xfs_buf_item_format()
386
(bip->bli_flags &
XFS_BLI_ORDERED
) ||
in xfs_buf_item_pin()
584
bool ordered = bip->bli_flags &
XFS_BLI_ORDERED
;
in xfs_buf_item_release()
605
bip->bli_flags &= ~(XFS_BLI_LOGGED | XFS_BLI_HOLD |
XFS_BLI_ORDERED
);
in xfs_buf_item_release()
H
A
D
xfs_trans_buf.c
500
ASSERT(!(bip->bli_flags &
XFS_BLI_ORDERED
));
in xfs_trans_log_buf()
680
bip->bli_flags |=
XFS_BLI_ORDERED
;
in xfs_trans_ordered_buf()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_defer.c
263
if (bli->bli_flags &
XFS_BLI_ORDERED
)
in xfs_defer_trans_roll()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
302
if (bli->bli_flags &
XFS_BLI_ORDERED
)
in xfs_defer_save_resources()
Completed in 7 milliseconds