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:i_prealloc_count
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
bitmap.c
511
if (ei->
i_prealloc_count
< 0)
in __discard_prealloc()
515
while (ei->
i_prealloc_count
> 0) {
in __discard_prealloc()
525
ei->
i_prealloc_count
--;
in __discard_prealloc()
542
if (ei->
i_prealloc_count
)
in reiserfs_discard_prealloc()
556
if (!ei->
i_prealloc_count
) {
in reiserfs_discard_all_prealloc()
1185
REISERFS_I(hint->inode)->
i_prealloc_count
=
in allocate_without_wrapping_disk()
1286
nr_allocated + REISERFS_I(hint->inode)->
i_prealloc_count
) {
in blocknrs_and_prealloc_arrays_from_search_start()
1293
REISERFS_I(hint->inode)->
i_prealloc_count
,
in blocknrs_and_prealloc_arrays_from_search_start()
1301
i_prealloc_count
);
in blocknrs_and_prealloc_arrays_from_search_start()
1316
if (REISERFS_I(inode)->
i_prealloc_count
>
in use_preallocated_list_if_available()
[all...]
H
A
D
file.c
48
REISERFS_I(inode)->
i_prealloc_count
<= 0) {
in reiserfs_file_release()
H
A
D
inode.c
1251
REISERFS_I(inode)->
i_prealloc_count
= 0;
in init_inode()
2007
REISERFS_I(inode)->
i_prealloc_count
= 0;
in reiserfs_new_inode()
3321
if (REISERFS_I(inode)->
i_prealloc_count
> 0) {
in reiserfs_setattr()
H
A
D
reiserfs.h
77
int
i_prealloc_count
; /* length of that sequence */
member
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
bitmap.c
511
if (ei->
i_prealloc_count
< 0)
in __discard_prealloc()
515
while (ei->
i_prealloc_count
> 0) {
in __discard_prealloc()
525
ei->
i_prealloc_count
--;
in __discard_prealloc()
542
if (ei->
i_prealloc_count
)
in reiserfs_discard_prealloc()
556
if (!ei->
i_prealloc_count
) {
in reiserfs_discard_all_prealloc()
1185
REISERFS_I(hint->inode)->
i_prealloc_count
=
in allocate_without_wrapping_disk()
1286
nr_allocated + REISERFS_I(hint->inode)->
i_prealloc_count
) {
in blocknrs_and_prealloc_arrays_from_search_start()
1293
REISERFS_I(hint->inode)->
i_prealloc_count
,
in blocknrs_and_prealloc_arrays_from_search_start()
1301
i_prealloc_count
);
in blocknrs_and_prealloc_arrays_from_search_start()
1316
if (REISERFS_I(inode)->
i_prealloc_count
>
in use_preallocated_list_if_available()
[all...]
H
A
D
file.c
48
REISERFS_I(inode)->
i_prealloc_count
<= 0) {
in reiserfs_file_release()
H
A
D
inode.c
1243
REISERFS_I(inode)->
i_prealloc_count
= 0;
in init_inode()
1997
REISERFS_I(inode)->
i_prealloc_count
= 0;
in reiserfs_new_inode()
3303
if (REISERFS_I(inode)->
i_prealloc_count
> 0) {
in reiserfs_setattr()
H
A
D
reiserfs.h
75
int
i_prealloc_count
; /* length of that sequence */
member
Completed in 30 milliseconds