fh_fcntl(fh, cmd, lck, flag, owner)
netobj *fh;
int cmd;
struct reclock *lck;
int flag;
netobj *owner;
Description
fh_fcntl
performs file/record-locking operations on the file
described by the NFS file handle fh.
It is only used by the NFS lock manager
daemon and should not be utilized by users.