Home
last modified time | relevance | path

Searched refs:FANOTIFY_NE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/notify/fanotify/
Dfanotify.h303 FANOTIFY_NE(struct fanotify_event *event) in FANOTIFY_NE() function
329 return &FANOTIFY_NE(event)->fsid; in fanotify_event_fsid()
342 return fanotify_info_file_fh(&FANOTIFY_NE(event)->info); in fanotify_event_object_fh()
353 return &FANOTIFY_NE(event)->info; in fanotify_event_info()
Dfanotify.c165 return fanotify_name_event_equal(FANOTIFY_NE(old), in fanotify_should_merge()
166 FANOTIFY_NE(new)); in fanotify_should_merge()
1004 kfree(FANOTIFY_NE(event)); in fanotify_free_name_event()