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_LOGGED
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item.h
18
#define
XFS_BLI_LOGGED
(1u << 3)
macro
28
{
XFS_BLI_LOGGED
, "LOGGED" }, \
H
A
D
xfs_trans_buf.c
79
ASSERT(!(bip->bli_flags &
XFS_BLI_LOGGED
));
in _xfs_trans_bjoin()
384
ASSERT(!(bip->bli_flags &
XFS_BLI_LOGGED
));
in xfs_trans_brelse()
475
bip->bli_flags |= XFS_BLI_DIRTY |
XFS_BLI_LOGGED
;
in xfs_trans_dirty_buf()
558
ASSERT(!(bip->bli_flags & (
XFS_BLI_LOGGED
| XFS_BLI_DIRTY)));
in xfs_trans_binval()
570
bip->bli_flags &= ~(XFS_BLI_INODE_BUF |
XFS_BLI_LOGGED
| XFS_BLI_DIRTY);
in xfs_trans_binval()
H
A
D
xfs_buf_item.c
215
ASSERT(bip->bli_flags &
XFS_BLI_LOGGED
);
in xfs_buf_item_size()
408
ASSERT((bip->bli_flags &
XFS_BLI_LOGGED
) ||
in xfs_buf_item_format()
475
ASSERT((bip->bli_flags &
XFS_BLI_LOGGED
) ||
in xfs_buf_item_pin()
729
bip->bli_flags &= ~(
XFS_BLI_LOGGED
| XFS_BLI_HOLD | XFS_BLI_ORDERED);
in xfs_buf_item_release()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item.h
15
#define
XFS_BLI_LOGGED
0x08
macro
25
{
XFS_BLI_LOGGED
, "LOGGED" }, \
H
A
D
xfs_trans_buf.c
79
ASSERT(!(bip->bli_flags &
XFS_BLI_LOGGED
));
in _xfs_trans_bjoin()
384
ASSERT(!(bip->bli_flags &
XFS_BLI_LOGGED
));
in xfs_trans_brelse()
475
bip->bli_flags |= XFS_BLI_DIRTY |
XFS_BLI_LOGGED
;
in xfs_trans_dirty_buf()
558
ASSERT(!(bip->bli_flags & (
XFS_BLI_LOGGED
| XFS_BLI_DIRTY)));
in xfs_trans_binval()
570
bip->bli_flags &= ~(XFS_BLI_INODE_BUF |
XFS_BLI_LOGGED
| XFS_BLI_DIRTY);
in xfs_trans_binval()
H
A
D
xfs_buf_item.c
162
ASSERT(bip->bli_flags &
XFS_BLI_LOGGED
);
in xfs_buf_item_size()
326
ASSERT((bip->bli_flags &
XFS_BLI_LOGGED
) ||
in xfs_buf_item_format()
385
ASSERT((bip->bli_flags &
XFS_BLI_LOGGED
) ||
in xfs_buf_item_pin()
605
bip->bli_flags &= ~(
XFS_BLI_LOGGED
| XFS_BLI_HOLD | XFS_BLI_ORDERED);
in xfs_buf_item_release()
Completed in 6 milliseconds