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:max_bu_buf_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
super.c
638
c->
max_bu_buf_len
= UBIFS_MAX_BULK_READ * UBIFS_MAX_DATA_NODE_SZ;
in init_constants_early()
639
if (c->
max_bu_buf_len
> c->leb_size)
in init_constants_early()
640
c->
max_bu_buf_len
= c->leb_size;
in init_constants_early()
1216
c->bu.buf = kmalloc(c->
max_bu_buf_len
, GFP_KERNEL | __GFP_NOWARN);
in bu_init()
1218
if (c->
max_bu_buf_len
> UBIFS_KMALLOC_OK) {
in bu_init()
1219
c->
max_bu_buf_len
= UBIFS_KMALLOC_OK;
in bu_init()
1225
c->
max_bu_buf_len
);
in bu_init()
H
A
D
ubifs.h
1067
* @
max_bu_buf_len
: maximum bulk-read buffer length
1320
int
max_bu_buf_len
;
member
H
A
D
file.c
873
bu->buf_len = c->
max_bu_buf_len
;
in ubifs_bulk_read()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
super.c
638
c->
max_bu_buf_len
= UBIFS_MAX_BULK_READ * UBIFS_MAX_DATA_NODE_SZ;
in init_constants_early()
639
if (c->
max_bu_buf_len
> c->leb_size)
in init_constants_early()
640
c->
max_bu_buf_len
= c->leb_size;
in init_constants_early()
1216
c->bu.buf = kmalloc(c->
max_bu_buf_len
, GFP_KERNEL | __GFP_NOWARN);
in bu_init()
1218
if (c->
max_bu_buf_len
> UBIFS_KMALLOC_OK) {
in bu_init()
1219
c->
max_bu_buf_len
= UBIFS_KMALLOC_OK;
in bu_init()
1225
c->
max_bu_buf_len
);
in bu_init()
H
A
D
ubifs.h
1088
* @
max_bu_buf_len
: maximum bulk-read buffer length
1348
int
max_bu_buf_len
;
member
H
A
D
file.c
872
bu->buf_len = c->
max_bu_buf_len
;
in ubifs_bulk_read()
Completed in 17 milliseconds