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_unit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
363
if (sbp->
sb_unit
) {
in xfs_validate_sb_common()
365
sbp->
sb_unit
> sbp->sb_width ||
in xfs_validate_sb_common()
366
(sbp->sb_width % sbp->
sb_unit
) != 0) {
in xfs_validate_sb_common()
526
to->
sb_unit
= be32_to_cpu(from->
sb_unit
);
in __xfs_sb_from_disk()
667
to->
sb_unit
= cpu_to_be32(from->
sb_unit
);
in xfs_sb_to_disk()
1139
geo->sunit = sbp->
sb_unit
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
144
uint32_t
sb_unit
; /* stripe or raid unit */
member
235
__be32
sb_unit
; /* stripe or raid unit */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
521
* Either (
sb_unit
and !hasdalign) or (!
sb_unit
and hasdalign)
in xfs_validate_sb_common()
525
if (!!sbp->
sb_unit
^ has_dalign) {
in xfs_validate_sb_common()
530
if (!xfs_validate_stripe_geometry(mp, XFS_FSB_TO_B(mp, sbp->
sb_unit
),
in xfs_validate_sb_common()
648
to->
sb_unit
= be32_to_cpu(from->
sb_unit
);
in __xfs_sb_from_disk()
795
to->
sb_unit
= cpu_to_be32(from->
sb_unit
);
in xfs_sb_to_disk()
1207
geo->sunit = sbp->
sb_unit
;
in xfs_fs_geometry()
H
A
D
xfs_format.h
144
uint32_t
sb_unit
; /* stripe or raid unit */
member
235
__be32
sb_unit
; /* stripe or raid unit */
member
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_mount.c
461
if (sbp->
sb_unit
== mp->m_dalign &&
in xfs_update_alignment()
469
sbp->
sb_unit
= mp->m_dalign;
in xfs_update_alignment()
474
mp->m_dalign = sbp->
sb_unit
;
in xfs_update_alignment()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_mount.c
346
if (sbp->
sb_unit
== mp->m_dalign &&
in xfs_update_alignment()
354
sbp->
sb_unit
= mp->m_dalign;
in xfs_update_alignment()
358
mp->m_dalign = sbp->
sb_unit
;
in xfs_update_alignment()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
247
if (sb->
sb_unit
!= cpu_to_be32(mp->m_sb.
sb_unit
))
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
225
if (sb->
sb_unit
!= cpu_to_be32(mp->m_sb.
sb_unit
))
in xchk_superblock()
Completed in 16 milliseconds