Searched refs:RL_QUEUED (Results 1 – 2 of 2) sorted by relevance
4158 if (req->r_lflags & RL_QUEUED) { in nfs_request_destroy()4356 if (req->r_lflags & RL_QUEUED) { in nfs_request_send()4361 req->r_lflags &= ~RL_QUEUED; in nfs_request_send()4372 req->r_lflags |= RL_QUEUED; in nfs_request_send()5202 if (req->r_lflags & RL_QUEUED) { in nfs_reqdequeue()5204 req->r_lflags &= ~RL_QUEUED; in nfs_reqdequeue()
1081 #define RL_QUEUED 0x0004 /* request is on the queue */ macro