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:bc_bufs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
trace.c
23
if (level < cur->bc_nlevels && cur->
bc_bufs
[level])
in xchk_btree_cur_fsbno()
24
return XFS_DADDR_TO_FSB(cur->bc_mp, cur->
bc_bufs
[level]->b_bn);
in xchk_btree_cur_fsbno()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_btree.c
363
* this because of an error, inspect all of the entries in the
bc_bufs
in xfs_btree_del_cursor()
369
if (cur->
bc_bufs
[i])
in xfs_btree_del_cursor()
370
xfs_trans_brelse(cur->bc_tp, cur->
bc_bufs
[i]);
in xfs_btree_del_cursor()
423
bp = cur->
bc_bufs
[i];
in xfs_btree_dup_cursor()
435
new->
bc_bufs
[i] = bp;
in xfs_btree_dup_cursor()
687
*bpp = cur->
bc_bufs
[level];
in xfs_btree_get_block()
932
block = XFS_BUF_TO_BLOCK(cur->
bc_bufs
[lev]);
in xfs_btree_readahead()
997
if (cur->
bc_bufs
[lev])
in xfs_btree_setbuf()
998
xfs_trans_brelse(cur->bc_tp, cur->
bc_bufs
[lev]);
in xfs_btree_setbuf()
999
cur->
bc_bufs
[le
in xfs_btree_setbuf()
[all...]
H
A
D
xfs_btree.h
225
struct xfs_buf *
bc_bufs
[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
member
H
A
D
xfs_bmap.c
240
if (!cur->
bc_bufs
[i])
in xfs_bmap_get_bp()
242
if (XFS_BUF_ADDR(cur->
bc_bufs
[i]) == bno)
in xfs_bmap_get_bp()
243
return cur->
bc_bufs
[i];
in xfs_bmap_get_bp()
630
if (cur->
bc_bufs
[0] == cbp)
in xfs_bmap_btree_to_extents()
631
cur->
bc_bufs
[0] = NULL;
in xfs_bmap_btree_to_extents()
H
A
D
xfs_alloc.c
491
bnoblock = XFS_BUF_TO_BLOCK(bno_cur->
bc_bufs
[0]);
in xfs_alloc_fixup_trees()
492
cntblock = XFS_BUF_TO_BLOCK(cnt_cur->
bc_bufs
[0]);
in xfs_alloc_fixup_trees()
Completed in 14 milliseconds