[][src]Function linux::syscall::flistxattr

pub fn flistxattr(fd: c_int, list: &mut [d8]) -> ssize_t

Retrieves all extended attribute of a file descriptor.

[argument, fd] The file descriptor.

[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:flistxattr(2)