Searched refs:dir_nodeid (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/dlm/
H A Drcom.h19 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid);
H A Ddir.c376 int offset = 0, dir_nodeid; local
399 dir_nodeid = dlm_dir_nodeid(r);
400 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.c263 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid) argument
270 error = create_rcom(ls, dir_nodeid, DLM_RCOM_LOOKUP, r->res_length,
H A Dlock.c1872 int i, error, dir_nodeid, ret_nodeid, our_nodeid = dlm_our_nodeid(); local
1898 dir_nodeid = dlm_dir_nodeid(r);
1900 if (dir_nodeid != our_nodeid) {
3423 int len, error, ret_nodeid, dir_nodeid, from_nodeid, our_nodeid; local
3430 dir_nodeid = dlm_hash2nodeid(ls, ms->m_hash);
3431 if (dir_nodeid != our_nodeid) {
3432 log_error(ls, "lookup dir_nodeid %d from %d",
3433 dir_nodeid, from_nodeid);
3452 int len, dir_nodeid, from_nodeid; local
3458 dir_nodeid
[all...]

Completed in 39 milliseconds