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_HOLD
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item.h
15
#define
XFS_BLI_HOLD
(1u << 0)
macro
25
{
XFS_BLI_HOLD
, "HOLD" }, \
H
A
D
xfs_trans_buf.c
386
bip->bli_flags &= ~
XFS_BLI_HOLD
;
in xfs_trans_brelse()
414
bip->bli_flags |=
XFS_BLI_HOLD
;
in xfs_trans_bhold()
434
ASSERT(bip->bli_flags &
XFS_BLI_HOLD
);
in xfs_trans_bhold_release()
436
bip->bli_flags &= ~
XFS_BLI_HOLD
;
in xfs_trans_bhold_release()
H
A
D
xfs_buf_item.c
693
* If the
XFS_BLI_HOLD
flag is set in the buf log item, then free the log item
695
* xfs_trans_bhold(). Make sure the
XFS_BLI_HOLD
field is cleared if we don't
705
bool hold = bip->bli_flags &
XFS_BLI_HOLD
;
in xfs_buf_item_release()
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
12
#define
XFS_BLI_HOLD
0x01
macro
22
{
XFS_BLI_HOLD
, "HOLD" }, \
H
A
D
xfs_trans_buf.c
386
bip->bli_flags &= ~
XFS_BLI_HOLD
;
in xfs_trans_brelse()
414
bip->bli_flags |=
XFS_BLI_HOLD
;
in xfs_trans_bhold()
434
ASSERT(bip->bli_flags &
XFS_BLI_HOLD
);
in xfs_trans_bhold_release()
436
bip->bli_flags &= ~
XFS_BLI_HOLD
;
in xfs_trans_bhold_release()
H
A
D
xfs_buf_item.c
569
* If the
XFS_BLI_HOLD
flag is set in the buf log item, then free the log item
571
* xfs_trans_bhold(). Make sure the
XFS_BLI_HOLD
field is cleared if we don't
581
bool hold = bip->bli_flags &
XFS_BLI_HOLD
;
in xfs_buf_item_release()
605
bip->bli_flags &= ~(XFS_BLI_LOGGED |
XFS_BLI_HOLD
| XFS_BLI_ORDERED);
in xfs_buf_item_release()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_defer.c
258
if (bli->bli_flags &
XFS_BLI_HOLD
) {
in xfs_defer_trans_roll()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_defer.c
297
if (bli->bli_flags &
XFS_BLI_HOLD
) {
in xfs_defer_save_resources()
Completed in 7 milliseconds