OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_idep
(Results
1 - 1
of
1
) sorted by relevancy
/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
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025