Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Duser.c574 (proc && test_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags))) { in device_write()
681 set_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags); in device_close()
817 if (test_bit(DLM_PROC_FLAGS_CLOSING, &proc->flags)) in device_read()
H A Ddlm_internal.h720 #define DLM_PROC_FLAGS_CLOSING 1 macro