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_logsectsize
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
460
if (sbp->
sb_logsectsize
!= (1U << sbp->sb_logsectlog)) {
in xfs_validate_sb_common()
463
sbp->
sb_logsectsize
, 1U << sbp->sb_logsectlog);
in xfs_validate_sb_common()
466
} else if (sbp->
sb_logsectsize
|| sbp->sb_logsectlog) {
in xfs_validate_sb_common()
469
sbp->
sb_logsectsize
, sbp->sb_logsectlog);
in xfs_validate_sb_common()
652
to->
sb_logsectsize
= be16_to_cpu(from->
sb_logsectsize
);
in __xfs_sb_from_disk()
799
to->
sb_logsectsize
= cpu_to_be16(from->
sb_logsectsize
);
in xfs_sb_to_disk()
1251
geo->logsectsize = sbp->
sb_logsectsize
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
148
uint16_t
sb_logsectsize
; /* sector size for the log, bytes */
member
239
__be16
sb_logsectsize
; /* sector size for the log, bytes */
member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
530
to->
sb_logsectsize
= be16_to_cpu(from->
sb_logsectsize
);
in __xfs_sb_from_disk()
671
to->
sb_logsectsize
= cpu_to_be16(from->
sb_logsectsize
);
in xfs_sb_to_disk()
1182
geo->logsectsize = sbp->
sb_logsectsize
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
148
uint16_t
sb_logsectsize
; /* sector size for the log, bytes */
member
239
__be16
sb_logsectsize
; /* sector size for the log, bytes */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
259
if (sb->
sb_logsectsize
!= cpu_to_be16(mp->m_sb.
sb_logsectsize
))
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
237
if (sb->
sb_logsectsize
!= cpu_to_be16(mp->m_sb.
sb_logsectsize
))
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.c
477
log_sector_size = mp->m_sb.
sb_logsectsize
;
in xfs_setup_devices()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.c
525
log_sector_size = mp->m_sb.
sb_logsectsize
;
in xfs_setup_devices()
Completed in 17 milliseconds