Searched refs:R_JBTPRINTFMSG (Results 1 – 2 of 2) sorted by relevance
4202 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_destroy()4203 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_destroy()4605 if (!(req->r_flags & R_JBTPRINTFMSG)) { in nfs_request_finish()4606 req->r_flags |= R_JBTPRINTFMSG; in nfs_request_finish()4643 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()4644 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()4793 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()4794 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
1064 #define R_JBTPRINTFMSG 0x00000800 /* Did a tprintf msg for jukebox error */ macro