Searched refs:DLM_CANCELGRANT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 146 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) in dlmunlock_common() 174 if (status == DLM_CANCELGRANT) { in dlmunlock_common() 550 status = DLM_CANCELGRANT; in dlm_get_cancel_actions() 681 if (status == DLM_CANCELGRANT) in dlmunlock()
|
H A D | dlmapi.h | 30 DLM_CANCELGRANT, /* 10: can't cancel convert: already granted */ enumerator
|
H A D | dlmdebug.c | 135 [DLM_CANCELGRANT] = "DLM_CANCELGRANT", 180 [DLM_CANCELGRANT] = "can't cancel convert: already granted",
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmunlock.c | 144 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node)) in dlmunlock_common() 172 if (status == DLM_CANCELGRANT) { in dlmunlock_common() 547 status = DLM_CANCELGRANT; in dlm_get_cancel_actions() 678 if (status == DLM_CANCELGRANT) in dlmunlock()
|
H A D | dlmapi.h | 28 DLM_CANCELGRANT, /* 10: can't cancel convert: already granted */ enumerator
|
H A D | dlmdebug.c | 133 [DLM_CANCELGRANT] = "DLM_CANCELGRANT", 178 [DLM_CANCELGRANT] = "can't cancel convert: already granted",
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | stack_o2cb.c | 100 * DLM_CANCELGRANT: -EBUSY 115 [DLM_CANCELGRANT] = -EBUSY, /* Cancel after grant */ 180 * DLM_CANCELGRANT. in o2dlm_unlock_ast_wrapper() 182 * There's no need for the double-ast. If we see DLM_CANCELGRANT, in o2dlm_unlock_ast_wrapper() 186 if (status == DLM_CANCELGRANT) in o2dlm_unlock_ast_wrapper()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | stack_o2cb.c | 98 * DLM_CANCELGRANT: -EBUSY 113 [DLM_CANCELGRANT] = -EBUSY, /* Cancel after grant */ 178 * DLM_CANCELGRANT. in o2dlm_unlock_ast_wrapper() 180 * There's no need for the double-ast. If we see DLM_CANCELGRANT, in o2dlm_unlock_ast_wrapper() 184 if (status == DLM_CANCELGRANT) in o2dlm_unlock_ast_wrapper()
|
/kernel/linux/linux-5.10/fs/ocfs2/dlmfs/ |
H A D | userdlm.c | 236 } else if (status == DLM_CANCELGRANT) { in user_unlock_ast()
|
/kernel/linux/linux-6.6/fs/ocfs2/dlmfs/ |
H A D | userdlm.c | 234 } else if (status == DLM_CANCELGRANT) { in user_unlock_ast()
|
Completed in 8 milliseconds