Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinotify.h15 IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \
/openbmc/linux/include/uapi/linux/
H A Dinotify.h44 #define IN_UNMOUNT 0x00002000 /* Backing fs was unmounted */ macro
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c135 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED | in inotify_mask_to_arg()
858 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT); in inotify_user_setup()