Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.h431 #define FANOTIFY_NO_RANGE ((loff_t)-1) macro
473 return FANOTIFY_PERM(event)->pos != FANOTIFY_NO_RANGE; in fanotify_event_has_access_range()
H A Dfanotify.c604 pevent->pos = range ? range->pos : FANOTIFY_NO_RANGE; in fanotify_alloc_perm_event()