Home
last modified time | relevance | path

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

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