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:MAXAG
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_imap.h
21
#define
MAXAG
128 /* maximum number of allocation groups */
macro
109
struct iagctl_disk in_agctl[
MAXAG
]; /* 2048: AG control information */
121
struct iagctl in_agctl[
MAXAG
]; /* AG control information */
131
struct mutex im_aglock[
MAXAG
]; /* 512: per AG locks */
H
A
D
jfs_dmap.h
26
#define
MAXAG
128 /* max number of allocation groups */
macro
204
__le64 dn_agfree[
MAXAG
];/* 8*
MAXAG
: per AG free count */
223
s64 dn_agfree[
MAXAG
]; /* per AG free count */
234
atomic_t db_active[
MAXAG
]; /* count of active, open files in AG */
H
A
D
jfs_dmap.c
198
if (bmp->db_maxag >=
MAXAG
|| bmp->db_maxag < 0 ||
in dbMount()
199
bmp->db_agpref >=
MAXAG
|| bmp->db_agpref < 0) {
in dbMount()
215
if (((bmp->db_mapsize - 1) >> bmp->db_agl2size) >
MAXAG
) {
in dbMount()
220
for (i = 0; i <
MAXAG
; i++)
in dbMount()
319
for (i = 0; i <
MAXAG
; i++)
in dbSync()
3489
for (; n <
MAXAG
; n++)
in dbExtendFS()
4049
if (nblocks < BPERDMAP *
MAXAG
)
in dbGetL2AGSize()
H
A
D
jfs_imap.c
129
for (index = 0; index <
MAXAG
; index++) {
in diMount()
150
for (index = 0; index <
MAXAG
; index++) {
in diMount()
234
for (index = 0; index <
MAXAG
; index++) {
in diSync()
2184
if (agno >=
MAXAG
|| agno < 0)
in diNewExt()
2870
for (i = 0; i <
MAXAG
; i++) {
in diExtendFS()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_imap.h
21
#define
MAXAG
128 /* maximum number of allocation groups */
macro
109
struct iagctl_disk in_agctl[
MAXAG
]; /* 2048: AG control information */
121
struct iagctl in_agctl[
MAXAG
]; /* AG control information */
131
struct mutex im_aglock[
MAXAG
]; /* 512: per AG locks */
H
A
D
jfs_dmap.h
26
#define
MAXAG
128 /* max number of allocation groups */
macro
204
__le64 dn_agfree[
MAXAG
];/* 8*
MAXAG
: per AG free count */
223
s64 dn_agfree[
MAXAG
]; /* per AG free count */
234
atomic_t db_active[
MAXAG
]; /* count of active, open files in AG */
H
A
D
jfs_dmap.c
198
if (bmp->db_maxag >=
MAXAG
|| bmp->db_maxag < 0 ||
in dbMount()
199
bmp->db_agpref >=
MAXAG
|| bmp->db_agpref < 0) {
in dbMount()
215
if (((bmp->db_mapsize - 1) >> bmp->db_agl2size) >
MAXAG
) {
in dbMount()
220
for (i = 0; i <
MAXAG
; i++)
in dbMount()
319
for (i = 0; i <
MAXAG
; i++)
in dbSync()
3425
for (; n <
MAXAG
; n++)
in dbExtendFS()
3985
if (nblocks < BPERDMAP *
MAXAG
)
in dbGetL2AGSize()
H
A
D
jfs_imap.c
127
for (index = 0; index <
MAXAG
; index++) {
in diMount()
148
for (index = 0; index <
MAXAG
; index++) {
in diMount()
232
for (index = 0; index <
MAXAG
; index++) {
in diSync()
2182
if (agno >=
MAXAG
|| agno < 0)
in diNewExt()
2868
for (i = 0; i <
MAXAG
; i++) {
in diExtendFS()
Completed in 18 milliseconds