Searched refs:FS_UNMOUNT (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Daudit_fsnotify.c171 } else if (mask & (FS_DELETE_SELF|FS_UNMOUNT|FS_MOVE_SELF)) {
H A Daudit_watch.c56 FS_MOVE_SELF | FS_UNMOUNT)
483 else if (mask & (FS_DELETE_SELF|FS_UNMOUNT|FS_MOVE_SELF))
/linux-master/fs/notify/inotify/
H A Dinotify_user.c107 mask = (FS_UNMOUNT);
857 BUILD_BUG_ON(IN_UNMOUNT != FS_UNMOUNT);
/linux-master/include/linux/
H A Dfsnotify_backend.h45 #define FS_UNMOUNT 0x00002000 /* inode on umount fs */ macro
104 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED | \
/linux-master/fs/notify/
H A Dfsnotify.c75 /* for each watch, send FS_UNMOUNT and then remove it */
76 fsnotify_inode(inode, FS_UNMOUNT);

Completed in 154 milliseconds