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:cn_pipe
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/
H
A
D
nfs4recover.c
730
struct rpc_pipe *
cn_pipe
;
member
998
cn->
cn_pipe
= rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN);
in __nfsd4_init_cld_pipe()
999
if (IS_ERR(cn->
cn_pipe
)) {
in __nfsd4_init_cld_pipe()
1000
ret = PTR_ERR(cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1006
dentry = nfsd4_cld_register_net(net, cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1012
cn->
cn_pipe
->dentry = dentry;
in __nfsd4_init_cld_pipe()
1018
rpc_destroy_pipe_data(cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1043
nfsd4_cld_unregister_net(net, cn->
cn_pipe
);
in nfsd4_remove_cld_pipe()
1044
rpc_destroy_pipe_data(cn->
cn_pipe
);
in nfsd4_remove_cld_pipe()
1118
ret = cld_pipe_upcall(cn->
cn_pipe
,
in nfsd4_cld_create()
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4recover.c
730
struct rpc_pipe *
cn_pipe
;
member
998
cn->
cn_pipe
= rpc_mkpipe_data(&cld_upcall_ops, RPC_PIPE_WAIT_FOR_OPEN);
in __nfsd4_init_cld_pipe()
999
if (IS_ERR(cn->
cn_pipe
)) {
in __nfsd4_init_cld_pipe()
1000
ret = PTR_ERR(cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1006
dentry = nfsd4_cld_register_net(net, cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1012
cn->
cn_pipe
->dentry = dentry;
in __nfsd4_init_cld_pipe()
1018
rpc_destroy_pipe_data(cn->
cn_pipe
);
in __nfsd4_init_cld_pipe()
1043
nfsd4_cld_unregister_net(net, cn->
cn_pipe
);
in nfsd4_remove_cld_pipe()
1044
rpc_destroy_pipe_data(cn->
cn_pipe
);
in nfsd4_remove_cld_pipe()
1118
ret = cld_pipe_upcall(cn->
cn_pipe
,
in nfsd4_cld_create()
[all...]
Completed in 5 milliseconds