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

DIR_ENTRY_HEADER_SIZE

Constant DIR_ENTRY_HEADER_SIZE 

Source
pub const DIR_ENTRY_HEADER_SIZE: usize = 8;
Expand description

Size of the fixed header in a DiskDirEntry (inode + rec_len + name_len + file_type)