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:jhead_cnt
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
sb.c
201
sup->
jhead_cnt
= cpu_to_le32(DEFAULT_JHEADS_CNT);
in create_default_filesystem()
417
min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->
jhead_cnt
+ 6;
in validate_sb()
451
if (c->
jhead_cnt
< NONDATA_JHEADS_CNT + 1 ||
in validate_sb()
452
c->
jhead_cnt
> NONDATA_JHEADS_CNT + UBIFS_MAX_JHEADS) {
in validate_sb()
718
c->
jhead_cnt
= le32_to_cpu(sup->
jhead_cnt
) + NONDATA_JHEADS_CNT;
in ubifs_read_superblock()
H
A
D
super.c
484
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_sync_fs()
695
tmp = UBIFS_CS_NODE_SZ + UBIFS_REF_NODE_SZ * c->
jhead_cnt
;
in init_constants_sb()
744
tmp64 = (long long)(c->
jhead_cnt
+ 1) * c->leb_size + 1;
in init_constants_sb()
783
tmp64 = c->main_lebs - 1 - 1 - MIN_INDEX_LEBS - c->
jhead_cnt
+ 1;
in init_constants_master()
826
c->jheads = kcalloc(c->
jhead_cnt
, sizeof(struct ubifs_jhead),
in alloc_wbufs()
832
for (i = 0; i < c->
jhead_cnt
; i++) {
in alloc_wbufs()
882
for (i = 0; i < c->
jhead_cnt
; i++) {
in free_wbufs()
1577
c->
jhead_cnt
- NONDATA_JHEADS_CNT);
in mount_ubifs()
1897
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_remount_ro()
1967
for (i = 0; i < c->
jhead_cnt
;
in ubifs_put_super()
[all...]
H
A
D
log.c
367
max_len = UBIFS_CS_NODE_SZ + c->
jhead_cnt
* UBIFS_REF_NODE_SZ;
in ubifs_log_start_commit()
393
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_log_start_commit()
750
for (i = 0; i < c->
jhead_cnt
; i++)
in dbg_check_bud_bytes()
H
A
D
ubifs-media.h
632
* @
jhead_cnt
: count of journal heads
666
__le32
jhead_cnt
;
member
H
A
D
io.c
662
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_bg_wbufs_sync()
693
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_bg_wbufs_sync()
1221
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_sync_wbufs_by_inode()
H
A
D
budget.c
218
subtract_lebs += c->
jhead_cnt
;
in ubifs_calc_available()
H
A
D
commit.c
118
for (i = 0; i < c->
jhead_cnt
; i++) {
in do_commit()
H
A
D
debug.c
373
pr_err("\tjhead_cnt %u\n", le32_to_cpu(sup->
jhead_cnt
));
in ubifs_dump_node()
653
for (i = 0; i < c->
jhead_cnt
; i++)
in ubifs_dump_budg()
749
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_dump_lprop()
H
A
D
replay.c
954
if (jhead >= c->
jhead_cnt
|| lnum >= c->leb_cnt ||
in validate_ref()
H
A
D
gc.c
472
for (i = 0; i < c->
jhead_cnt
; i++) {
in gc_sync_wbufs()
H
A
D
lprops.c
1264
for (i = 0; i < c->
jhead_cnt
; i++) {
in dbg_check_lprops()
H
A
D
ubifs.h
1023
* @
jhead_cnt
: count of journal heads
1277
int
jhead_cnt
;
member
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
sb.c
204
sup->
jhead_cnt
= cpu_to_le32(DEFAULT_JHEADS_CNT);
in create_default_filesystem()
420
min_leb_cnt += c->lpt_lebs + c->orph_lebs + c->
jhead_cnt
+ 6;
in validate_sb()
454
if (c->
jhead_cnt
< NONDATA_JHEADS_CNT + 1 ||
in validate_sb()
455
c->
jhead_cnt
> NONDATA_JHEADS_CNT + UBIFS_MAX_JHEADS) {
in validate_sb()
721
c->
jhead_cnt
= le32_to_cpu(sup->
jhead_cnt
) + NONDATA_JHEADS_CNT;
in ubifs_read_superblock()
H
A
D
super.c
484
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_sync_fs()
695
tmp = UBIFS_CS_NODE_SZ + UBIFS_REF_NODE_SZ * c->
jhead_cnt
;
in init_constants_sb()
744
tmp64 = (long long)(c->
jhead_cnt
+ 1) * c->leb_size + 1;
in init_constants_sb()
783
tmp64 = c->main_lebs - 1 - 1 - MIN_INDEX_LEBS - c->
jhead_cnt
+ 1;
in init_constants_master()
826
c->jheads = kcalloc(c->
jhead_cnt
, sizeof(struct ubifs_jhead),
in alloc_wbufs()
832
for (i = 0; i < c->
jhead_cnt
; i++) {
in alloc_wbufs()
882
for (i = 0; i < c->
jhead_cnt
; i++) {
in free_wbufs()
1580
c->
jhead_cnt
- NONDATA_JHEADS_CNT);
in mount_ubifs()
1902
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_remount_ro()
1972
for (i = 0; i < c->
jhead_cnt
;
in ubifs_put_super()
[all...]
H
A
D
log.c
367
max_len = UBIFS_CS_NODE_SZ + c->
jhead_cnt
* UBIFS_REF_NODE_SZ;
in ubifs_log_start_commit()
393
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_log_start_commit()
750
for (i = 0; i < c->
jhead_cnt
; i++)
in dbg_check_bud_bytes()
H
A
D
ubifs-media.h
632
* @
jhead_cnt
: count of journal heads
666
__le32
jhead_cnt
;
member
H
A
D
io.c
683
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_bg_wbufs_sync()
714
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_bg_wbufs_sync()
1242
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_sync_wbufs_by_inode()
H
A
D
budget.c
215
subtract_lebs += c->
jhead_cnt
;
in ubifs_calc_available()
H
A
D
commit.c
118
for (i = 0; i < c->
jhead_cnt
; i++) {
in do_commit()
H
A
D
debug.c
373
pr_err("\tjhead_cnt %u\n", le32_to_cpu(sup->
jhead_cnt
));
in ubifs_dump_node()
653
for (i = 0; i < c->
jhead_cnt
; i++)
in ubifs_dump_budg()
749
for (i = 0; i < c->
jhead_cnt
; i++) {
in ubifs_dump_lprop()
H
A
D
replay.c
954
if (jhead >= c->
jhead_cnt
|| lnum >= c->leb_cnt ||
in validate_ref()
H
A
D
gc.c
472
for (i = 0; i < c->
jhead_cnt
; i++) {
in gc_sync_wbufs()
H
A
D
lprops.c
1264
for (i = 0; i < c->
jhead_cnt
; i++) {
in dbg_check_lprops()
H
A
D
ubifs.h
1044
* @
jhead_cnt
: count of journal heads
1302
int
jhead_cnt
;
member
Completed in 50 milliseconds