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

count_xattrs

Function count_xattrs 

Source
pub fn count_xattrs(inode: u64) -> usize
Expand description

Return the number of attributes currently stored for inode.

Returns 0 if the inode has no attributes.