Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsclient/
Dnfs_clvnops.c2663 int commit, int called_from_renewthread) in ncl_flush() argument
2682 if (called_from_renewthread != 0) in ncl_flush()
2879 if (called_from_renewthread != 0) { in ncl_flush()
2926 if (called_from_renewthread != 0) { in ncl_flush()
3002 error = called_from_renewthread != 0 ? EIO : EBUSY; in ncl_flush()
Dnfs_clstate.c3884 int called_from_renewthread) in nfscl_recalldeleg() argument
3922 ret = ncl_flush(vp, MNT_WAIT, p, 1, called_from_renewthread); in nfscl_recalldeleg()
3928 if (ret == EIO && called_from_renewthread != 0) { in nfscl_recalldeleg()