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_DONE
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf.c
771
bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD |
XBF_DONE
);
in _xfs_buf_read()
782
* fails, clear
XBF_DONE
. We assume the buffer has no recorded errors and is
783
* already in
XBF_DONE
state on entry.
799
ASSERT(bp->b_flags &
XBF_DONE
);
in xfs_buf_reverify()
808
bp->b_flags &= ~
XBF_DONE
;
in xfs_buf_reverify()
834
if (!(bp->b_flags &
XBF_DONE
)) {
in xfs_buf_read_map()
861
* to pull the buffer from disk again, we clear the
XBF_DONE
flag and
in xfs_buf_read_map()
871
bp->b_flags &= ~
XBF_DONE
;
in xfs_buf_read_map()
1304
bp->b_flags |= (
XBF_DONE
| XBF_WRITE_FAIL);
in xfs_buf_ioend_handle_error()
1309
bp->b_flags |=
XBF_DONE
;
in xfs_buf_ioend_handle_error()
[all...]
H
A
D
xfs_trans_buf.c
143
bp->b_flags |=
XBF_DONE
;
in xfs_trans_get_buf_map()
241
ASSERT(bp->b_flags &
XBF_DONE
);
in xfs_trans_read_buf_map()
459
bp->b_flags |=
XBF_DONE
;
in xfs_trans_dirty_buf()
H
A
D
xfs_buf.h
30
#define
XBF_DONE
(1 << 5) /* all pages in the buffer uptodate */
macro
56
{
XBF_DONE
, "DONE" }, \
H
A
D
xfs_log.c
3724
mp->m_sb_bp->b_flags |=
XBF_DONE
;
in xfs_log_force_umount()
3754
mp->m_sb_bp->b_flags |=
XBF_DONE
;
in xfs_log_force_umount()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf.c
760
bp->b_flags &= ~(XBF_WRITE | XBF_ASYNC | XBF_READ_AHEAD |
XBF_DONE
);
in _xfs_buf_read()
771
* fails, clear
XBF_DONE
. We assume the buffer has no recorded errors and is
772
* already in
XBF_DONE
state on entry.
788
ASSERT(bp->b_flags &
XBF_DONE
);
in xfs_buf_reverify()
797
bp->b_flags &= ~
XBF_DONE
;
in xfs_buf_reverify()
823
if (!(bp->b_flags &
XBF_DONE
)) {
in xfs_buf_read_map()
850
* to pull the buffer from disk again, we clear the
XBF_DONE
flag and
in xfs_buf_read_map()
868
bp->b_flags &= ~
XBF_DONE
;
in xfs_buf_read_map()
1283
bp->b_flags |= (
XBF_DONE
| XBF_WRITE_FAIL);
in xfs_buf_ioend_handle_error()
1288
bp->b_flags |=
XBF_DONE
;
in xfs_buf_ioend_handle_error()
[all...]
H
A
D
xfs_trans_buf.c
143
bp->b_flags |=
XBF_DONE
;
in xfs_trans_get_buf_map()
241
ASSERT(bp->b_flags &
XBF_DONE
);
in xfs_trans_read_buf_map()
459
bp->b_flags |=
XBF_DONE
;
in xfs_trans_dirty_buf()
H
A
D
xfs_buf.h
32
#define
XBF_DONE
(1u << 5) /* all pages in the buffer uptodate */
macro
65
{
XBF_DONE
, "DONE" }, \
H
A
D
xfs_fsops.c
532
mp->m_sb_bp->b_flags |=
XBF_DONE
;
in xfs_do_force_shutdown()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
252
* xfs_inode_buf_verify() for why we use EIO and ~
XBF_DONE
here rather than
264
bp->b_flags &= ~
XBF_DONE
;
in xfs_dquot_buf_readahead_verify()
H
A
D
xfs_inode_buf.c
66
bp->b_flags &= ~
XBF_DONE
;
in xfs_inode_buf_verify()
H
A
D
xfs_ialloc.c
383
fbuf->b_flags |=
XBF_DONE
;
in xfs_ialloc_inode_init()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dquot_buf.c
252
* xfs_inode_buf_verify() for why we use EIO and ~
XBF_DONE
here rather than
264
bp->b_flags &= ~
XBF_DONE
;
in xfs_dquot_buf_readahead_verify()
H
A
D
xfs_inode_buf.c
65
bp->b_flags &= ~
XBF_DONE
;
in xfs_inode_buf_verify()
H
A
D
xfs_ialloc.c
405
fbuf->b_flags |=
XBF_DONE
;
in xfs_ialloc_inode_init()
Completed in 20 milliseconds