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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Drcom.h19 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid);
H A Ddir.c340 int offset = 0, start_namelen, error, dir_nodeid; local
381 dir_nodeid = dlm_dir_nodeid(r);
382 if (dir_nodeid != nodeid)
H A Drecover.c331 int error, dir_nodeid, ret_nodeid, our_nodeid = dlm_our_nodeid(); local
333 dir_nodeid = dlm_dir_nodeid(r);
335 if (dir_nodeid == our_nodeid) {
346 error = dlm_send_rcom_lookup(r, dir_nodeid);
H A Drcom.c262 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid) argument
269 error = create_rcom(ls, dir_nodeid, DLM_RCOM_LOOKUP, r->res_length,
H A Dlock.c1615 int error, dir_nodeid, ret_nodeid, our_nodeid = dlm_our_nodeid(); local
1641 dir_nodeid = dlm_dir_nodeid(r);
1643 if (dir_nodeid != our_nodeid) {
3003 int len, error, ret_nodeid, dir_nodeid, from_nodeid, our_nodeid; local
3010 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash);
3011 if (dir_nodeid != our_nodeid) {
3012 log_error(ls, "lookup dir_nodeid %d from %d",
3013 dir_nodeid, from_nodeid);
3032 int len, dir_nodeid, from_nodeid; local
3038 dir_nodeid
[all...]

Completed in 59 milliseconds