Constant naughtyfy::flags::FAN_MARK_MOUNT
source · pub const FAN_MARK_MOUNT: u32 = 0x00000010;Expand description
Mark the mount specified by pathname. If pathname is not
itself a mount point, the mount containing pathname will
be marked. All directories, subdirectories, and the
contained files of the mount will be monitored. The
events which require that filesystem objects are
identified by file handles, such as FAN_CREATE,
FAN_ATTRIB, FAN_MOVE, and FAN_DELETE_SELF, cannot be
provided as a mask when flags contains FAN_MARK_MOUNT.
Attempting to do so will result in the error EINVAL being
returned.