table of contents
other versions
- wheezy 3.2.78-1
RPC_UNLINK(9) | Linux Networking | RPC_UNLINK(9) |
NAME¶
rpc_unlink - remove a pipeSYNOPSIS¶
int
rpc_unlink(struct dentry * dentry);
ARGUMENTS¶
dentrydentry for the pipe, as returned from
rpc_mkpipe
DESCRIPTION¶
After this call, lookups will no longer find the pipe, and any attempts to read or write using preexisting opens of the pipe will return -EPIPE.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |