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

/linux-4.4.14/fs/lockd/
H A Dclntproc.c475 static int do_vfs_lock(struct file_lock *fl) do_vfs_lock() function
516 status = do_vfs_lock(fl); nlmclnt_lock()
566 if (do_vfs_lock(fl) < 0) nlmclnt_lock()
596 do_vfs_lock(fl); nlmclnt_lock()
663 status = do_vfs_lock(fl); nlmclnt_unlock()
/linux-4.4.14/fs/nfs/
H A Dfile.c739 static int do_vfs_lock(struct file *file, struct file_lock *fl) do_vfs_lock() function
776 status = do_vfs_lock(filp, fl); do_unlk()
806 status = do_vfs_lock(filp, fl); do_setlk()
H A Dnfs4proc.c5513 static int do_vfs_lock(struct inode *inode, struct file_lock *fl) do_vfs_lock() function
5570 do_vfs_lock(calldata->lsp->ls_state->inode, &calldata->fl); nfs4_locku_done()
5678 if (do_vfs_lock(inode, request) == -ENOENT) { nfs4_proc_unlck()
5819 if (do_vfs_lock(lsp->ls_state->inode, &data->fl) < 0) { nfs4_lock_done()
6061 status = do_vfs_lock(state->inode, request); _nfs4_proc_setlk()
6069 status = do_vfs_lock(state->inode, request); _nfs4_proc_setlk()

Completed in 166 milliseconds