rpc_unlink(9) suse man page | unix.com

Man Page: rpc_unlink

Operating Environment: suse

Section: 9

RPC_UNLINK(9)							 Linux Networking						     RPC_UNLINK(9)

NAME
rpc_unlink - remove a pipe
SYNOPSIS
int rpc_unlink(struct dentry * dentry);
ARGUMENTS
dentry dentry 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
Kernel Hackers Manual 2.6. July 2010 RPC_UNLINK(9)
Related Man Pages
debugfs_create_file(9) - centos
debugfs_create_bool(9) - centos
debugfs_create_u8(9) - centos
debugfs_create_bool(9) - suse
debugfs_create_u16(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!