Searched refs:issync (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | delegation.c | 198 …ic int nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) in nfs_do_return_delegation() argument 206 issync); in nfs_do_return_delegation() 403 …c int nfs_end_delegation_return(struct inode *inode, struct nfs_delegation *delegation, int issync) in nfs_end_delegation_return() argument 415 if (!issync || err != -EAGAIN) in nfs_end_delegation_return() 430 err = nfs_do_return_delegation(inode, delegation, issync); in nfs_end_delegation_return()
|
D | delegation.h | 56 …c_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync);
|
D | nfs4proc.c | 5223 …oc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) in _nfs4_proc_delegreturn() argument 5264 if (!issync) in _nfs4_proc_delegreturn() 5279 …oc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) in nfs4_proc_delegreturn() argument 5285 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); in nfs4_proc_delegreturn()
|