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_statoff
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_btree.h
90
XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->
bc_statoff
+ __XBTS_ ## stat)
92
XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->
bc_statoff
+ __XBTS_ ## stat, val)
233
int
bc_statoff
; /* offset of btre stats array */
member
H
A
D
xfs_alloc_btree.c
492
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_abtc_2);
in xfs_allocbt_init_common()
496
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_abtb_2);
in xfs_allocbt_init_common()
H
A
D
xfs_ialloc_btree.c
440
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_ibt_2);
in xfs_inobt_init_common()
443
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_fibt_2);
in xfs_inobt_init_common()
H
A
D
xfs_rmap_btree.c
466
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_rmap_2);
in xfs_rmapbt_init_common()
H
A
D
xfs_refcount_btree.c
331
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_refcbt_2);
in xfs_refcountbt_init_common()
H
A
D
xfs_bmap_btree.c
562
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_bmbt_2);
in xfs_bmbt_init_cursor()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_btree.h
89
XFS_STATS_INC_OFF((cur)->bc_mp, (cur)->
bc_statoff
+ __XBTS_ ## stat)
91
XFS_STATS_ADD_OFF((cur)->bc_mp, (cur)->
bc_statoff
+ __XBTS_ ## stat, val)
279
int
bc_statoff
; /* offset of btree stats array */
member
H
A
D
xfs_ialloc_btree.c
460
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_ibt_2);
in xfs_inobt_init_common()
463
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_fibt_2);
in xfs_inobt_init_common()
H
A
D
xfs_alloc_btree.c
510
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_abtc_2);
in xfs_allocbt_init_common()
514
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_abtb_2);
in xfs_allocbt_init_common()
H
A
D
xfs_refcount_btree.c
350
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_refcbt_2);
in xfs_refcountbt_init_common()
H
A
D
xfs_rmap_btree.c
513
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_rmap_2);
in xfs_rmapbt_init_common()
H
A
D
xfs_bmap_btree.c
563
cur->
bc_statoff
= XFS_STATS_CALC_INDEX(xs_bmbt_2);
in xfs_bmbt_init_cursor()
Completed in 13 milliseconds