struct vfs_internal_file_context
Defined at line 140 of file ../../sdk/lib/vfs/internal/include/lib/vfs/internal/libvfs_private.h
Context associated with a pseudo-file node. Note that `cookie` is shared across the various
callbacks, so they are grouped together here. The implementation guarantees invocations of
read/release are done under a lock.
Public Members
vfs_internal_read_handler_t read
vfs_internal_release_buffer_t release
vfs_internal_write_handler_t write
vfs_internal_destroy_cookie_t destroy