Home
last modified time | relevance | path

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

/linux-4.1.27/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()
674 status = do_vfs_lock(fl); in nlmclnt_unlock()
/linux-4.1.27/fs/nfs/
Dfile.c759 static int do_vfs_lock(struct file *file, struct file_lock *fl) in do_vfs_lock() function
807 status = do_vfs_lock(filp, fl); in do_unlk()
837 status = do_vfs_lock(filp, fl); in do_setlk()
Dnfs4proc.c5370 static int do_vfs_lock(struct inode *inode, struct file_lock *fl) in do_vfs_lock() function
5438 do_vfs_lock(calldata->lsp->ls_state->inode, &calldata->fl); in nfs4_locku_done()
5546 if (do_vfs_lock(inode, request) == -ENOENT) { in nfs4_proc_unlck()
5687 if (do_vfs_lock(lsp->ls_state->inode, &data->fl) < 0) { in nfs4_lock_done()
5929 status = do_vfs_lock(state->inode, request); in _nfs4_proc_setlk()
5937 status = do_vfs_lock(state->inode, request); in _nfs4_proc_setlk()