Home
last modified time | relevance | path

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

/linux-3.4.99/fs/lockd/
Dclntproc.c475 static int do_vfs_lock(struct file_lock *fl) in do_vfs_lock() function
527 status = do_vfs_lock(fl); in nlmclnt_lock()
577 if (do_vfs_lock(fl) < 0) in nlmclnt_lock()
607 do_vfs_lock(fl); in nlmclnt_lock()
676 status = do_vfs_lock(fl); in nlmclnt_unlock()
/linux-3.4.99/fs/nfs/
Dfile.c682 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() function
721 status = do_vfs_lock(filp, fl); in do_unlk()
751 status = do_vfs_lock(filp, fl); in do_setlk()
Dnfs4proc.c4234 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() function
4394 if (do_vfs_lock(request->fl_file, request) == -ENOENT) { in nfs4_proc_unlck()
4727 status = do_vfs_lock(request->fl_file, request); in _nfs4_proc_setlk()
4735 status = do_vfs_lock(request->fl_file, request); in _nfs4_proc_setlk()
4743 if (do_vfs_lock(request->fl_file, request) < 0) in _nfs4_proc_setlk()