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:sb_rextslog
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_rtalloc.c
1010
nsbp->
sb_rextslog
= xfs_highbit32(nsbp->sb_rextents);
in xfs_growfs_rt()
1011
nrsumlevels = nmp->m_rsumlevels = nsbp->
sb_rextslog
+ 1;
in xfs_growfs_rt()
1076
if (nsbp->
sb_rextslog
!= sbp->
sb_rextslog
)
in xfs_growfs_rt()
1078
nsbp->
sb_rextslog
- sbp->
sb_rextslog
);
in xfs_growfs_rt()
1228
mp->m_rsumlevels = sbp->
sb_rextslog
+ 1;
in xfs_rtmount_init()
H
A
D
xfs_trans.c
524
sbp->
sb_rextslog
+= tp->t_rextslog_delta;
in xfs_trans_apply_sb_deltas()
629
mp->m_sb.
sb_rextslog
+= tp->t_rextslog_delta;
in xfs_trans_unreserve_and_mod_sb()
637
ASSERT(mp->m_sb.
sb_rextslog
>= 0);
in xfs_trans_unreserve_and_mod_sb()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_rtalloc.c
1063
nsbp->
sb_rextslog
= xfs_highbit32(nsbp->sb_rextents);
in xfs_growfs_rt()
1064
nrsumlevels = nmp->m_rsumlevels = nsbp->
sb_rextslog
+ 1;
in xfs_growfs_rt()
1129
if (nsbp->
sb_rextslog
!= sbp->
sb_rextslog
)
in xfs_growfs_rt()
1131
nsbp->
sb_rextslog
- sbp->
sb_rextslog
);
in xfs_growfs_rt()
1284
mp->m_rsumlevels = sbp->
sb_rextslog
+ 1;
in xfs_rtmount_init()
H
A
D
xfs_trans.c
553
sbp->
sb_rextslog
+= tp->t_rextslog_delta;
in xfs_trans_apply_sb_deltas()
661
mp->m_sb.
sb_rextslog
+= tp->t_rextslog_delta;
in xfs_trans_unreserve_and_mod_sb()
669
ASSERT(mp->m_sb.
sb_rextslog
>= 0);
in xfs_trans_unreserve_and_mod_sb()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
341
sbp->
sb_rextslog
!= 0 || sbp->sb_frextents != 0) {
in xfs_validate_sb_common()
355
sbp->
sb_rextslog
!= xfs_highbit32(sbp->sb_rextents) ||
in xfs_validate_sb_common()
513
to->
sb_rextslog
= from->
sb_rextslog
;
in __xfs_sb_from_disk()
656
to->
sb_rextslog
= from->
sb_rextslog
;
in xfs_sb_to_disk()
H
A
D
xfs_format.h
122
uint8_t
sb_rextslog
; /* log2 of sb_rextents */
member
213
__u8
sb_rextslog
; /* log2 of sb_rextents */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
498
sbp->
sb_rextslog
!= 0 || sbp->sb_frextents != 0) {
in xfs_validate_sb_common()
512
sbp->
sb_rextslog
!= xfs_highbit32(sbp->sb_rextents) ||
in xfs_validate_sb_common()
635
to->
sb_rextslog
= from->
sb_rextslog
;
in __xfs_sb_from_disk()
784
to->
sb_rextslog
= from->
sb_rextslog
;
in xfs_sb_to_disk()
H
A
D
xfs_format.h
122
uint8_t
sb_rextslog
; /* log2 of sb_rextents */
member
213
__u8
sb_rextslog
; /* log2 of sb_rextents */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
216
if (sb->
sb_rextslog
!= mp->m_sb.
sb_rextslog
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
194
if (sb->
sb_rextslog
!= mp->m_sb.
sb_rextslog
)
in xchk_superblock()
Completed in 25 milliseconds