Home
last modified time | relevance | path

Searched refs:FS_ACCESS_PERM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h56 #define FS_ACCESS_PERM 0x00020000 /* access event in a permissions hook */ macro
80 #define ALL_FSNOTIFY_PERM_EVENTS (FS_OPEN_PERM | FS_ACCESS_PERM | \
H A Dfsnotify.h129 fsnotify_mask = FS_ACCESS_PERM; in fsnotify_perm()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c919 BUILD_BUG_ON(FAN_ACCESS_PERM != FS_ACCESS_PERM); in fanotify_handle_event()
/openbmc/linux/security/selinux/
H A Dhooks.c3393 if (mask & (FS_ACCESS | FS_ACCESS_PERM | FS_CLOSE_NOWRITE)) in selinux_path_notify()