⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

listxattr

Function listxattr 

Source
pub fn listxattr(inode: u64) -> Result<Vec<String>, KernelError>
Expand description

List all extended attribute names for an inode.

Returns an empty vector if the inode has no attributes.