Home
last modified time | relevance | path

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

/linux-2.6.39/fs/nfs/
Ddelegation.c177 …ic int nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) in nfs_do_return_delegation() argument
181 res = nfs4_proc_delegreturn(inode, delegation->cred, &delegation->stateid, issync); in nfs_do_return_delegation()
306 …t __nfs_inode_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) in __nfs_inode_return_delegation() argument
321 err = nfs_do_return_delegation(inode, delegation, issync); in __nfs_inode_return_delegation()
Ddelegation.h53 …c_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync);
Dnfs4proc.c3855 …oc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) in _nfs4_proc_delegreturn() argument
3892 if (!issync) in _nfs4_proc_delegreturn()
3906 …oc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) in nfs4_proc_delegreturn() argument
3912 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); in nfs4_proc_delegreturn()