Searched refs:issync (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/nfs/ |
H A D | delegation.h | 56 int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync);
|
H A D | delegation.c | 199 static int nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) nfs_do_return_delegation() argument 207 issync); nfs_do_return_delegation() 404 static int nfs_end_delegation_return(struct inode *inode, struct nfs_delegation *delegation, int issync) nfs_end_delegation_return() argument 417 if (!issync || err != -EAGAIN) nfs_end_delegation_return() 432 err = nfs_do_return_delegation(inode, delegation, issync); nfs_end_delegation_return()
|
H A D | nfs4proc.c | 5366 static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) _nfs4_proc_delegreturn() argument 5407 if (!issync) _nfs4_proc_delegreturn() 5422 int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) nfs4_proc_delegreturn() argument 5428 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); nfs4_proc_delegreturn()
|
Completed in 131 milliseconds