Home
last modified time | relevance | path

Searched refs:FS_OPEN_PERM (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h55 #define FS_OPEN_PERM 0x00010000 /* open event in an permission hook */ macro
80 #define ALL_FSNOTIFY_PERM_EVENTS (FS_OPEN_PERM | FS_ACCESS_PERM | \
H A Dfsnotify.h120 fsnotify_mask = FS_OPEN_PERM; in fsnotify_perm()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c918 BUILD_BUG_ON(FAN_OPEN_PERM != FS_OPEN_PERM); in fanotify_handle_event()