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