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:bg_next_group
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
resize.c
531
bg_ptr = le64_to_cpu(group->
bg_next_group
);
in ocfs2_group_add()
532
group->
bg_next_group
= cr->c_blkno;
in ocfs2_group_add()
538
group->
bg_next_group
= cpu_to_le64(bg_ptr);
in ocfs2_group_add()
H
A
D
suballoc.c
378
bg->
bg_next_group
= cl->cl_recs[my_chain].c_blkno;
in ocfs2_block_group_fill()
1428
bg_ptr = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_relink_block_group()
1429
prev_bg_ptr = le64_to_cpu(prev_bg->
bg_next_group
);
in ocfs2_relink_block_group()
1437
prev_bg->
bg_next_group
= bg->
bg_next_group
;
in ocfs2_relink_block_group()
1445
bg->
bg_next_group
= fe->id2.i_chain.cl_recs[chain].c_blkno;
in ocfs2_relink_block_group()
1462
bg->
bg_next_group
= cpu_to_le64(bg_ptr);
in ocfs2_relink_block_group()
1464
prev_bg->
bg_next_group
= cpu_to_le64(prev_bg_ptr);
in ocfs2_relink_block_group()
1775
if (!bg->
bg_next_group
)
in ocfs2_search_chain()
1781
next_group = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_search_chain()
[all...]
H
A
D
move_extents.c
423
blkno = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_find_victim_alloc_group()
451
} while (le64_to_cpu(bg->
bg_next_group
));
in ocfs2_find_victim_alloc_group()
H
A
D
ioctl.c
452
blkno = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_info_freefrag_scan_chain()
523
} while (le64_to_cpu(bg->
bg_next_group
));
in ocfs2_info_freefrag_scan_chain()
H
A
D
ocfs2_fs.h
889
__le64
bg_next_group
; /* Next group in my list, in
member
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
resize.c
529
bg_ptr = le64_to_cpu(group->
bg_next_group
);
in ocfs2_group_add()
530
group->
bg_next_group
= cr->c_blkno;
in ocfs2_group_add()
536
group->
bg_next_group
= cpu_to_le64(bg_ptr);
in ocfs2_group_add()
H
A
D
suballoc.c
376
bg->
bg_next_group
= cl->cl_recs[my_chain].c_blkno;
in ocfs2_block_group_fill()
1426
bg_ptr = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_relink_block_group()
1427
prev_bg_ptr = le64_to_cpu(prev_bg->
bg_next_group
);
in ocfs2_relink_block_group()
1435
prev_bg->
bg_next_group
= bg->
bg_next_group
;
in ocfs2_relink_block_group()
1443
bg->
bg_next_group
= fe->id2.i_chain.cl_recs[chain].c_blkno;
in ocfs2_relink_block_group()
1460
bg->
bg_next_group
= cpu_to_le64(bg_ptr);
in ocfs2_relink_block_group()
1462
prev_bg->
bg_next_group
= cpu_to_le64(prev_bg_ptr);
in ocfs2_relink_block_group()
1773
if (!bg->
bg_next_group
)
in ocfs2_search_chain()
1779
next_group = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_search_chain()
[all...]
H
A
D
move_extents.c
421
blkno = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_find_victim_alloc_group()
449
} while (le64_to_cpu(bg->
bg_next_group
));
in ocfs2_find_victim_alloc_group()
H
A
D
ioctl.c
456
blkno = le64_to_cpu(bg->
bg_next_group
);
in ocfs2_info_freefrag_scan_chain()
527
} while (le64_to_cpu(bg->
bg_next_group
));
in ocfs2_info_freefrag_scan_chain()
H
A
D
ocfs2_fs.h
887
__le64
bg_next_group
; /* Next group in my list, in
member
Completed in 19 milliseconds