Searched refs:resname (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/include/ |
D | lustre_fid.h | 531 struct ldlm_res_id *resname) in ost_fid_build_resid() argument 539 ostid_build_res_name(&oi, resname); in ost_fid_build_resid() 541 fid_build_reg_res_name(fid, resname); in ost_fid_build_resid()
|
/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 56 __u64 resname = 0; in mgc_name2resid() local 58 if (len > sizeof(resname)) { in mgc_name2resid() 66 memcpy(&resname, name, len); in mgc_name2resid() 70 res_id->name[0] = cpu_to_le64(resname); in mgc_name2resid() 75 resname = 0; in mgc_name2resid() 79 resname = type; in mgc_name2resid() 84 res_id->name[1] = cpu_to_le64(resname); in mgc_name2resid()
|
/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 69 struct ldlm_res_id *resname; 78 resname = &info->oti_resname; 89 osc_lock_build_res(env, obj, resname); 91 return osc_match_base(osc_export(obj), resname, LDLM_EXTENT, policy,
|
D | osc_lock.c | 1121 struct ldlm_res_id *resname = &info->oti_resname; in osc_lock_enqueue() local 1137 ostid_build_res_name(&obj->oo_oinfo->loi_oi, resname); in osc_lock_enqueue() 1139 result = osc_enqueue_base(osc_export(obj), resname, in osc_lock_enqueue()
|