Searched refs:R_JBTPRINTFMSG (Results 1 – 2 of 2) sorted by relevance
4200 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_destroy()4201 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_destroy()4603 if (!(req->r_flags & R_JBTPRINTFMSG)) { in nfs_request_finish()4604 req->r_flags |= R_JBTPRINTFMSG; in nfs_request_finish()4641 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()4642 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()4791 if (req->r_flags & R_JBTPRINTFMSG) { in nfs_request_finish()4792 req->r_flags &= ~R_JBTPRINTFMSG; in nfs_request_finish()
1065 #define R_JBTPRINTFMSG 0x00000800 /* Did a tprintf msg for jukebox error */ macro