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:blf_flags
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_trans_buf.c
78
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in _xfs_trans_bjoin()
411
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_trans_bhold()
432
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_trans_bhold_release()
473
bip->__bli_format.
blf_flags
&= ~XFS_BLF_CANCEL;
in xfs_trans_dirty_buf()
559
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_INODE_BUF));
in xfs_trans_binval()
560
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLFT_MASK));
in xfs_trans_binval()
561
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_trans_binval()
571
bip->__bli_format.
blf_flags
&= ~XFS_BLF_INODE_BUF;
in xfs_trans_binval()
572
bip->__bli_format.
blf_flags
|= XFS_BLF_CANCEL;
in xfs_trans_binval()
573
bip->__bli_format.
blf_flags
in xfs_trans_binval()
[all...]
H
A
D
xfs_buf_item_recover.c
150
if (buf_f->
blf_flags
& XFS_BLF_CANCEL)
in xlog_recover_buf_reorder()
152
if (buf_f->
blf_flags
& XFS_BLF_INODE_BUF)
in xlog_recover_buf_reorder()
184
if (!(bf->
blf_flags
& XFS_BLF_CANCEL))
in xlog_recover_buf_commit_pass1()
483
if (buf_f->
blf_flags
&
in xlog_recover_do_reg_buffer()
548
if (buf_f->
blf_flags
& XFS_BLF_UDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
550
if (buf_f->
blf_flags
& XFS_BLF_PDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
552
if (buf_f->
blf_flags
& XFS_BLF_GDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
882
if (buf_f->
blf_flags
& XFS_BLF_CANCEL) {
in xlog_recover_buf_commit_pass2()
896
if (buf_f->
blf_flags
& XFS_BLF_INODE_BUF)
in xlog_recover_buf_commit_pass2()
940
if (buf_f->
blf_flags
in xlog_recover_buf_commit_pass2()
[all...]
H
A
D
xfs_buf_item.c
154
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_size()
234
blfp->
blf_flags
= bip->__bli_format.
blf_flags
;
in xfs_buf_item_format_segment()
262
ASSERT(blfp->
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_format_segment()
353
bip->__bli_format.
blf_flags
|= XFS_BLF_INODE_BUF;
in xfs_buf_item_format()
437
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_unpin()
598
ASSERT(!stale || (bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_buf_item_release()
H
A
D
xfs_trace.h
2169
__entry->flags = buf_f->
blf_flags
;
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_trans_buf.c
78
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in _xfs_trans_bjoin()
411
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_trans_bhold()
432
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_trans_bhold_release()
473
bip->__bli_format.
blf_flags
&= ~XFS_BLF_CANCEL;
in xfs_trans_dirty_buf()
559
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLF_INODE_BUF));
in xfs_trans_binval()
560
ASSERT(!(bip->__bli_format.
blf_flags
& XFS_BLFT_MASK));
in xfs_trans_binval()
561
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_trans_binval()
571
bip->__bli_format.
blf_flags
&= ~XFS_BLF_INODE_BUF;
in xfs_trans_binval()
572
bip->__bli_format.
blf_flags
|= XFS_BLF_CANCEL;
in xfs_trans_binval()
573
bip->__bli_format.
blf_flags
in xfs_trans_binval()
[all...]
H
A
D
xfs_buf_item_recover.c
159
if (buf_f->
blf_flags
& XFS_BLF_CANCEL)
in xlog_recover_buf_reorder()
161
if (buf_f->
blf_flags
& XFS_BLF_INODE_BUF)
in xlog_recover_buf_reorder()
193
if (!(bf->
blf_flags
& XFS_BLF_CANCEL))
in xlog_recover_buf_commit_pass1()
492
if (buf_f->
blf_flags
&
in xlog_recover_do_reg_buffer()
557
if (buf_f->
blf_flags
& XFS_BLF_UDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
559
if (buf_f->
blf_flags
& XFS_BLF_PDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
561
if (buf_f->
blf_flags
& XFS_BLF_GDQUOT_BUF)
in xlog_recover_do_dquot_buffer()
901
if (buf_f->
blf_flags
& XFS_BLF_CANCEL) {
in xlog_recover_buf_commit_pass2()
915
if (buf_f->
blf_flags
& XFS_BLF_INODE_BUF)
in xlog_recover_buf_commit_pass2()
959
if (buf_f->
blf_flags
in xlog_recover_buf_commit_pass2()
[all...]
H
A
D
xfs_buf_item.c
207
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_size()
284
blfp->
blf_flags
= bip->__bli_format.
blf_flags
;
in xfs_buf_item_format_segment()
312
ASSERT(blfp->
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_format_segment()
435
bip->__bli_format.
blf_flags
|= XFS_BLF_INODE_BUF;
in xfs_buf_item_format()
538
ASSERT(bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL);
in xfs_buf_item_unpin()
722
ASSERT(!stale || (bip->__bli_format.
blf_flags
& XFS_BLF_CANCEL));
in xfs_buf_item_release()
H
A
D
xfs_trace.h
2306
__entry->flags = buf_f->
blf_flags
;
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
493
unsigned short
blf_flags
; /* misc state */
member
505
* The type value is held in the upper 5 bits of the
blf_flags
field, which is
541
blf->
blf_flags
&= ~XFS_BLFT_MASK;
in xfs_blft_to_flags()
542
blf->
blf_flags
|= ((type << XFS_BLFT_SHIFT) & XFS_BLFT_MASK);
in xfs_blft_to_flags()
548
return (blf->
blf_flags
& XFS_BLFT_MASK) >> XFS_BLFT_SHIFT;
in xfs_blft_from_flags()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_log_format.h
530
unsigned short
blf_flags
; /* misc state */
member
542
* The type value is held in the upper 5 bits of the
blf_flags
field, which is
578
blf->
blf_flags
&= ~XFS_BLFT_MASK;
in xfs_blft_to_flags()
579
blf->
blf_flags
|= ((type << XFS_BLFT_SHIFT) & XFS_BLFT_MASK);
in xfs_blft_to_flags()
585
return (blf->
blf_flags
& XFS_BLFT_MASK) >> XFS_BLFT_SHIFT;
in xfs_blft_from_flags()
Completed in 30 milliseconds