Module lrs::inotify::events

Constants

NameDescription
INEV_ACCESS

The file was accessed.

INEV_ALL

All events that can be watched for.

INEV_ATTRIB

Metadata of the file was modified.

INEV_CLOSE

Shortcut for INEV_CLOSE_WRITE | INEV_CLOSE_READ.

INEV_CLOSE_READ

The file was opened read-only and has been closed.

INEV_CLOSE_WRITE

The file was opened for writing and has been closed.

INEV_CREATE

A file was created in this directory.

INEV_DELETE

A file in this directory was deleted.

INEV_DELETE_SELF

The watched file was deleted.

INEV_DIR

The object of this event is a directory.

INEV_IGNORED

The watched object has been removed from the inotify object.

INEV_MODIFY

The file was modified.

INEV_MOVE

Shortcut for INEV_MOVED_FROM | INEV_MOVED_TO.

INEV_MOVED_FROM

A file was moved from this directory.

INEV_MOVED_TO

A file was moved to this directory.

INEV_MOVE_SELF

The watched file was moved.

INEV_NONE

Dummy flag with all flags unset.

INEV_OPEN

The file was opened.

INEV_OVERFLOW

The inotify event queue overflowed.

INEV_UNMOUNT

The filesystem containing the file was unmounted.