LDLM Resource ID ^^^^^^^^^^^^^^^^ [[struct-ldlm-res-id]] This structure gets used in <>. ---- struct ldlm_res_id { __u64 name[4]; }; ---- The 'name' array holds identifiers for the resource in question. Those identifiers may be the elements of a 'struct lu_fid' file ID, or they may be other uniquely identifying values for the resource. See <>.