Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Duser.c580 (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()
Ddlm_internal.h730 #define DLM_PROC_FLAGS_CLOSING 1 macro