lockf - Online Linux Manual PageSection : 3
Updated : 2023-02-05
Source : Linux man-pages 6.03

NAMElockf − apply, test or remove a POSIX lock on an open file

LIBRARYStandard C library (libc, −lc)

SYNOPSIS#include <unistd.h>int lockf(int fd, int cmd, off_t len);Feature Test Macro Requirements for glibc (see feature_test_macros(7)): lockf(): _XOPEN_SOURCE >= 500 || /* glibc >= 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE

DESCRIPTIONApply, test, or remove a POSIX lock on a section of an open file. The file is specified by fd, a file descriptor open for writing, the action by cmd, and the section consists of byte positions pos..pos+len−1 if len is positive, and poslen..pos−1 if len is negative, where pos is the current file position, and if len is zero, the section extends from the current file position to infinity, encompassing the present and future end-of-file positions. In all cases, the section may extend past current end-of-file. On Linux, lockf() is just an interface on top of fcntl(2) locking. Many other systems implement lockf() in this way, but note that POSIX.1 leaves the relationship between lockf() and fcntl(2) locks unspecified. A portable application should probably avoid mixing calls to these interfaces. Valid operations are given below: F_LOCK  Set an exclusive lock on the specified section of the file. If (part of) this section is already locked, the call blocks until the previous lock is released. If this section overlaps an earlier locked section, both are merged. File locks are released as soon as the process holding the locks closes some file descriptor for the file. A child process does not inherit these locks. F_TLOCK  Same as F_LOCK but the call never blocks and returns an error instead if the file is already locked. F_ULOCK  Unlock the indicated section of the file. This may cause a locked section to be split into two locked sections. F_TEST  Test the lock: return 0 if the specified section is unlocked or locked by this process; return −1, set errno to EAGAIN (EACCES on some other systems), if another process holds a lock.

RETURN VALUEOn success, zero is returned. On error, −1 is returned, and errno is set to indicate the error.

ERRORSEACCES or EAGAIN  The file is locked and F_TLOCK or F_TEST was specified, or the operation is prohibited because the file has been memory-mapped by another process. EBADF  fd is not an open file descriptor; or cmd is F_LOCK or F_TLOCK and fd is not a writable file descriptor. EDEADLK  The command was F_LOCK and this lock operation would cause a deadlock. EINTR  While waiting to acquire a lock, the call was interrupted by delivery of a signal caught by a handler; see signal(7). EINVAL  An invalid operation was specified in cmd. ENOLCK  Too many segment locks open, lock table is full.

ATTRIBUTESFor an explanation of the terms used in this section, see attributes(7). InterfaceAttributeValue lockf() Thread safetyMT-Safe

STANDARDSPOSIX.1-2001, POSIX.1-2008, SVr4.

SEE ALSOfcntl(2), flock(2) locks.txt and mandatory−locking.txt in the Linux kernel source directory Documentation/filesystems (on older kernels, these files are directly under the Documentation directory, and mandatory−locking.txt is called mandatory.txt)
0
Johanes Gumabo
Data Size   :   12,338 byte
man-lockf.3Build   :   2024-12-29, 07:25   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   3 / 260,777
Visitor ID   :     :  
Visitor IP   :   3.137.159.163   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.