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.c439 * NEW_MASTER so that we'll recover it here (this implies dir_nodeid
446 int our_nodeid, dir_nodeid; local
459 dir_nodeid = dlm_dir_nodeid(r);
461 if (dir_nodeid == our_nodeid) {
474 error = dlm_send_rcom_lookup(r, dir_nodeid, seq);
498 int dir_nodeid = dlm_dir_nodeid(r); local
499 int new_master = dir_nodeid;
501 if (dir_nodeid == dlm_our_nodeid())
505 r->res_master_nodeid = dir_nodeid;
H A Ddir.c302 int offset = 0, dir_nodeid; local
347 dir_nodeid = dlm_dir_nodeid(r);
348 if (dir_nodeid != nodeid)
H A Dlock.c745 * rsb's on the toss list who's dir_nodeid is not local can have stale
754 uint32_t hash, int dir_nodeid, int from_nodeid,
766 if (from_nodeid == dir_nodeid)
790 (from_other && (dir_nodeid == our_nodeid))) {
844 * we are the dir_nodeid or were the master) No other thread
853 from_nodeid, r->res_master_nodeid, dir_nodeid,
907 r->res_dir_nodeid = dir_nodeid;
919 if (from_other && (dir_nodeid != our_nodeid)) {
922 from_nodeid, dir_nodeid, our_nodeid, r->res_name);
931 from_nodeid, dir_nodeid,
753 find_rsb_dir(struct dlm_ls *ls, const void *name, int len, uint32_t hash, int dir_nodeid, int from_nodeid, unsigned int flags, struct dlm_rsb **r_ret) argument
969 find_rsb_nodir(struct dlm_ls *ls, const void *name, int len, uint32_t hash, int dir_nodeid, int from_nodeid, unsigned int flags, struct dlm_rsb **r_ret) argument
1108 int dir_nodeid; local
1285 int dir_nodeid, error; local
4307 int rv, len, dir_nodeid, from_nodeid; local
5039 waiter_needs_recovery(struct dlm_ls *ls, struct dlm_lkb *lkb, int dir_nodeid) argument
5062 int dir_nodeid; local
[all...]
H A Drcom.c360 int dlm_send_rcom_lookup(struct dlm_rsb *r, int dir_nodeid, uint64_t seq) argument
367 error = create_rcom(ls, dir_nodeid, DLM_RCOM_LOOKUP, r->res_length,

Completed in 136 milliseconds