table of contents
other versions
LOCKS_MANDATORY_LOCK(9) | The Linux VFS | LOCKS_MANDATORY_LOCK(9) |
NAME¶
locks_mandatory_locked - Check for an active lockSYNOPSIS¶
int locks_mandatory_locked(struct file * file);
ARGUMENTS¶
struct file * filethe file to check
DESCRIPTION¶
Searches the inode's list of locks to find any POSIX locks which conflict. This function is called from locks_verify_locked only.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |