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:w_clen
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
aops.c
720
u32
w_clen
;
member
856
wc->
w_clen
= cend - wc->w_cpos + 1;
in ocfs2_alloc_write_ctxt()
1234
for (i = 0; i < wc->
w_clen
; i++) {
in ocfs2_write_cluster_by_desc()
1306
desc = &wc->w_desc[wc->
w_clen
- 1];
in ocfs2_set_target_boundaries()
1401
for (i = 0; i < wc->
w_clen
; i++) {
in ocfs2_populate_write_desc()
1705
clusters_need = wc->
w_clen
;
in ocfs2_write_begin_nolock()
1707
wc->w_cpos, wc->
w_clen
, UINT_MAX);
in ocfs2_write_begin_nolock()
1767
if (wc->
w_clen
&& (wc->w_desc[0].c_needs_zero ||
in ocfs2_write_begin_nolock()
1768
wc->w_desc[wc->
w_clen
- 1].c_needs_zero))
in ocfs2_write_begin_nolock()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
aops.c
716
u32
w_clen
;
member
852
wc->
w_clen
= cend - wc->w_cpos + 1;
in ocfs2_alloc_write_ctxt()
1230
for (i = 0; i < wc->
w_clen
; i++) {
in ocfs2_write_cluster_by_desc()
1302
desc = &wc->w_desc[wc->
w_clen
- 1];
in ocfs2_set_target_boundaries()
1397
for (i = 0; i < wc->
w_clen
; i++) {
in ocfs2_populate_write_desc()
1701
clusters_need = wc->
w_clen
;
in ocfs2_write_begin_nolock()
1703
wc->w_cpos, wc->
w_clen
, UINT_MAX);
in ocfs2_write_begin_nolock()
1763
if (wc->
w_clen
&& (wc->w_desc[0].c_needs_zero ||
in ocfs2_write_begin_nolock()
1764
wc->w_desc[wc->
w_clen
- 1].c_needs_zero))
in ocfs2_write_begin_nolock()
Completed in 10 milliseconds