Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/cpufreq/
Dspecial-tests.sh27 local ondir=$(find_gov_directory $1 "ondemand")
28 if [ -z $ondir ]; then
33 cat $ondir/*
/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c582 bool ondir = mask & FAN_ONDIR; in fanotify_alloc_event() local
591 if ((fid_mode & FAN_REPORT_FID) && id != dirid && !ondir) in fanotify_alloc_event()
612 } else if ((mask & ALL_FSNOTIFY_DIRENT_EVENTS) || !ondir) { in fanotify_alloc_event()
651 hash ^= hash_long((unsigned long)pid | ondir, FANOTIFY_EVENT_HASH_BITS); in fanotify_alloc_event()