LOCKS_MANDATORY_LOCK
Section: The Linux VFS (9)
Updated: February 2011
Index
Return to Main Contents
NAME
locks_mandatory_locked - Check for an active lock
SYNOPSIS
-
int locks_mandatory_locked(struct inode * inode);
ARGUMENTS
inode
-
- the 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