Function lrs::syscall::flistxattr

Retrieves all extended attribute of a file descriptor.

Syntax

fn flistxattr(fd: i32, list: &mut [u8]) -> i64

Arguments

NameDescription
fd

The file descriptor.

list

The buffer in which the attributes will be placed.

Return value

Returns the size of all attributes or an error value.

See also