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_to_u64
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/afs/
H
A
D
yfsclient.c
24
fid->vid =
xdr_to_u64
(x->volume);
in xdr_decode_YFSFid()
25
fid->vnode =
xdr_to_u64
(x->vnode.lo);
in xdr_decode_YFSFid()
140
s64 t =
xdr_to_u64
(xdr);
in xdr_to_time()
208
status->author =
xdr_to_u64
(xdr->author);
in xdr_decode_YFSFetchStatus()
209
status->owner =
xdr_to_u64
(xdr->owner);
in xdr_decode_YFSFetchStatus()
213
status->group =
xdr_to_u64
(xdr->group);
in xdr_decode_YFSFetchStatus()
218
status->size =
xdr_to_u64
(xdr->size);
in xdr_decode_YFSFetchStatus()
219
status->data_version =
xdr_to_u64
(xdr->data_version);
in xdr_decode_YFSFetchStatus()
242
cb_expiry = ktime_add(call->issue_time,
xdr_to_u64
(x->expiration_time) * 100);
in xdr_decode_YFSCallBack()
258
creation =
xdr_to_u64
(
in xdr_decode_YFSVolSync()
[all...]
H
A
D
protocol_yfs.h
64
static inline u64
xdr_to_u64
(const struct yfs_xdr_u64 x)
in xdr_to_u64()
function
H
A
D
cmservice.c
646
cb->fid.vid =
xdr_to_u64
(bp->volume);
in afs_deliver_yfs_cb_callback()
647
cb->fid.vnode =
xdr_to_u64
(bp->vnode.lo);
in afs_deliver_yfs_cb_callback()
/kernel/linux/linux-6.6/fs/afs/
H
A
D
yfsclient.c
24
fid->vid =
xdr_to_u64
(x->volume);
in xdr_decode_YFSFid()
25
fid->vnode =
xdr_to_u64
(x->vnode.lo);
in xdr_decode_YFSFid()
133
s64 t =
xdr_to_u64
(xdr);
in xdr_to_time()
201
status->author =
xdr_to_u64
(xdr->author);
in xdr_decode_YFSFetchStatus()
202
status->owner =
xdr_to_u64
(xdr->owner);
in xdr_decode_YFSFetchStatus()
206
status->group =
xdr_to_u64
(xdr->group);
in xdr_decode_YFSFetchStatus()
211
status->size =
xdr_to_u64
(xdr->size);
in xdr_decode_YFSFetchStatus()
212
status->data_version =
xdr_to_u64
(xdr->data_version);
in xdr_decode_YFSFetchStatus()
235
cb_expiry = ktime_add(call->issue_time,
xdr_to_u64
(x->expiration_time) * 100);
in xdr_decode_YFSCallBack()
251
creation =
xdr_to_u64
(
in xdr_decode_YFSVolSync()
[all...]
H
A
D
protocol_yfs.h
64
static inline u64
xdr_to_u64
(const struct yfs_xdr_u64 x)
in xdr_to_u64()
function
H
A
D
cmservice.c
652
cb->fid.vid =
xdr_to_u64
(bp->volume);
in afs_deliver_yfs_cb_callback()
653
cb->fid.vnode =
xdr_to_u64
(bp->vnode.lo);
in afs_deliver_yfs_cb_callback()
Completed in 6 milliseconds