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:so_clid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
trace.h
580
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
581
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
626
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
627
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
680
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
681
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
1447
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
1448
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
1505
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
1506
__entry->cl_id = stp->si_opaque.
so_clid
[all...]
H
A
D
state.h
50
clientid_t
so_clid
;
member
H
A
D
nfs4state.c
959
stid->sc_stateid.si_opaque.
so_clid
= cl->cl_clientid;
in nfs4_alloc_stid()
988
stid->cs_stid.si_opaque.
so_clid
.cl_boot = (u32)nn->boot_time;
in nfs4_init_cp_state()
989
stid->cs_stid.si_opaque.
so_clid
.cl_id = nn->s2s_cp_cl_id;
in nfs4_init_cp_state()
6451
status = set_client(&stateid->si_opaque.
so_clid
, cstate, nn);
in nfsd4_lookup_stateid()
6556
if (st->si_opaque.
so_clid
.cl_id != nn->s2s_cp_cl_id)
in manage_cpntf_state()
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
trace.h
264
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
265
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
309
__entry->cl_boot = stp->si_opaque.
so_clid
.cl_boot;
310
__entry->cl_id = stp->si_opaque.
so_clid
.cl_id;
H
A
D
state.h
50
clientid_t
so_clid
;
member
H
A
D
nfs4state.c
746
stid->sc_stateid.si_opaque.
so_clid
= cl->cl_clientid;
in nfs4_alloc_stid()
775
stid->stid.si_opaque.
so_clid
.cl_boot = (u32)nn->boot_time;
in nfs4_init_cp_state()
776
stid->stid.si_opaque.
so_clid
.cl_id = nn->s2s_cp_cl_id;
in nfs4_init_cp_state()
5709
status = lookup_clientid(&stateid->si_opaque.
so_clid
, cstate, nn,
in nfsd4_lookup_stateid()
5811
if (st->si_opaque.
so_clid
.cl_id != nn->s2s_cp_cl_id)
in manage_cpntf_state()
Completed in 24 milliseconds