table of contents
other versions
- stretch 4.9.168-1
LOCK_TWO_NONDIRECTOR(9) | The Linux VFS | LOCK_TWO_NONDIRECTOR(9) |
NAME¶
lock_two_nondirectories - take two i_mutexes on non-directory objectsSYNOPSIS¶
void lock_two_nondirectories(struct inode * inode1, struct inode * inode2);
ARGUMENTS¶
inode1first inode to lock
inode2
second inode to lock
DESCRIPTION¶
Lock any non-NULL argument that is not a directory. Zero, one or two objects may be locked by this function.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |