Searched refs:called_from_renewthread (Results 1 – 2 of 2) sorted by relevance
2919 int commit, int called_from_renewthread) in ncl_flush() argument2939 if (called_from_renewthread != 0) in ncl_flush()3136 if (called_from_renewthread != 0) { in ncl_flush()3180 if (called_from_renewthread != 0) { in ncl_flush()3256 error = called_from_renewthread != 0 ? EIO : EBUSY; in ncl_flush()
4212 int called_from_renewthread, vnode_t *vpp) in nfscl_recalldeleg() argument4252 ret = ncl_flush(vp, MNT_WAIT, p, 1, called_from_renewthread); in nfscl_recalldeleg()4258 if (ret == EIO && called_from_renewthread != 0) { in nfscl_recalldeleg()