lkb_wait_type      66 fs/dlm/debug_fs.c 	if (lkb->lkb_wait_type)
lkb_wait_type      67 fs/dlm/debug_fs.c 		seq_printf(s, " wait_type: %d", lkb->lkb_wait_type);
lkb_wait_type     155 fs/dlm/debug_fs.c 		if (lkb->lkb_wait_type)
lkb_wait_type     156 fs/dlm/debug_fs.c 			seq_printf(s, " wait_type: %d", lkb->lkb_wait_type);
lkb_wait_type     249 fs/dlm/debug_fs.c 		   lkb->lkb_wait_type,
lkb_wait_type     711 fs/dlm/debug_fs.c 			       lkb->lkb_id, lkb->lkb_wait_type,
lkb_wait_type     248 fs/dlm/dlm_internal.h 	int8_t			lkb_wait_type;	/* type of reply waiting for */
lkb_wait_type     166 fs/dlm/lock.c  	       lkb->lkb_grmode, lkb->lkb_wait_type, lkb->lkb_wait_nodeid,
lkb_wait_type    1463 fs/dlm/lock.c  	if (lkb->lkb_wait_type || is_overlap_cancel(lkb)) {
lkb_wait_type    1479 fs/dlm/lock.c  			  lkb->lkb_id, lkb->lkb_wait_type, mstype,
lkb_wait_type    1489 fs/dlm/lock.c  	lkb->lkb_wait_type = mstype;
lkb_wait_type    1498 fs/dlm/lock.c  			  lkb->lkb_wait_type, lkb->lkb_resource->res_name);
lkb_wait_type    1532 fs/dlm/lock.c  	    (lkb->lkb_wait_type != DLM_MSG_CANCEL)) {
lkb_wait_type    1534 fs/dlm/lock.c  			  lkb->lkb_id, lkb->lkb_wait_type);
lkb_wait_type    1547 fs/dlm/lock.c  	    (lkb->lkb_wait_type == DLM_MSG_CONVERT) &&
lkb_wait_type    1551 fs/dlm/lock.c  		lkb->lkb_wait_type = 0;
lkb_wait_type    1560 fs/dlm/lock.c  	if (lkb->lkb_wait_type) {
lkb_wait_type    1561 fs/dlm/lock.c  		lkb->lkb_wait_type = 0;
lkb_wait_type    1576 fs/dlm/lock.c  	if (overlap_done && lkb->lkb_wait_type) {
lkb_wait_type    1578 fs/dlm/lock.c  			  lkb->lkb_id, mstype, lkb->lkb_wait_type);
lkb_wait_type    1580 fs/dlm/lock.c  		lkb->lkb_wait_type = 0;
lkb_wait_type    2903 fs/dlm/lock.c  		if (lkb->lkb_wait_type)
lkb_wait_type    2925 fs/dlm/lock.c  			  lkb->lkb_status, lkb->lkb_wait_type,
lkb_wait_type    2995 fs/dlm/lock.c  		    !lkb->lkb_wait_type) {
lkb_wait_type    3000 fs/dlm/lock.c  		switch (lkb->lkb_wait_type) {
lkb_wait_type    3034 fs/dlm/lock.c  		switch (lkb->lkb_wait_type) {
lkb_wait_type    3049 fs/dlm/lock.c  	if (lkb->lkb_wait_type || lkb->lkb_wait_count)
lkb_wait_type    3062 fs/dlm/lock.c  			  args->flags, lkb->lkb_wait_type,
lkb_wait_type    4498 fs/dlm/lock.c  	mstype = lkb->lkb_wait_type;
lkb_wait_type    5139 fs/dlm/lock.c  		if (lkb->lkb_wait_type != DLM_MSG_UNLOCK) {
lkb_wait_type    5144 fs/dlm/lock.c  				  lkb->lkb_wait_type,
lkb_wait_type    5154 fs/dlm/lock.c  		if (lkb->lkb_wait_type == DLM_MSG_LOOKUP) {
lkb_wait_type    5162 fs/dlm/lock.c  		wait_type = lkb->lkb_wait_type;
lkb_wait_type    5222 fs/dlm/lock.c  				  lkb->lkb_wait_type, wait_type);
lkb_wait_type    5287 fs/dlm/lock.c  		mstype = lkb->lkb_wait_type;
lkb_wait_type    5305 fs/dlm/lock.c  		lkb->lkb_wait_type = 0;
lkb_wait_type     386 fs/dlm/rcom.c  	rl->rl_wait_type = cpu_to_le16(lkb->lkb_wait_type);