Package luser uses lustre interfaces exported to usersapce
directly, instead of using the liblustreapi.a library.
Data structures created mirror those defined in lustre_user.
type LinkEntry struct {
Name string Parent lustre.Fid
}
LinkEntry is an entry from the link extended attribute
on a Lustre file. Each entry represents a name for
hardlink and parent directory that conatains that name.
GetLinkEA returns the link extended attribute for a file or error if
there is no link attribute.
Pretty fragile since we're hardcoding all the struct sizes here.