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:xdr_stream_pos
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfs_common/
H
A
D
nfsacl.c
197
base =
xdr_stream_pos
(xdr);
in nfs_stream_encode_acl()
401
base =
xdr_stream_pos
(xdr);
in nfs_stream_decode_acl()
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xdr.c
630
*
xdr_stream_pos
- Return the current offset from the start of the xdr_stream
633
unsigned int
xdr_stream_pos
(const struct xdr_stream *xdr)
in xdr_stream_pos()
function
637
EXPORT_SYMBOL_GPL(
xdr_stream_pos
);
variable
645
unsigned int pos =
xdr_stream_pos
(xdr);
in xdr_page_pos()
1184
unsigned int cur =
xdr_stream_pos
(xdr);
in xdr_realign_pages()
1200
unsigned int cur =
xdr_stream_pos
(xdr);
in xdr_align_pages()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xdr.c
916
*
xdr_stream_pos
- Return the current offset from the start of the xdr_stream
919
unsigned int
xdr_stream_pos
(const struct xdr_stream *xdr)
in xdr_stream_pos()
function
923
EXPORT_SYMBOL_GPL(
xdr_stream_pos
);
variable
943
unsigned int pos =
xdr_stream_pos
(xdr);
in xdr_page_pos()
1545
unsigned int cur =
xdr_stream_pos
(xdr);
in xdr_realign_pages()
1630
xdr_buf_head_shift_right(buf,
xdr_stream_pos
(xdr),
in xdr_set_pagelen()
1752
unsigned int start =
xdr_stream_pos
(xdr);
in xdr_stream_subsegment()
H
A
D
svc.c
1385
aoffset =
xdr_stream_pos
(xdr);
in svc_process_common()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xdr.h
243
extern unsigned int
xdr_stream_pos
(const struct xdr_stream *xdr);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xdr.h
255
extern unsigned int
xdr_stream_pos
(const struct xdr_stream *xdr);
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_recvfrom.c
686
hdr_len =
xdr_stream_pos
(&rctxt->rc_stream);
in svc_rdma_xdr_decode_req()
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs3xdr.c
1642
pos =
xdr_stream_pos
(xdr);
in nfs3_xdr_dec_read3res()
1652
result->replen = 4 + ((
xdr_stream_pos
(xdr) - pos) >> 2);
in nfs3_xdr_dec_read3res()
2372
hdrlen =
xdr_stream_pos
(xdr);
in decode_getacl3resok()
H
A
D
nfs4xdr.c
3260
*savep =
xdr_stream_pos
(xdr);
in decode_attr_length()
4232
unsigned int nwords = (
xdr_stream_pos
(xdr) - savep) >> 2;
in verify_attr_len()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs3xdr.c
1646
pos =
xdr_stream_pos
(xdr);
in nfs3_xdr_dec_read3res()
1656
result->replen = 3 + ((
xdr_stream_pos
(xdr) - pos) >> 2);
in nfs3_xdr_dec_read3res()
2377
hdrlen =
xdr_stream_pos
(xdr);
in decode_getacl3resok()
H
A
D
nfs42xdr.c
1003
seg->data.from =
xdr_stream_pos
(xdr);
in decode_read_plus_segment()
H
A
D
nfs4xdr.c
3289
*savep =
xdr_stream_pos
(xdr);
in decode_attr_length()
4300
unsigned int nwords = (
xdr_stream_pos
(xdr) - savep) >> 2;
in verify_attr_len()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
svcauth_gss.c
885
offset =
xdr_stream_pos
(xdr);
in svcauth_gss_unwrap_integ()
962
offset =
xdr_stream_pos
(xdr);
in svcauth_gss_unwrap_priv()
1709
svcdata->gsd_databody_offset =
xdr_stream_pos
(&rqstp->rq_res_stream);
in svcauth_gss_accept()
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H
A
D
svc_rdma_recvfrom.c
665
hdr_len =
xdr_stream_pos
(&rctxt->rc_stream);
in svc_rdma_xdr_decode_req()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfsxdr.c
389
args->first.iov_len = head->iov_len -
xdr_stream_pos
(xdr);
in nfssvc_decode_symlinkargs()
H
A
D
nfssvc.c
1004
start =
xdr_stream_pos
(&rqstp->rq_arg_stream);
in nfsd_dispatch()
H
A
D
nfs3xdr.c
626
args->first.iov_len = head->iov_len -
xdr_stream_pos
(xdr);
in nfs3svc_decode_symlinkargs()
H
A
D
nfs4xdr.c
403
starting_pos =
xdr_stream_pos
(argp->xdr);
in nfsd4_decode_fattr4()
525
if (attrlist4_count !=
xdr_stream_pos
(argp->xdr) - starting_pos)
in nfsd4_decode_fattr4()
Completed in 52 milliseconds