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

getxattr

Function getxattr 

Source
pub fn getxattr(inode: u64, name: &str) -> Result<Vec<u8>, KernelError>
Expand description

Retrieve the value of an extended attribute.

Returns the attribute value as a byte vector, or an error if the inode or attribute name does not exist.