Home
last modified time | relevance | path

Searched refs:FAN_FS_ERROR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/samples/fanotify/
H A Dfs-monitor.c16 #ifndef FAN_FS_ERROR
17 #define FAN_FS_ERROR 0x00008000 macro
66 if (event->mask != FAN_FS_ERROR) { in handle_notifications()
77 printf("FAN_FS_ERROR (len=%d)\n", event->event_len); in handle_notifications()
128 FAN_FS_ERROR, AT_FDCWD, argv[1])) { in main()
/kernel/linux/linux-6.6/include/linux/
H A Dfanotify.h99 #define FANOTIFY_ERROR_EVENTS (FAN_FS_ERROR)
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfanotify.h23 #define FAN_FS_ERROR 0x00008000 /* Filesystem error */ macro
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.h456 return mask & FAN_FS_ERROR; in fanotify_is_error_event()
H A Dfanotify.c417 * Invalid FHs are used by FAN_FS_ERROR for errors not in fanotify_encode_fh()
457 * unhashed FID events (i.e. FAN_FS_ERROR). in fanotify_encode_fh()
923 BUILD_BUG_ON(FAN_FS_ERROR != FS_ERROR); in fanotify_handle_event()
H A Dfanotify_user.c1308 * needed (i.e. FAN_FS_ERROR was requested). in fanotify_add_mark()
1311 (mask & FAN_FS_ERROR)) { in fanotify_add_mark()
1765 if (mask & FAN_FS_ERROR && in do_fanotify_mark()

Completed in 6 milliseconds