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_STALE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item.c
130
* If the
XFS_BLI_STALE
flag has been set, then log nothing but the buf log
147
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_buf_item_size()
244
if (!(bip->bli_flags &
XFS_BLI_STALE
) && first_bit == -1) {
in xfs_buf_item_format_segment()
255
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_buf_item_format_segment()
327
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_format()
328
ASSERT((bip->bli_flags &
XFS_BLI_STALE
) ||
in xfs_buf_item_format()
332
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_format()
387
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_pin()
406
int stale = bip->bli_flags &
XFS_BLI_STALE
;
in xfs_buf_item_unpin()
434
ASSERT(bip->bli_flags &
XFS_BLI_STALE
);
in xfs_buf_item_unpin()
[all...]
H
A
D
xfs_trans_buf.c
77
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in _xfs_trans_bjoin()
377
if (bip->bli_flags &
XFS_BLI_STALE
)
in xfs_trans_brelse()
410
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_trans_bhold()
431
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_trans_bhold_release()
469
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_trans_dirty_buf()
470
bip->bli_flags &= ~
XFS_BLI_STALE
;
in xfs_trans_dirty_buf()
552
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_trans_binval()
569
bip->bli_flags |=
XFS_BLI_STALE
;
in xfs_trans_binval()
H
A
D
xfs_buf_item.h
14
#define
XFS_BLI_STALE
0x04
macro
24
{
XFS_BLI_STALE
, "STALE" }, \
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item.c
180
* If the
XFS_BLI_STALE
flag has been set, then log nothing but the buf log
200
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_buf_item_size()
294
if (!(bip->bli_flags &
XFS_BLI_STALE
) && first_bit == -1) {
in xfs_buf_item_format_segment()
305
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_buf_item_format_segment()
409
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_format()
410
ASSERT((bip->bli_flags &
XFS_BLI_STALE
) ||
in xfs_buf_item_format()
414
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_format()
477
(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_buf_item_pin()
513
int stale = bip->bli_flags &
XFS_BLI_STALE
;
in xfs_buf_item_unpin()
535
ASSERT(bip->bli_flags &
XFS_BLI_STALE
);
in xfs_buf_item_unpin()
[all...]
H
A
D
xfs_trans_buf.c
77
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in _xfs_trans_bjoin()
377
if (bip->bli_flags &
XFS_BLI_STALE
)
in xfs_trans_brelse()
410
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_trans_bhold()
431
ASSERT(!(bip->bli_flags &
XFS_BLI_STALE
));
in xfs_trans_bhold_release()
469
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_trans_dirty_buf()
470
bip->bli_flags &= ~
XFS_BLI_STALE
;
in xfs_trans_dirty_buf()
552
if (bip->bli_flags &
XFS_BLI_STALE
) {
in xfs_trans_binval()
569
bip->bli_flags |=
XFS_BLI_STALE
;
in xfs_trans_binval()
H
A
D
xfs_buf_item.h
17
#define
XFS_BLI_STALE
(1u << 2)
macro
27
{
XFS_BLI_STALE
, "STALE" }, \
Completed in 4 milliseconds