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

inotify_init_with_limits

Function inotify_init_with_limits 

Source
pub fn inotify_init_with_limits(
    max_events: usize,
    max_watches: usize,
) -> Result<u64, KernelError>
Expand description

Initialize a new inotify instance with custom limits.

Returns the instance ID.