Searched refs:posix_lock_inode (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | locks.c | 1108 static int posix_lock_inode(struct inode *inode, struct file_lock *request, in posix_lock_inode() function 1348 return posix_lock_inode(locks_inode(filp), fl, conflock); in posix_lock_file() 1364 error = posix_lock_inode(inode, fl, NULL); in posix_lock_inode_wait() 1441 error = posix_lock_inode(inode, &fl, NULL); in locks_mandatory_area() 1449 error = posix_lock_inode(inode, &fl, NULL); in locks_mandatory_area()
|