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_dirblklog
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
307
sbp->
sb_dirblklog
+ sbp->sb_blocklog > XFS_MAX_BLOCKSIZE_LOG ||
in xfs_validate_sb_common()
528
to->
sb_dirblklog
= from->
sb_dirblklog
;
in __xfs_sb_from_disk()
669
to->
sb_dirblklog
= from->
sb_dirblklog
;
in xfs_sb_to_disk()
H
A
D
xfs_dir2.c
114
dageo->blklog = mp->m_sb.sb_blocklog + mp->m_sb.
sb_dirblklog
;
in xfs_da_mount()
117
dageo->fsbcount = 1 << mp->m_sb.
sb_dirblklog
;
in xfs_da_mount()
H
A
D
xfs_da_format.h
798
return 1 << (sbp->sb_blocklog + sbp->
sb_dirblklog
);
in xfs_dir2_dirblock_bytes()
H
A
D
xfs_format.h
146
uint8_t
sb_dirblklog
; /* log2 of dir block size (fsbs) */
member
237
__u8
sb_dirblklog
; /* log2 of dir block size (fsbs) */
member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
410
sbp->
sb_dirblklog
+ sbp->sb_blocklog > XFS_MAX_BLOCKSIZE_LOG ||
in xfs_validate_sb_common()
650
to->
sb_dirblklog
= from->
sb_dirblklog
;
in __xfs_sb_from_disk()
797
to->
sb_dirblklog
= from->
sb_dirblklog
;
in xfs_sb_to_disk()
H
A
D
xfs_dir2.c
119
dageo->blklog = mp->m_sb.sb_blocklog + mp->m_sb.
sb_dirblklog
;
in xfs_da_mount()
122
dageo->fsbcount = 1 << mp->m_sb.
sb_dirblklog
;
in xfs_da_mount()
H
A
D
xfs_da_format.h
856
return 1 << (sbp->sb_blocklog + sbp->
sb_dirblklog
);
in xfs_dir2_dirblock_bytes()
H
A
D
xfs_format.h
146
uint8_t
sb_dirblklog
; /* log2 of dir block size (fsbs) */
member
237
__u8
sb_dirblklog
; /* log2 of dir block size (fsbs) */
member
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
253
if (sb->
sb_dirblklog
!= mp->m_sb.
sb_dirblklog
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
agheader.c
231
if (sb->
sb_dirblklog
!= mp->m_sb.
sb_dirblklog
)
in xchk_superblock()
Completed in 18 milliseconds