Searched refs:do_lock_file_wait (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/ |
D | locks.c | 2305 static int do_lock_file_wait(struct file *filp, unsigned int cmd, in do_lock_file_wait() function 2393 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk() 2413 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk() 2516 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk64() 2536 error = do_lock_file_wait(filp, cmd, file_lock); in fcntl_setlk64()
|