Constant naughtyfy::flags::FAN_MARK_FLUSH
source · pub const FAN_MARK_FLUSH: u32 = 0x00000080;Expand description
Remove either all marks for filesystems, all marks for
mounts, or all marks for directories and files from the
fanotify group. If flags contains FAN_MARK_MOUNT, all
marks for mounts are removed from the group. If flags
contains FAN_MARK_FILESYSTEM, all marks for filesystems
are removed from the group. Otherwise, all marks for
directories and files are removed. No flag other than,
and at most one of, the flags FAN_MARK_MOUNT or
FAN_MARK_FILESYSTEM can be used in conjunction with
FAN_MARK_FLUSH. mask is ignored.