Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h110 #define ALL_FSNOTIFY_BITS (ALL_FSNOTIFY_EVENTS | ALL_FSNOTIFY_FLAGS) macro
/openbmc/linux/fs/notify/
H A Dfsnotify.c604 BUILD_BUG_ON(HWEIGHT32(ALL_FSNOTIFY_BITS) != 23); in fsnotify_init()