Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfsnotify_backend.h42 #define FS_UNMOUNT 0x00002000 /* inode on umount fs */ macro
76 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED | \
/linux-4.19.296/fs/notify/inotify/
Dinotify_user.c96 mask = (FS_IN_IGNORED | FS_EVENT_ON_CHILD | FS_UNMOUNT); in inotify_arg_to_mask()
816 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT); in inotify_user_setup()
/linux-4.19.296/fs/notify/
Dfsnotify.c87 fsnotify(inode, FS_UNMOUNT, inode, FSNOTIFY_EVENT_INODE, NULL, 0); in fsnotify_unmount_inodes()