/src/sys/compat/linux/common/ |
linux_inotify.c | 903 struct inotify_dir_entries *old_idep, *new_idep; local in function:handle_write 910 new_idep = get_inotify_dir_entries(wd, false); 911 if (new_idep == NULL) { 919 if (old_idep->ide_count < new_idep->ide_count) { 920 KASSERT(old_idep->ide_count + 1 == new_idep->ide_count); 923 i = find_entry(new_idep, old_idep); 925 buf, nbuf, new_idep->ide_entries[i].name); 929 if (old_idep->ide_count > new_idep->ide_count) { 930 KASSERT(old_idep->ide_count == new_idep->ide_count + 1); 933 i = find_entry(old_idep, new_idep); [all...] |
linux_inotify.c | 903 struct inotify_dir_entries *old_idep, *new_idep; local in function:handle_write 910 new_idep = get_inotify_dir_entries(wd, false); 911 if (new_idep == NULL) { 919 if (old_idep->ide_count < new_idep->ide_count) { 920 KASSERT(old_idep->ide_count + 1 == new_idep->ide_count); 923 i = find_entry(new_idep, old_idep); 925 buf, nbuf, new_idep->ide_entries[i].name); 929 if (old_idep->ide_count > new_idep->ide_count) { 930 KASSERT(old_idep->ide_count == new_idep->ide_count + 1); 933 i = find_entry(old_idep, new_idep); [all...] |
linux_inotify.c | 903 struct inotify_dir_entries *old_idep, *new_idep; local in function:handle_write 910 new_idep = get_inotify_dir_entries(wd, false); 911 if (new_idep == NULL) { 919 if (old_idep->ide_count < new_idep->ide_count) { 920 KASSERT(old_idep->ide_count + 1 == new_idep->ide_count); 923 i = find_entry(new_idep, old_idep); 925 buf, nbuf, new_idep->ide_entries[i].name); 929 if (old_idep->ide_count > new_idep->ide_count) { 930 KASSERT(old_idep->ide_count == new_idep->ide_count + 1); 933 i = find_entry(old_idep, new_idep); [all...] |