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_sectlog
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
299
sbp->
sb_sectlog
< XFS_MIN_SECTORSIZE_LOG ||
in xfs_validate_sb_common()
300
sbp->
sb_sectlog
> XFS_MAX_SECTORSIZE_LOG ||
in xfs_validate_sb_common()
301
sbp->sb_sectsize != (1 << sbp->
sb_sectlog
) ||
in xfs_validate_sb_common()
509
to->
sb_sectlog
= from->
sb_sectlog
;
in __xfs_sb_from_disk()
652
to->
sb_sectlog
= from->
sb_sectlog
;
in xfs_sb_to_disk()
843
mp->m_sectbb_log = sbp->
sb_sectlog
- BBSHIFT;
in xfs_sb_mount_common()
H
A
D
xfs_format.h
118
uint8_t
sb_sectlog
; /* log2 of sb_sectsize */
member
209
__u8
sb_sectlog
; /* log2 of sb_sectsize */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
402
sbp->
sb_sectlog
< XFS_MIN_SECTORSIZE_LOG ||
in xfs_validate_sb_common()
403
sbp->
sb_sectlog
> XFS_MAX_SECTORSIZE_LOG ||
in xfs_validate_sb_common()
404
sbp->sb_sectsize != (1 << sbp->
sb_sectlog
) ||
in xfs_validate_sb_common()
631
to->
sb_sectlog
= from->
sb_sectlog
;
in __xfs_sb_from_disk()
780
to->
sb_sectlog
= from->
sb_sectlog
;
in xfs_sb_to_disk()
973
mp->m_sectbb_log = sbp->
sb_sectlog
- BBSHIFT;
in xfs_sb_mount_common()
H
A
D
xfs_format.h
118
uint8_t
sb_sectlog
; /* log2 of sb_sectsize */
member
209
__u8
sb_sectlog
; /* log2 of sb_sectsize */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
204
if (sb->
sb_sectlog
!= mp->m_sb.
sb_sectlog
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
182
if (sb->
sb_sectlog
!= mp->m_sb.
sb_sectlog
)
in xchk_superblock()
Completed in 21 milliseconds