Home
last modified time | relevance | path

Searched refs:posix_test_lock (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dsvclock.c331 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()
/linux-2.4.37.9/fs/
Dlocks.c635 posix_test_lock(struct file *filp, struct file_lock *fl) in posix_test_lock() function
1439 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()
/linux-2.4.37.9/kernel/
Dksyms.c246 EXPORT_SYMBOL(posix_test_lock);
/linux-2.4.37.9/include/linux/
Dfs.h673 extern struct file_lock *posix_test_lock(struct file *, struct file_lock *);