Searched refs:do_lock_file_wait (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/ |
D | locks.c | 2200 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait() function 2297 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk() 2316 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk() 2428 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk64() 2447 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk64()
|