Searched refs:posix_test_lock (Results 1 – 4 of 4) sorted by relevance
331 if (!(conflock = posix_test_lock(&file->f_file, &lock->fl))) { in nlmsvc_lock()403 if ((fl = posix_test_lock(&file->f_file, &lock->fl)) != NULL) { in nlmsvc_testlock()531 if ((conflock = posix_test_lock(&file->f_file, &lock->fl)) != NULL) { in nlmsvc_grant_blocked()
635 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function1439 fl = posix_test_lock(filp, &file_lock); in fcntl_getlk()1443 fl = posix_test_lock(filp, &file_lock); in fcntl_getlk()1609 fl = posix_test_lock(filp, &file_lock); in fcntl_getlk64()1613 fl = posix_test_lock(filp, &file_lock); in fcntl_getlk64()
246 EXPORT_SYMBOL(posix_test_lock);
673 extern struct file_lock *posix_test_lock(struct file *, struct file_lock *);