Searched refs:DLM_PROC_FLAGS_CLOSING (Results 1 – 2 of 2) sorted by relevance
580 (proc && test_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags))) { in device_write()687 set_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags); in device_close()827 if (test_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags)) in device_read()
730 #define DLM_PROC_FLAGS_CLOSING 1 macro