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:wr_stable_how
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
xdr4.h
420
u32
wr_stable_how
; /* request */
member
541
u32
wr_stable_how
;
member
H
A
D
nfs4callback.c
702
*p++ = cpu_to_be32(cp->cp_res.
wr_stable_how
);
in encode_offload_info4()
H
A
D
nfs4xdr.c
1315
write->
wr_stable_how
= be32_to_cpup(p++);
in nfsd4_decode_write()
1316
if (write->
wr_stable_how
> NFS_FILE_SYNC)
in nfsd4_decode_write()
4536
*p++ = cpu_to_be32(write->
wr_stable_how
);
in nfsd42_encode_write_res()
H
A
D
nfs4proc.c
1025
write->wr_how_written = write->
wr_stable_how
;
in nfsd4_write()
1366
copy->cp_res.
wr_stable_how
= NFS_UNSTABLE;
in nfsd4_init_copy_res()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
xdr4.h
412
u32
wr_stable_how
; /* request */
member
532
u32
wr_stable_how
;
member
H
A
D
nfs4callback.c
773
*p++ = cpu_to_be32(cbo->co_res.
wr_stable_how
);
in encode_offload_info4()
H
A
D
nfs4xdr.c
1450
if (xdr_stream_decode_u32(argp->xdr, &write->
wr_stable_how
) < 0)
in nfsd4_decode_write()
1452
if (write->
wr_stable_how
> NFS_FILE_SYNC)
in nfsd4_decode_write()
4818
*p++ = cpu_to_be32(write->
wr_stable_how
);
in nfsd42_encode_write_res()
H
A
D
nfs4proc.c
1203
write->wr_how_written = write->
wr_stable_how
;
in nfsd4_write()
1622
copy->cp_res.
wr_stable_how
=
in nfsd4_init_copy_res()
Completed in 29 milliseconds