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:XBF_STALE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans_buf.c
471
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_trans_dirty_buf()
472
bp->b_flags &= ~
XBF_STALE
;
in xfs_trans_dirty_buf()
557
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_trans_binval()
H
A
D
xfs_buf.h
31
#define
XBF_STALE
(1 << 6) /* buffer has been staled, do not find it */
macro
57
{
XBF_STALE
, "STALE" }, \
H
A
D
xfs_buf.c
153
bp->b_flags |=
XBF_STALE
;
in xfs_buf_stale()
534
ASSERT(bp->b_flags &
XBF_STALE
);
in _xfs_buf_obj_cmp()
666
if (bp->b_flags &
XBF_STALE
) {
in xfs_buf_find()
1065
if (!(bp->b_flags &
XBF_STALE
) && atomic_read(&bp->b_lru_ref)) {
in xfs_buf_rele()
1145
if (atomic_read(&bp->b_pin_count) && (bp->b_flags &
XBF_STALE
))
in xfs_buf_lock()
1274
!(bp->b_flags & (
XBF_STALE
| XBF_WRITE_FAIL))) {
in xfs_buf_ioend_handle_error()
H
A
D
xfs_buf_item.c
436
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_buf_item_unpin()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans_buf.c
471
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_trans_dirty_buf()
472
bp->b_flags &= ~
XBF_STALE
;
in xfs_trans_dirty_buf()
557
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_trans_binval()
H
A
D
xfs_buf.h
33
#define
XBF_STALE
(1u << 6) /* buffer has been staled, do not find it */
macro
66
{
XBF_STALE
, "STALE" }, \
H
A
D
xfs_iunlink_item.c
70
if (ibp->b_flags &
XBF_STALE
)
in xfs_iunlink_log_dinode()
H
A
D
xfs_buf.c
152
bp->b_flags |=
XBF_STALE
;
in xfs_buf_stale()
485
ASSERT(bp->b_flags &
XBF_STALE
);
in _xfs_buf_obj_cmp()
562
if (bp->b_flags &
XBF_STALE
) {
in xfs_buf_find_lock()
1044
if (!(bp->b_flags &
XBF_STALE
) && atomic_read(&bp->b_lru_ref)) {
in xfs_buf_rele()
1124
if (atomic_read(&bp->b_pin_count) && (bp->b_flags &
XBF_STALE
))
in xfs_buf_lock()
1253
!(bp->b_flags & (
XBF_STALE
| XBF_WRITE_FAIL))) {
in xfs_buf_ioend_handle_error()
H
A
D
xfs_buf_item.c
537
ASSERT(bp->b_flags &
XBF_STALE
);
in xfs_buf_item_unpin()
Completed in 12 milliseconds