Home
last modified time | relevance | path

Searched refs:do_vfs_lock (Results 1 – 3 of 3) sorted by relevance

/fs/lockd/
Dclntproc.c474 static int do_vfs_lock(struct file_lock *fl) in do_vfs_lock() function
526 status = do_vfs_lock(fl); in nlmclnt_lock()
576 if (do_vfs_lock(fl) < 0) in nlmclnt_lock()
606 do_vfs_lock(fl); in nlmclnt_lock()
673 status = do_vfs_lock(fl); in nlmclnt_unlock()
/fs/nfs/
Dfile.c729 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() function
777 status = do_vfs_lock(filp, fl); in do_unlk()
807 status = do_vfs_lock(filp, fl); in do_setlk()
Dnfs4proc.c4592 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() function
4759 if (do_vfs_lock(request->fl_file, request) == -ENOENT) { in nfs4_proc_unlck()
5103 status = do_vfs_lock(request->fl_file, request); in _nfs4_proc_setlk()
5111 status = do_vfs_lock(request->fl_file, request); in _nfs4_proc_setlk()
5126 if (do_vfs_lock(request->fl_file, request) < 0) in _nfs4_proc_setlk()