Searched refs:DLM_CANCELGRANT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmapi.h45 DLM_CANCELGRANT, /* 10: can't cancel convert: already granted */ enumerator in enum:dlm_status
H A Ddlmunlock.c160 if (status != DLM_NORMAL && (status != DLM_CANCELGRANT || !master_node))
188 if (status == DLM_CANCELGRANT) {
546 status = DLM_CANCELGRANT;
677 if (status == DLM_CANCELGRANT)
H A Ddlmdebug.c153 [DLM_CANCELGRANT] = "DLM_CANCELGRANT",
198 [DLM_CANCELGRANT] = "can't cancel convert: already granted",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_o2cb.c107 * DLM_CANCELGRANT: -EBUSY
122 [DLM_CANCELGRANT] = -EBUSY, /* Cancel after grant */
187 * DLM_CANCELGRANT.
189 * There's no need for the double-ast. If we see DLM_CANCELGRANT,
193 if (status == DLM_CANCELGRANT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlmfs/
H A Duserdlm.c249 } else if (status == DLM_CANCELGRANT) {

Completed in 231 milliseconds