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_inodelog
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_sb.c
310
sbp->
sb_inodelog
< XFS_DINODE_MIN_LOG ||
in xfs_validate_sb_common()
311
sbp->
sb_inodelog
> XFS_DINODE_MAX_LOG ||
in xfs_validate_sb_common()
312
sbp->sb_inodesize != (1 << sbp->
sb_inodelog
) ||
in xfs_validate_sb_common()
319
(sbp->sb_blocklog - sbp->
sb_inodelog
!= sbp->sb_inopblog) ||
in xfs_validate_sb_common()
510
to->
sb_inodelog
= from->
sb_inodelog
;
in __xfs_sb_from_disk()
653
to->
sb_inodelog
= from->
sb_inodelog
;
in xfs_sb_to_disk()
H
A
D
xfs_ialloc.h
32
return xfs_buf_offset(b, o << (mp)->m_sb.
sb_inodelog
);
in xfs_make_iptr()
H
A
D
xfs_format.h
119
uint8_t
sb_inodelog
; /* log2 of sb_inodesize */
member
210
__u8
sb_inodelog
; /* log2 of sb_inodesize */
member
H
A
D
xfs_inode_buf.c
58
dip = xfs_buf_offset(bp, (i << mp->m_sb.
sb_inodelog
));
in xfs_inode_buf_verify()
H
A
D
xfs_ialloc.c
341
int ioffset = i << mp->m_sb.
sb_inodelog
;
in xfs_ialloc_inode_init()
2392
mp->m_sb.
sb_inodelog
);
in xfs_imap()
2421
imap->im_boffset = (unsigned short)(offset << mp->m_sb.
sb_inodelog
);
in xfs_imap()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_sb.c
413
sbp->
sb_inodelog
< XFS_DINODE_MIN_LOG ||
in xfs_validate_sb_common()
414
sbp->
sb_inodelog
> XFS_DINODE_MAX_LOG ||
in xfs_validate_sb_common()
415
sbp->sb_inodesize != (1 << sbp->
sb_inodelog
) ||
in xfs_validate_sb_common()
421
(sbp->sb_blocklog - sbp->
sb_inodelog
!= sbp->sb_inopblog) ||
in xfs_validate_sb_common()
632
to->
sb_inodelog
= from->
sb_inodelog
;
in __xfs_sb_from_disk()
781
to->
sb_inodelog
= from->
sb_inodelog
;
in xfs_sb_to_disk()
H
A
D
xfs_ialloc.h
33
return xfs_buf_offset(b, o << (mp)->m_sb.
sb_inodelog
);
in xfs_make_iptr()
H
A
D
xfs_format.h
119
uint8_t
sb_inodelog
; /* log2 of sb_inodesize */
member
210
__u8
sb_inodelog
; /* log2 of sb_inodesize */
member
H
A
D
xfs_inode_buf.c
57
dip = xfs_buf_offset(bp, (i << mp->m_sb.
sb_inodelog
));
in xfs_inode_buf_verify()
H
A
D
xfs_ialloc.c
364
int ioffset = i << mp->m_sb.
sb_inodelog
;
in xfs_ialloc_inode_init()
2371
mp->m_sb.
sb_inodelog
);
in xfs_imap()
2400
imap->im_boffset = (unsigned short)(offset << mp->m_sb.
sb_inodelog
);
in xfs_imap()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
agheader.c
207
if (sb->
sb_inodelog
!= mp->m_sb.
sb_inodelog
)
in xchk_superblock()
H
A
D
ialloc.c
402
mp->m_sb.
sb_inodelog
;
in xchk_iallocbt_check_cluster()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
ialloc.c
249
mp->m_sb.
sb_inodelog
;
in xchk_iallocbt_check_cluster()
H
A
D
agheader.c
185
if (sb->
sb_inodelog
!= mp->m_sb.
sb_inodelog
)
in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_buf_item_recover.c
603
inodes_per_buf = BBTOB(bp->b_length) >> mp->m_sb.
sb_inodelog
;
in xlog_recover_do_inode_buffer()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_buf_item_recover.c
612
inodes_per_buf = BBTOB(bp->b_length) >> mp->m_sb.
sb_inodelog
;
in xlog_recover_do_inode_buffer()
Completed in 26 milliseconds