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:pipe_dentry
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
rpc_pipe.c
1302
struct dentry *
pipe_dentry
= NULL;
in rpc_gssd_dummy_populate()
local
1313
pipe_dentry
= ERR_PTR(ret);
in rpc_gssd_dummy_populate()
1322
pipe_dentry
= ERR_PTR(-ENOENT);
in rpc_gssd_dummy_populate()
1329
pipe_dentry
= ERR_PTR(ret);
in rpc_gssd_dummy_populate()
1333
pipe_dentry
= rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data);
in rpc_gssd_dummy_populate()
1334
if (IS_ERR(
pipe_dentry
)) {
in rpc_gssd_dummy_populate()
1341
return
pipe_dentry
;
in rpc_gssd_dummy_populate()
1345
rpc_gssd_dummy_depopulate(struct dentry *
pipe_dentry
)
in rpc_gssd_dummy_depopulate()
argument
1347
struct dentry *clnt_dir =
pipe_dentry
->d_parent;
in rpc_gssd_dummy_depopulate()
1350
dget(
pipe_dentry
);
in rpc_gssd_dummy_depopulate()
1351
__rpc_rmpipe(d_inode(clnt_dir),
pipe_dentry
);
rpc_gssd_dummy_depopulate()
local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
rpc_pipe.c
1303
struct dentry *
pipe_dentry
= NULL;
in rpc_gssd_dummy_populate()
local
1314
pipe_dentry
= ERR_PTR(ret);
in rpc_gssd_dummy_populate()
1323
pipe_dentry
= ERR_PTR(-ENOENT);
in rpc_gssd_dummy_populate()
1330
pipe_dentry
= ERR_PTR(ret);
in rpc_gssd_dummy_populate()
1334
pipe_dentry
= rpc_mkpipe_dentry(clnt_dentry, "gssd", NULL, pipe_data);
in rpc_gssd_dummy_populate()
1335
if (IS_ERR(
pipe_dentry
)) {
in rpc_gssd_dummy_populate()
1342
return
pipe_dentry
;
in rpc_gssd_dummy_populate()
1346
rpc_gssd_dummy_depopulate(struct dentry *
pipe_dentry
)
in rpc_gssd_dummy_depopulate()
argument
1348
struct dentry *clnt_dir =
pipe_dentry
->d_parent;
in rpc_gssd_dummy_depopulate()
1351
dget(
pipe_dentry
);
in rpc_gssd_dummy_depopulate()
1352
__rpc_rmpipe(d_inode(clnt_dir),
pipe_dentry
);
rpc_gssd_dummy_depopulate()
local
[all...]
Completed in 4 milliseconds