Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Ddelegation.c261 …ic int nfs_do_return_delegation(struct inode *inode, struct nfs_delegation *delegation, int issync) in nfs_do_return_delegation() argument
272 issync); in nfs_do_return_delegation()
528 …c int nfs_end_delegation_return(struct inode *inode, struct nfs_delegation *delegation, int issync) in nfs_end_delegation_return() argument
537 if (!issync) in nfs_end_delegation_return()
547 if (!issync || err != -EAGAIN) in nfs_end_delegation_return()
560 err = nfs_do_return_delegation(inode, delegation, issync); in nfs_end_delegation_return()
H A Ddelegation.h69 …delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid, int issync);
H A Dnfs4proc.c6674 …_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid, int issync) in _nfs4_proc_delegreturn() argument
6717 if (data->inode || issync) { in _nfs4_proc_delegreturn()
6738 if (!issync) in _nfs4_proc_delegreturn()
6749 …_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid, int issync) in nfs4_proc_delegreturn() argument
6755 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); in nfs4_proc_delegreturn()