Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 3 of 3) sorted by relevance

/fs/proc/
Dinode.c153 if (pdeo->closing) { in close_pdeo()
163 pdeo->closing = true; in close_pdeo()
371 pdeo->closing = false; in proc_reg_open()
Dinternal.h202 bool closing; member
/fs/dlm/
Dlowcomms.c591 bool closing = test_and_set_bit(CF_CLOSING, &con->flags); in close_connection() local
593 if (tx && !closing && cancel_work_sync(&con->swork)) { in close_connection()
597 if (rx && !closing && cancel_work_sync(&con->rwork)) { in close_connection()