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_inopblog
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
319
(sbp->sb_blocklog - sbp->sb_inodelog != sbp->
sb_inopblog
) ||
in xfs_validate_sb_common()
511
to->
sb_inopblog
= from->
sb_inopblog
;
in __xfs_sb_from_disk()
654
to->
sb_inopblog
= from->
sb_inopblog
;
in xfs_sb_to_disk()
H
A
D
xfs_format.h
120
uint8_t
sb_inopblog
; /* log2 of sb_inopblock */
member
211
__u8
sb_inopblog
; /* log2 of sb_inopblock */
member
1191
#define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.
sb_inopblog
H
A
D
xfs_ialloc.c
2815
igeo->agino_log = sbp->
sb_inopblog
+ sbp->sb_agblklog;
in xfs_ialloc_setup_geometry()
2823
igeo->ialloc_blks = igeo->ialloc_inos >> sbp->
sb_inopblog
;
in xfs_ialloc_setup_geometry()
2837
* to use obviously garbage
sb_inopblog
/sb_inopblock values. Regular
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
421
(sbp->sb_blocklog - sbp->sb_inodelog != sbp->
sb_inopblog
) ||
in xfs_validate_sb_common()
633
to->
sb_inopblog
= from->
sb_inopblog
;
in __xfs_sb_from_disk()
782
to->
sb_inopblog
= from->
sb_inopblog
;
in xfs_sb_to_disk()
H
A
D
xfs_format.h
120
uint8_t
sb_inopblog
; /* log2 of sb_inopblock */
member
211
__u8
sb_inopblog
; /* log2 of sb_inopblock */
member
1104
#define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.
sb_inopblog
H
A
D
xfs_ialloc.c
2802
igeo->agino_log = sbp->
sb_inopblog
+ sbp->sb_agblklog;
in xfs_ialloc_setup_geometry()
2810
igeo->ialloc_blks = igeo->ialloc_inos >> sbp->
sb_inopblog
;
in xfs_ialloc_setup_geometry()
2825
* to use obviously garbage
sb_inopblog
/sb_inopblock values. Regular
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_icreate_item.c
209
if ((count >> mp->m_sb.
sb_inopblog
) != length) {
in xlog_recover_icreate_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_icreate_item.c
210
if ((count >> mp->m_sb.
sb_inopblog
) != length) {
in xlog_recover_icreate_commit_pass2()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
210
if (sb->
sb_inopblog
!= mp->m_sb.
sb_inopblog
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
188
if (sb->
sb_inopblog
!= mp->m_sb.
sb_inopblog
)
in xchk_superblock()
Completed in 20 milliseconds