[][src]Function linux::syscall::listxattr

pub fn listxattr(path: KStr, list: &mut [d8]) -> ssize_t

Retrieves all extended attribute of a file.

[argument, path] The path of the file.

[argument, list] The buffer in which the attributes will be placed.

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

= See also

  • link:man:listxattr(2)