1RPC_UNLINK(9) Linux Networking RPC_UNLINK(9)
23
4
NAME
6rpc_unlink - remove a pipe
7
SYNOPSIS
9int rpc_unlink(struct dentry * dentry);
10
ARGUMENTS
12dentry
13dentry for the pipe, as returned from rpc_mkpipe
14
DESCRIPTION
16After this call, lookups will no longer find the pipe, and any attempts
17to read or write using preexisting opens of the pipe will return
18-EPIPE.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 RPC_UNLINK(9)