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

notify_child_event

Function notify_child_event 

Source
pub fn notify_child_event(
    parent_inode: u64,
    mask: u32,
    cookie: u32,
    child_name: &str,
    is_dir: bool,
)
Expand description

Convenience wrapper: notify a directory watch about an event on a child.

Sets the IN_ISDIR flag if is_dir is true.