Home
last modified time | relevance | path

Searched refs:ondir (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh27 local ondir=$(find_gov_directory $1 "ondemand")
28 if [ -z $ondir ]; then
33 cat $ondir/*
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c305 bool ondir = event_mask & FAN_ONDIR; in fanotify_group_event_mask() local
320 if (!dir && !ondir) in fanotify_group_event_mask()
329 fsnotify_effective_ignore_mask(mark, ondir, type); in fanotify_group_event_mask()
334 if (!fsnotify_mask_applicable(mark->mask, ondir, type)) in fanotify_group_event_mask()
728 bool ondir = mask & FAN_ONDIR; in fanotify_alloc_event() local
757 } else if ((mask & ALL_FSNOTIFY_DIRENT_EVENTS) || !ondir) { in fanotify_alloc_event()
831 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()