Home
last modified time | relevance | path

Searched refs:IN_DELETE_SELF (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dinotify.h40 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/linux/include/linux/
H A Dinotify.h15 IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT | \
/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c114 if (mask & (IN_MOVE_SELF | IN_DELETE_SELF)) in inotify_handle_inode_event()
H A Dinotify_user.c841 BUILD_BUG_ON(IN_DELETE_SELF != FS_DELETE_SELF); in inotify_user_setup()
/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c1684 wd = inotify_add_watch(fd, cg_control(memcg, "memory.events"), IN_DELETE_SELF); in test_memcg_inotify_delete_file()
1693 if (read_event(fd, IN_DELETE_SELF, wd)) in test_memcg_inotify_delete_file()
1729 wd = inotify_add_watch(fd, memcg, IN_DELETE_SELF); in test_memcg_inotify_delete_dir()
1738 if (read_event(fd, IN_DELETE_SELF, wd)) in test_memcg_inotify_delete_dir()