fh_fcntl(NS) 6 January 1993 fh_fcntl(NS) Name fh_fcntl - fcntl given NFS file handle Syntax #include <sys/fs/types.h> #include <sys/fs/ucred.h> #include <sys/fs/time.h> #include <sys/fs/nfs.h> fh_fcntl(fh, cmd, lck, flag, owner) netobj *fh; int cmd; struct reclock *lck; int flag; netobj *owner; Description fhfcntl 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. See also lockd(NADM)