Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h294 struct fs_error_report { struct
310 return ((struct fs_error_report *)data)->inode; in fsnotify_data_inode() argument
351 return ((struct fs_error_report *) data)->sb; in fsnotify_data_sb()
357 static inline struct fs_error_report *fsnotify_data_error_report( in fsnotify_data_error_report()
363 return (struct fs_error_report *) data; in fsnotify_data_error_report()
H A Dfsnotify.h393 struct fs_error_report report = { in fsnotify_sb_error()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c678 struct fs_error_report *report = in fanotify_alloc_error_event()