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:s_partition_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/affs/
H
A
D
bitmap.c
49
if (block > sbi->
s_partition_size
)
in affs_free_block()
136
if (!goal || goal > sbi->
s_partition_size
) {
in affs_alloc_block()
265
sbi->s_bmap_count = (sbi->
s_partition_size
- sbi->s_reserved +
in affs_init_bitmap()
315
offset = (sbi->
s_partition_size
- sbi->s_reserved) % sbi->s_bmap_bits;
in affs_init_bitmap()
H
A
D
super.c
314
if (sbi->s_root_block != (sbi->s_reserved + sbi->
s_partition_size
- 1) / 2)
in affs_show_options()
411
sbi->
s_partition_size
= size;
in affs_fill_super()
614
__func__, AFFS_SB(sb)->
s_partition_size
,
in affs_statfs()
620
buf->f_blocks = AFFS_SB(sb)->
s_partition_size
- AFFS_SB(sb)->s_reserved;
in affs_statfs()
H
A
D
affs.h
84
int
s_partition_size
; /* Partition size in blocks. */
member
220
block < AFFS_SB(sb)->
s_partition_size
);
in affs_validblock()
/kernel/linux/linux-6.6/fs/affs/
H
A
D
bitmap.c
49
if (block > sbi->
s_partition_size
)
in affs_free_block()
136
if (!goal || goal > sbi->
s_partition_size
) {
in affs_alloc_block()
265
sbi->s_bmap_count = (sbi->
s_partition_size
- sbi->s_reserved +
in affs_init_bitmap()
315
offset = (sbi->
s_partition_size
- sbi->s_reserved) % sbi->s_bmap_bits;
in affs_init_bitmap()
H
A
D
super.c
314
if (sbi->s_root_block != (sbi->s_reserved + sbi->
s_partition_size
- 1) / 2)
in affs_show_options()
411
sbi->
s_partition_size
= size;
in affs_fill_super()
614
__func__, AFFS_SB(sb)->
s_partition_size
,
in affs_statfs()
620
buf->f_blocks = AFFS_SB(sb)->
s_partition_size
- AFFS_SB(sb)->s_reserved;
in affs_statfs()
H
A
D
affs.h
84
int
s_partition_size
; /* Partition size in blocks. */
member
226
block < AFFS_SB(sb)->
s_partition_size
);
in affs_validblock()
Completed in 4 milliseconds