Home
last modified time | relevance | path

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

/fs/
Daio.c842 int requeue; in aio_run_iocbs() local
846 requeue = __aio_run_iocbs(ctx); in aio_run_iocbs()
848 if (requeue) in aio_run_iocbs()
878 int requeue; in aio_kick_handler() local
883 requeue =__aio_run_iocbs(ctx); in aio_kick_handler()
891 if (requeue) in aio_kick_handler()
/fs/ocfs2/
Ddlmglue.c91 int requeue; member
3208 ctl->requeue = 1; in ocfs2_unblock_lock()
3271 ctl->requeue = 0; in ocfs2_unblock_lock()
3298 ctl->requeue = 1; in ocfs2_unblock_lock()
3674 if (lockres->l_flags & OCFS2_LOCK_FREEING || !ctl.requeue) { in ocfs2_process_blocked_lock()
3680 ctl.requeue ? "yes" : "no"); in ocfs2_process_blocked_lock()