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:xfs_highbit32
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_bit.h
30
static inline int
xfs_highbit32
(uint32_t v)
in xfs_highbit32()
function
H
A
D
xfs_sb.c
317
sbp->sb_agblklog !=
xfs_highbit32
(sbp->sb_agblocks - 1) + 1 ||
in xfs_validate_sb_common()
355
sbp->sb_rextslog !=
xfs_highbit32
(sbp->sb_rextents) ||
in xfs_validate_sb_common()
844
mp->m_agno_log =
xfs_highbit32
(sbp->sb_agcount - 1) + 1;
in xfs_sb_mount_common()
H
A
D
xfs_format.h
1254
#define XFS_RTHIBIT(w)
xfs_highbit32
(w)
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_bit.h
30
static inline int
xfs_highbit32
(uint32_t v)
in xfs_highbit32()
function
H
A
D
xfs_sb.c
419
sbp->sb_agblklog !=
xfs_highbit32
(sbp->sb_agblocks - 1) + 1 ||
in xfs_validate_sb_common()
512
sbp->sb_rextslog !=
xfs_highbit32
(sbp->sb_rextents) ||
in xfs_validate_sb_common()
974
mp->m_agno_log =
xfs_highbit32
(sbp->sb_agcount - 1) + 1;
in xfs_sb_mount_common()
H
A
D
xfs_format.h
1167
#define XFS_RTHIBIT(w)
xfs_highbit32
(w)
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_rtalloc.c
474
log2len =
xfs_highbit32
(minlen);
in xfs_rtallocate_extent_near()
651
for (l =
xfs_highbit32
(maxlen); l < mp->m_rsumlevels; l++) {
in xfs_rtallocate_extent_size()
709
for (l =
xfs_highbit32
(maxlen); l >=
xfs_highbit32
(minlen); l--) {
in xfs_rtallocate_extent_size()
948
nrextslog =
xfs_highbit32
(nrextents);
in xfs_growfs_rt()
1010
nsbp->sb_rextslog =
xfs_highbit32
(nsbp->sb_rextents);
in xfs_growfs_rt()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_rtalloc.c
494
log2len =
xfs_highbit32
(minlen);
in xfs_rtallocate_extent_near()
672
for (l =
xfs_highbit32
(maxlen); l < mp->m_rsumlevels; l++) {
in xfs_rtallocate_extent_size()
730
for (l =
xfs_highbit32
(maxlen); l >=
xfs_highbit32
(minlen); l--) {
in xfs_rtallocate_extent_size()
1001
nrextslog =
xfs_highbit32
(nrextents);
in xfs_growfs_rt()
1063
nsbp->sb_rextslog =
xfs_highbit32
(nsbp->sb_rextents);
in xfs_growfs_rt()
Completed in 14 milliseconds