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:rsv_goal_size
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ext2/
H
A
D
ioctl.c
111
rsv_window_size = ei->i_block_alloc_info->rsv_window_node.
rsv_goal_size
;
in ext2_ioctl()
138
* XXX What lock should protect the
rsv_goal_size
?
in ext2_ioctl()
147
rsv->
rsv_goal_size
= rsv_window_size;
in ext2_ioctl()
H
A
D
balloc.c
429
rsv->
rsv_goal_size
= 0;
in ext2_init_block_alloc_info()
431
rsv->
rsv_goal_size
= EXT2_DEFAULT_RESERVE_BLOCKS;
in ext2_init_block_alloc_info()
761
int size = my_rsv->
rsv_goal_size
;
in find_next_reservable_window()
893
size = my_rsv->
rsv_goal_size
;
in alloc_new_reservation()
926
my_rsv->
rsv_goal_size
= size;
in alloc_new_reservation()
1114
if (my_rsv->
rsv_goal_size
< *count)
in ext2_try_to_allocate_with_rsv()
1115
my_rsv->
rsv_goal_size
= *count;
in ext2_try_to_allocate_with_rsv()
1254
windowsz = block_i->rsv_window_node.
rsv_goal_size
;
in ext2_new_blocks()
H
A
D
ext2.h
37
__u32
rsv_goal_size
;
member
H
A
D
super.c
1123
sbi->s_rsv_window_head.
rsv_goal_size
= 0;
in ext2_fill_super()
/kernel/linux/linux-6.6/fs/ext2/
H
A
D
ioctl.c
93
rsv_window_size = ei->i_block_alloc_info->rsv_window_node.
rsv_goal_size
;
in ext2_ioctl()
120
* XXX What lock should protect the
rsv_goal_size
?
in ext2_ioctl()
129
rsv->
rsv_goal_size
= rsv_window_size;
in ext2_ioctl()
H
A
D
balloc.c
428
rsv->
rsv_goal_size
= 0;
in ext2_init_block_alloc_info()
430
rsv->
rsv_goal_size
= EXT2_DEFAULT_RESERVE_BLOCKS;
in ext2_init_block_alloc_info()
758
int size = my_rsv->
rsv_goal_size
;
in find_next_reservable_window()
883
size = my_rsv->
rsv_goal_size
;
in alloc_new_reservation()
916
my_rsv->
rsv_goal_size
= size;
in alloc_new_reservation()
1104
if (my_rsv->
rsv_goal_size
< *count)
in ext2_try_to_allocate_with_rsv()
1105
my_rsv->
rsv_goal_size
= *count;
in ext2_try_to_allocate_with_rsv()
1250
windowsz = block_i->rsv_window_node.
rsv_goal_size
;
in ext2_new_blocks()
H
A
D
ext2.h
39
__u32
rsv_goal_size
;
member
H
A
D
super.c
1133
sbi->s_rsv_window_head.
rsv_goal_size
= 0;
in ext2_fill_super()
Completed in 12 milliseconds