[][src]Function linux::syscall::lgetxattr

pub fn lgetxattr(path: KStr, name: KStr, val: &mut [d8]) -> ssize_t

Retrieves an extended attribute of a file without following symlinks.

[argument, path] The path of the file.

[argument, name] The name of the attribute.

[argument, val] The buffer in which the value will be placed.

[return_value] Returns the size of the value or an error value.

= See also

  • link:man:lgetxattr(2)