Lustre Handle ^^^^^^^^^^^^^ [[struct-lustre-handle]] A Lustre handle is an opaque cookie that identifies some local object (e.g. connection, open file, DLM lock, etc) to another node or another layer in the software stack. ---- struct lustre_handle { __u64 cookie; }; ----