Whamcloud - gitweb
LUDOC-276 protocol: Document RPCs for setattr
[doc/protocol.git] / ldlm_resource_id.txt
1 LDLM Resource ID
2 ^^^^^^^^^^^^^^^^
3 [[struct-ldlm-res-id]]
4
5 This structure gets used in <<struct-ldlm-resource-desc>>.
6
7 ----
8 struct ldlm_res_id {
9         __u64 name[4];
10 };
11 ----
12
13 The 'name' array holds identifiers for the resource in question. Those
14 identifiers may be the elements of a 'struct lu_fid' file ID, or they
15 may be other uniquely identifying values for the resource. See <<file-id>>.
16