dg_lock_reset(2) DG/UX 5.4.2 dg_lock_reset(2)
NAME
dglockreset - reset remote file lock database, start lock reclaim
grace period
SYNOPSIS
int dglockreset (grace)
timet grace;
where:
grace The number of seconds in the grace period
DESCRIPTION
The dglockreset system call removes all (remote) locks set by the
network lock server. It pends all lock requests, and denies all
remote lock requests, for grace seconds in order to allow remote
clients to reclaim their locks.
The only process that uses this function is the network lock server,
rpc.lockd.
ACCESS CONTROL
The caller must be super-user.
RETURN VALUE
0 The dglockreset operation was successful.
-1 An error occurred. errno indicates the error.
DIAGNOSTICS
Errno may be set to one of the following error codes:
EPERM Must be super-user to use this system call.
EINVAL The grace period is invalid.
SEE ALSO
dglcntl(2), dglockwait(2), fcntl(2), lockf(3C), fcntl(5).
Licensed material--property of copyright holder(s) 1