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:c_blkno
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
resize.c
532
group->bg_next_group = cr->
c_blkno
;
in ocfs2_group_add()
548
cr->
c_blkno
= cpu_to_le64(input->group);
in ocfs2_group_add()
H
A
D
move_extents.c
404
if ((vict_blkno < le64_to_cpu(rec->
c_blkno
)) ||
in ocfs2_find_victim_alloc_group()
421
blkno = le64_to_cpu(rec->
c_blkno
);
in ocfs2_find_victim_alloc_group()
H
A
D
suballoc.c
378
bg->bg_next_group = cl->cl_recs[my_chain].
c_blkno
;
in ocfs2_block_group_fill()
724
cl->cl_recs[alloc_rec].
c_blkno
= bg->bg_blkno;
in ocfs2_block_group_alloc()
1445
bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].
c_blkno
;
in ocfs2_relink_block_group()
1453
fe->id2.i_chain.cl_recs[chain].
c_blkno
= bg->bg_blkno;
in ocfs2_relink_block_group()
1760
le64_to_cpu(cl->cl_recs[chain].
c_blkno
),
in ocfs2_search_chain()
H
A
D
ocfs2_fs.h
446
__le64
c_blkno
; /* Physical disk offset (blocks) of 1st group */
member
H
A
D
ioctl.c
450
blkno = le64_to_cpu(rec->
c_blkno
);
in ocfs2_info_freefrag_scan_chain()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
resize.c
530
group->bg_next_group = cr->
c_blkno
;
in ocfs2_group_add()
546
cr->
c_blkno
= cpu_to_le64(input->group);
in ocfs2_group_add()
H
A
D
move_extents.c
402
if ((vict_blkno < le64_to_cpu(rec->
c_blkno
)) ||
in ocfs2_find_victim_alloc_group()
419
blkno = le64_to_cpu(rec->
c_blkno
);
in ocfs2_find_victim_alloc_group()
H
A
D
suballoc.c
376
bg->bg_next_group = cl->cl_recs[my_chain].
c_blkno
;
in ocfs2_block_group_fill()
722
cl->cl_recs[alloc_rec].
c_blkno
= bg->bg_blkno;
in ocfs2_block_group_alloc()
1443
bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].
c_blkno
;
in ocfs2_relink_block_group()
1451
fe->id2.i_chain.cl_recs[chain].
c_blkno
= bg->bg_blkno;
in ocfs2_relink_block_group()
1758
le64_to_cpu(cl->cl_recs[chain].
c_blkno
),
in ocfs2_search_chain()
H
A
D
ioctl.c
454
blkno = le64_to_cpu(rec->
c_blkno
);
in ocfs2_info_freefrag_scan_chain()
H
A
D
ocfs2_fs.h
444
__le64
c_blkno
; /* Physical disk offset (blocks) of 1st group */
member
Completed in 19 milliseconds