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:min_leb_cnt
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
sb.c
83
int
min_leb_cnt
= UBIFS_MIN_LEB_CNT;
in create_default_filesystem()
local
119
if (c->leb_cnt -
min_leb_cnt
> 8) {
in create_default_filesystem()
122
min_leb_cnt
+= 1;
in create_default_filesystem()
136
if (c->leb_cnt -
min_leb_cnt
> 1)
in create_default_filesystem()
379
int err = 1,
min_leb_cnt
;
in validate_sb()
local
416
min_leb_cnt
= UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs;
in validate_sb()
417
min_leb_cnt
+= c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6;
in validate_sb()
419
if (c->leb_cnt <
min_leb_cnt
|| c->leb_cnt > c->vi.size) {
in validate_sb()
421
c->leb_cnt, c->vi.size,
min_leb_cnt
);
in validate_sb()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
sb.c
86
int
min_leb_cnt
= UBIFS_MIN_LEB_CNT;
in create_default_filesystem()
local
122
if (c->leb_cnt -
min_leb_cnt
> 8) {
in create_default_filesystem()
125
min_leb_cnt
+= 1;
in create_default_filesystem()
139
if (c->leb_cnt -
min_leb_cnt
> 1)
in create_default_filesystem()
382
int err = 1,
min_leb_cnt
;
in validate_sb()
local
419
min_leb_cnt
= UBIFS_SB_LEBS + UBIFS_MST_LEBS + c->log_lebs;
in validate_sb()
420
min_leb_cnt
+= c->lpt_lebs + c->orph_lebs + c->jhead_cnt + 6;
in validate_sb()
422
if (c->leb_cnt <
min_leb_cnt
|| c->leb_cnt > c->vi.size) {
in validate_sb()
424
c->leb_cnt, c->vi.size,
min_leb_cnt
);
in validate_sb()
Completed in 3 milliseconds