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:maxicount
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_shared.h
142
uint64_t
maxicount
;
member
H
A
D
xfs_ialloc.c
651
if (igeo->
maxicount
&&
in xfs_ialloc_ag_alloc()
653
igeo->
maxicount
)
in xfs_ialloc_ag_alloc()
1753
if (igeo->
maxicount
&&
in xfs_dialloc()
1755
> igeo->
maxicount
) {
in xfs_dialloc()
2790
* Compute the inode btree min and max levels and set
maxicount
.
2849
igeo->
maxicount
= XFS_FSB_TO_INO(mp,
in xfs_ialloc_setup_geometry()
2852
igeo->
maxicount
= 0;
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_shared.h
147
uint64_t
maxicount
;
member
H
A
D
xfs_ialloc.c
673
if (igeo->
maxicount
&&
in xfs_ialloc_ag_alloc()
675
igeo->
maxicount
)
in xfs_ialloc_ag_alloc()
1774
if (igeo->
maxicount
&&
in xfs_dialloc()
1776
> igeo->
maxicount
) {
in xfs_dialloc()
2775
* Compute the inode btree min and max levels and set
maxicount
.
2837
igeo->
maxicount
= XFS_FSB_TO_INO(mp,
in xfs_ialloc_setup_geometry()
2840
igeo->
maxicount
= 0;
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_fsops.c
250
M_IGEO(mp)->
maxicount
= XFS_FSB_TO_INO(mp, icount);
in xfs_growfs_data()
252
M_IGEO(mp)->
maxicount
= 0;
in xfs_growfs_data()
H
A
D
xfs_super.c
259
if (M_IGEO(mp)->
maxicount
) {
in xfs_set_inode_alloc()
821
if (M_IGEO(mp)->
maxicount
)
in xfs_fs_statfs()
824
M_IGEO(mp)->
maxicount
);
in xfs_fs_statfs()
826
/* If sb_icount overshot
maxicount
, report actual allocation */
in xfs_fs_statfs()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_fsops.c
312
M_IGEO(mp)->
maxicount
= XFS_FSB_TO_INO(mp, icount);
in xfs_growfs_data()
314
M_IGEO(mp)->
maxicount
= 0;
in xfs_growfs_data()
H
A
D
xfs_super.c
288
if (M_IGEO(mp)->
maxicount
) {
in xfs_set_inode_alloc()
867
if (M_IGEO(mp)->
maxicount
)
in xfs_fs_statfs()
870
M_IGEO(mp)->
maxicount
);
in xfs_fs_statfs()
872
/* If sb_icount overshot
maxicount
, report actual allocation */
in xfs_fs_statfs()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
quota.c
113
if (dq->q_ino.hardlimit > M_IGEO(mp)->
maxicount
)
in xchk_quota_item()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
quota.c
119
if (dq->q_ino.hardlimit > M_IGEO(mp)->
maxicount
)
in xchk_quota_item()
Completed in 14 milliseconds