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:bli_flags
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans_buf.c
77
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in _xfs_trans_bjoin()
79
ASSERT(!(bip->
bli_flags
& XFS_BLI_LOGGED));
in _xfs_trans_bjoin()
377
if (bip->
bli_flags
& XFS_BLI_STALE)
in xfs_trans_brelse()
384
ASSERT(!(bip->
bli_flags
& XFS_BLI_LOGGED));
in xfs_trans_brelse()
386
bip->
bli_flags
&= ~XFS_BLI_HOLD;
in xfs_trans_brelse()
410
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_trans_bhold()
414
bip->
bli_flags
|= XFS_BLI_HOLD;
in xfs_trans_bhold()
431
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_trans_bhold_release()
434
ASSERT(bip->
bli_flags
& XFS_BLI_HOLD);
in xfs_trans_bhold_release()
436
bip->
bli_flags
in xfs_trans_bhold_release()
[all...]
H
A
D
xfs_buf_item.c
147
if (bip->
bli_flags
& XFS_BLI_STALE) {
in xfs_buf_item_size()
162
ASSERT(bip->
bli_flags
& XFS_BLI_LOGGED);
in xfs_buf_item_size()
164
if (bip->
bli_flags
& XFS_BLI_ORDERED) {
in xfs_buf_item_size()
244
if (!(bip->
bli_flags
& XFS_BLI_STALE) && first_bit == -1) {
in xfs_buf_item_format_segment()
255
if (bip->
bli_flags
& XFS_BLI_STALE) {
in xfs_buf_item_format_segment()
326
ASSERT((bip->
bli_flags
& XFS_BLI_LOGGED) ||
in xfs_buf_item_format()
327
(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_buf_item_format()
328
ASSERT((bip->
bli_flags
& XFS_BLI_STALE) ||
in xfs_buf_item_format()
331
ASSERT(!(bip->
bli_flags
& XFS_BLI_ORDERED) ||
in xfs_buf_item_format()
332
(bip->
bli_flags
in xfs_buf_item_format()
[all...]
H
A
D
xfs_buf_item.h
44
unsigned int
bli_flags
; /* misc flags */
member
H
A
D
xfs_trace.h
445
__field(unsigned,
bli_flags
)
450
__entry->
bli_flags
= bip->
bli_flags
;
473
__print_flags(__entry->
bli_flags
, "|", XFS_BLI_FLAGS),
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans_buf.c
77
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in _xfs_trans_bjoin()
79
ASSERT(!(bip->
bli_flags
& XFS_BLI_LOGGED));
in _xfs_trans_bjoin()
377
if (bip->
bli_flags
& XFS_BLI_STALE)
in xfs_trans_brelse()
384
ASSERT(!(bip->
bli_flags
& XFS_BLI_LOGGED));
in xfs_trans_brelse()
386
bip->
bli_flags
&= ~XFS_BLI_HOLD;
in xfs_trans_brelse()
410
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_trans_bhold()
414
bip->
bli_flags
|= XFS_BLI_HOLD;
in xfs_trans_bhold()
431
ASSERT(!(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_trans_bhold_release()
434
ASSERT(bip->
bli_flags
& XFS_BLI_HOLD);
in xfs_trans_bhold_release()
436
bip->
bli_flags
in xfs_trans_bhold_release()
[all...]
H
A
D
xfs_buf_item.c
200
if (bip->
bli_flags
& XFS_BLI_STALE) {
in xfs_buf_item_size()
215
ASSERT(bip->
bli_flags
& XFS_BLI_LOGGED);
in xfs_buf_item_size()
217
if (bip->
bli_flags
& XFS_BLI_ORDERED) {
in xfs_buf_item_size()
294
if (!(bip->
bli_flags
& XFS_BLI_STALE) && first_bit == -1) {
in xfs_buf_item_format_segment()
305
if (bip->
bli_flags
& XFS_BLI_STALE) {
in xfs_buf_item_format_segment()
408
ASSERT((bip->
bli_flags
& XFS_BLI_LOGGED) ||
in xfs_buf_item_format()
409
(bip->
bli_flags
& XFS_BLI_STALE));
in xfs_buf_item_format()
410
ASSERT((bip->
bli_flags
& XFS_BLI_STALE) ||
in xfs_buf_item_format()
413
ASSERT(!(bip->
bli_flags
& XFS_BLI_ORDERED) ||
in xfs_buf_item_format()
414
(bip->
bli_flags
in xfs_buf_item_format()
[all...]
H
A
D
xfs_buf_item.h
42
unsigned int
bli_flags
; /* misc flags */
member
H
A
D
xfs_trace.h
584
__field(unsigned,
bli_flags
)
589
__entry->
bli_flags
= bip->
bli_flags
;
612
__print_flags(__entry->
bli_flags
, "|", XFS_BLI_FLAGS),
/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()
263
if (bli->
bli_flags
& XFS_BLI_ORDERED)
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()
302
if (bli->
bli_flags
& XFS_BLI_ORDERED)
in xfs_defer_save_resources()
Completed in 16 milliseconds