1RPC_UNLINK(9)                  Linux Networking                  RPC_UNLINK(9)
2
3
4

NAME

6       rpc_unlink - remove a pipe
7

SYNOPSIS

9       int rpc_unlink(struct dentry * dentry);
10

ARGUMENTS

12       dentry
13           dentry for the pipe, as returned from rpc_mkpipe
14

DESCRIPTION

16       After this call, lookups will no longer find the pipe, and any attempts
17       to read or write using preexisting opens of the pipe will return
18       -EPIPE.
19
21Kernel Hackers Manual 3.10         June 2019                     RPC_UNLINK(9)
Impressum