Symbol: IN_DELETE_SELF
crypto/krb5/src/util/verto/ev.c
4220
IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY
crypto/krb5/src/util/verto/ev.c
4266
int mask = IN_MASK_ADD | IN_DELETE_SELF | IN_MOVE_SELF
crypto/krb5/src/util/verto/ev.c
4325
if (ev->mask & (IN_IGNORED | IN_UNMOUNT | IN_DELETE_SELF))
share/examples/inotify/inotify.c
48
case IN_DELETE_SELF:
sys/compat/linux/linux_file.c
2010
_Static_assert(LINUX_IN_DELETE_SELF == IN_DELETE_SELF,
sys/kern/vfs_inotify.c
623
delete = (event & IN_DELETE_SELF) != 0;
sys/kern/vfs_inotify.c
724
selfevent = IN_DELETE_SELF;
tests/sys/kern/inotify_test.c
244
wd = inotify_add_watch(ifd, ".", IN_DELETE_SELF);
tests/sys/kern/inotify_test.c
246
wd = inotify_add_watch_at(ifd, dfd, "testdir", IN_DELETE_SELF);
tests/sys/kern/inotify_test.c
254
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);
tests/sys/kern/inotify_test.c
428
wd = inotify_add_watch(ifd, "./mnt/file", IN_DELETE_SELF);
tests/sys/kern/inotify_test.c
434
consume_event(ifd, wd, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
45
case IN_DELETE_SELF:
tests/sys/kern/inotify_test.c
487
wd = inotify_add_watch(ifd, "./mnt/file1", IN_DELETE_SELF);
tests/sys/kern/inotify_test.c
492
consume_event(ifd, wd, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
799
wd = watch_dir(ifd, IN_DELETE | IN_DELETE_SELF, root);
tests/sys/kern/inotify_test.c
816
wd2 = inotify_add_watch(ifd, path, IN_DELETE | IN_DELETE_SELF);
tests/sys/kern/inotify_test.c
824
consume_event(ifd, wd2, IN_DELETE_SELF, 0, NULL);
tests/sys/kern/inotify_test.c
832
consume_event(ifd, wd, IN_DELETE_SELF, IN_ISDIR, NULL);