1. NAME▲

locks_mandatory_locked - Check for an active lock

2. SYNOPSIS ▲

int locks_mandatory_locked(struct inode *  inode );

3. ARGUMENTS ▲

inode
    the file to check

4. DESCRIPTION ▲

Searches the inodeAqs list of locks to find any POSIX locks which conflict. This function is called from locks_verify_locked only.

5. COPYRIGHT ▲