Searched refs:rc_result (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dutil.c135 rc->rc_result = cpu_to_le32(rc->rc_result);
154 rc->rc_result = le32_to_cpu(rc->rc_result);
H A Drcom.c132 rc->rc_result = dlm_recover_status(ls);
152 if (rc->rc_result == -ESRCH) {
155 rc->rc_result = 0;
158 /* the caller looks at rc_result for the remote recovery status */
175 rc->rc_result = dlm_recover_status(ls);
295 rc->rc_result = ret_nodeid;
411 rc->rc_result = -ESRCH;
H A Drecover.c113 if (rc->rc_result & wait_status)
139 if (rc->rc_result & wait_status)
432 nodeid = rc->rc_result;
H A Ddlm_internal.h389 int rc_result; /* multi-purpose */ member in struct:dlm_rcom

Completed in 111 milliseconds