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:rpc_net_ns
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
clnt.h
201
struct net *
rpc_net_ns
(struct rpc_clnt *);
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
clnt.h
218
struct net *
rpc_net_ns
(struct rpc_clnt *);
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
clnt.c
84
struct net *net =
rpc_net_ns
(clnt);
in rpc_register_client()
94
struct net *net =
rpc_net_ns
(clnt);
in rpc_unregister_client()
109
struct net *net =
rpc_net_ns
(clnt);
in rpc_clnt_remove_pipedir()
303
struct net *net =
rpc_net_ns
(clnt);
in rpc_client_register()
434
rpc_sysfs_client_setup(clnt, xps,
rpc_net_ns
(clnt));
in rpc_new_client()
1577
*
rpc_net_ns
- Get the network namespace for this RPC client
1581
struct net *
rpc_net_ns
(struct rpc_clnt *clnt)
in rpc_net_ns()
function
1590
EXPORT_SYMBOL_GPL(
rpc_net_ns
);
variable
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
clnt.c
82
struct net *net =
rpc_net_ns
(clnt);
in rpc_register_client()
92
struct net *net =
rpc_net_ns
(clnt);
in rpc_unregister_client()
107
struct net *net =
rpc_net_ns
(clnt);
in rpc_clnt_remove_pipedir()
301
struct net *net =
rpc_net_ns
(clnt);
in rpc_client_register()
1490
*
rpc_net_ns
- Get the network namespace for this RPC client
1494
struct net *
rpc_net_ns
(struct rpc_clnt *clnt)
in rpc_net_ns()
function
1503
EXPORT_SYMBOL_GPL(
rpc_net_ns
);
variable
/kernel/linux/linux-5.10/fs/nfs/
H
A
D
nfs4namespace.c
482
struct net *net =
rpc_net_ns
(server->client);
in nfs4_try_replacing_one_location()
/kernel/linux/linux-6.6/fs/nfs/
H
A
D
nfs4namespace.c
487
struct net *net =
rpc_net_ns
(server->client);
in nfs4_try_replacing_one_location()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
963
struct net *net =
rpc_net_ns
(clnt);
in gss_pipe_get()
984
struct net *net =
rpc_net_ns
(clnt);
in __gss_pipe_free()
1031
gss_auth->net = get_net(
rpc_net_ns
(clnt));
in gss_create_new()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
auth_gss.c
980
struct net *net =
rpc_net_ns
(clnt);
in gss_pipe_get()
1001
struct net *net =
rpc_net_ns
(clnt);
in __gss_pipe_free()
1048
gss_auth->net = get_net_track(
rpc_net_ns
(clnt), &gss_auth->ns_tracker,
in gss_create_new()
Completed in 16 milliseconds