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

inotify_init

Function inotify_init 

Source
pub fn inotify_init() -> Result<u64, KernelError>
Expand description

Initialize a new inotify instance.

Returns the instance ID (analogous to the fd returned by inotify_init(2)).