Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h47 #define FS_ERROR 0x00008000 /* Filesystem Error (fanotify) */ macro
105 FS_ERROR)
H A Dfsnotify.h399 return fsnotify(FS_ERROR, &report, FSNOTIFY_EVENT_ERROR, in fsnotify_sb_error()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c923 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event()