Home
last modified time | relevance | path

Searched refs:called_from_renewthread (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clvnops.c2919 int commit, int called_from_renewthread) in ncl_flush() argument
2939 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()
H A Dnfs_clstate.c4212 int called_from_renewthread, vnode_t *vpp) in nfscl_recalldeleg() argument
4252 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()