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_WRITE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf.h
26
#define
XBF_WRITE
(1 << 1) /* buffer intended for writing to device */
macro
52
{
XBF_WRITE
, "WRITE" }, \
H
A
D
xfs_buf.c
768
ASSERT(!(flags &
XBF_WRITE
));
in _xfs_buf_read()
771
bp->b_flags &= ~(
XBF_WRITE
| XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
in _xfs_buf_read()
1310
bp->b_flags &= ~
XBF_WRITE
;
in xfs_buf_ioend_handle_error()
1362
bp->b_flags &= ~(XBF_READ |
XBF_WRITE
| XBF_READ_AHEAD |
in xfs_buf_ioend()
1435
bp->b_flags |=
XBF_WRITE
;
in xfs_bwrite()
1452
(bp->b_flags &
XBF_WRITE
) && (bp->b_flags & XBF_ASYNC) &&
in xfs_buf_bio_end_io()
1570
if (bp->b_flags &
XBF_WRITE
) {
in _xfs_buf_ioapply()
1675
if (bp->b_flags &
XBF_WRITE
)
in __xfs_buf_submit()
2185
bp->b_flags |=
XBF_WRITE
;
in xfs_buf_delwri_submit_buffers()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf.h
28
#define
XBF_WRITE
(1u << 1) /* buffer intended for writing to device */
macro
61
{
XBF_WRITE
, "WRITE" }, \
H
A
D
xfs_buf.c
757
ASSERT(!(flags &
XBF_WRITE
));
in _xfs_buf_read()
760
bp->b_flags &= ~(
XBF_WRITE
| XBF_ASYNC | XBF_READ_AHEAD | XBF_DONE);
in _xfs_buf_read()
1289
bp->b_flags &= ~
XBF_WRITE
;
in xfs_buf_ioend_handle_error()
1341
bp->b_flags &= ~(XBF_READ |
XBF_WRITE
| XBF_READ_AHEAD |
in xfs_buf_ioend()
1414
bp->b_flags |=
XBF_WRITE
;
in xfs_bwrite()
1431
(bp->b_flags &
XBF_WRITE
) && (bp->b_flags & XBF_ASYNC) &&
in xfs_buf_bio_end_io()
1547
if (bp->b_flags &
XBF_WRITE
) {
in _xfs_buf_ioapply()
1668
if (bp->b_flags &
XBF_WRITE
)
in __xfs_buf_submit()
2198
bp->b_flags |=
XBF_WRITE
;
in xfs_buf_delwri_submit_buffers()
Completed in 7 milliseconds