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:db_agsize
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
resize.c
304
old_agsize = bmp->
db_agsize
; /* We need to know if this changes */
in jfs_extendfs()
326
agsizechanged |= (bmp->
db_agsize
!= old_agsize);
in jfs_extendfs()
491
j_sb->s_agsize = cpu_to_le32(bmp->
db_agsize
);
in jfs_extendfs()
H
A
D
jfs_discard.c
86
if (minlen > bmp->
db_agsize
||
in jfs_ioc_trim()
H
A
D
jfs_dmap.c
222
bmp->
db_agsize
= le64_to_cpu(dbmp_le->dn_agsize);
in dbMount()
321
dbmp_le->dn_agsize = cpu_to_le64(bmp->
db_agsize
);
in dbSync()
788
if ((blkno & (bmp->
db_agsize
- 1)) == 0)
in dbAlloc()
1096
(extblkno & (bmp->
db_agsize
- 1)) == 0) {
in dbExtend()
1430
if (bmp->
db_agsize
== BPERDMAP
in dbAllocAG()
1431
|| bmp->db_agfree[agno] == bmp->
db_agsize
) {
in dbAllocAG()
1434
(bmp->db_agfree[agno] == bmp->
db_agsize
)) {
in dbAllocAG()
2470
if ((bmp->db_agfree[agno] == bmp->
db_agsize
&& agno == bmp->db_maxag) ||
in dbFreeBits()
2476
bmp->
db_agsize
)
in dbFreeBits()
3459
bmp->
db_agsize
in dbExtendFS()
[all...]
H
A
D
jfs_dmap.h
242
#define
db_agsize
db_bmap.dn_agsize
macro
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
resize.c
303
old_agsize = bmp->
db_agsize
; /* We need to know if this changes */
in jfs_extendfs()
325
agsizechanged |= (bmp->
db_agsize
!= old_agsize);
in jfs_extendfs()
490
j_sb->s_agsize = cpu_to_le32(bmp->
db_agsize
);
in jfs_extendfs()
H
A
D
jfs_discard.c
86
if (minlen > bmp->
db_agsize
||
in jfs_ioc_trim()
H
A
D
jfs_dmap.c
222
bmp->
db_agsize
= le64_to_cpu(dbmp_le->dn_agsize);
in dbMount()
321
dbmp_le->dn_agsize = cpu_to_le64(bmp->
db_agsize
);
in dbSync()
788
if ((blkno & (bmp->
db_agsize
- 1)) == 0)
in dbAlloc()
1028
(extblkno & (bmp->
db_agsize
- 1)) == 0) {
in dbExtend()
1362
if (bmp->
db_agsize
== BPERDMAP
in dbAllocAG()
1363
|| bmp->db_agfree[agno] == bmp->
db_agsize
) {
in dbAllocAG()
1366
(bmp->db_agfree[agno] == bmp->
db_agsize
)) {
in dbAllocAG()
2402
if ((bmp->db_agfree[agno] == bmp->
db_agsize
&& agno == bmp->db_maxag) ||
in dbFreeBits()
2408
bmp->
db_agsize
)
in dbFreeBits()
3395
bmp->
db_agsize
in dbExtendFS()
[all...]
H
A
D
jfs_dmap.h
242
#define
db_agsize
db_bmap.dn_agsize
macro
Completed in 14 milliseconds