The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
FLOCK_VERIFY_WRITE
for exclusive access, FLOCK_VERIFY_READ
for shared
the file to check
how the file was opened (if it was)
start of area to check
length of area to check
Searches the inode's list of locks to find any POSIX locks which conflict. This function is called from rw_verify_area and locks_verify_truncate.
<<< Previous | Home | Next >>> |
posix_lock_file_wait | Up | __break_lease |