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

/linux-master/fs/dlm/
H A Drcom.h19 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq);
H A Drecover.c441 * NEW_MASTER so that we'll recover it here (this implies dir_nodeid
448 int our_nodeid, dir_nodeid; local
461 dir_nodeid = dlm_dir_nodeid(r);
463 if (dir_nodeid == our_nodeid) {
476 error = dlm_send_rcom_lookup(r, dir_nodeid, seq);
500 int dir_nodeid = dlm_dir_nodeid(r); local
501 int new_master = dir_nodeid;
503 if (dir_nodeid == dlm_our_nodeid())
507 r->res_master_nodeid = dir_nodeid;
H A Ddir.c241 int offset = 0, dir_nodeid; local
263 dir_nodeid = dlm_dir_nodeid(r);
264 if (dir_nodeid != nodeid)
H A Dlock.c530 * rsb's on the toss list who's dir_nodeid is not local can have stale
540 int dir_nodeid, int from_nodeid,
552 if (from_nodeid == dir_nodeid)
576 (from_other && (dir_nodeid == our_nodeid))) {
608 * we are the dir_nodeid or were the master) No other thread
617 from_nodeid, r->res_master_nodeid, dir_nodeid,
665 r->res_dir_nodeid = dir_nodeid;
677 if (from_other && (dir_nodeid != our_nodeid)) {
680 from_nodeid, dir_nodeid, our_nodeid, r->res_name);
689 from_nodeid, dir_nodeid,
538 find_rsb_dir(struct dlm_ls *ls, const void *name, int len, uint32_t hash, uint32_t b, int dir_nodeid, int from_nodeid, unsigned int flags, struct dlm_rsb **r_ret) argument
716 find_rsb_nodir(struct dlm_ls *ls, const void *name, int len, uint32_t hash, uint32_t b, int dir_nodeid, int from_nodeid, unsigned int flags, struct dlm_rsb **r_ret) argument
815 int dir_nodeid; local
993 int dir_nodeid, error; local
4143 int rv, len, dir_nodeid, from_nodeid; local
4873 waiter_needs_recovery(struct dlm_ls *ls, struct dlm_lkb *lkb, int dir_nodeid) argument
4896 int dir_nodeid; local
[all...]
H A Drcom.c361 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq) argument
368 error = create_rcom(ls, dir_nodeid, DLM_RCOM_LOOKUP, r->res_length,

Completed in 264 milliseconds