Searched refs:dnotify_flush (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dnotify.h | 33 extern void dnotify_flush(struct file *, fl_owner_t); 38 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dnotify.h | 32 extern void dnotify_flush(struct file *, fl_owner_t); 37 static inline void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() function
|
/kernel/linux/linux-5.10/fs/notify/dnotify/ |
H A D | dnotify.c | 135 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() function 265 dnotify_flush(filp, id); in fcntl_dirnotify()
|
/kernel/linux/linux-6.6/fs/notify/dnotify/ |
H A D | dnotify.c | 153 void dnotify_flush(struct file *filp, fl_owner_t id) in dnotify_flush() function 283 dnotify_flush(filp, id); in fcntl_dirnotify()
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 1297 dnotify_flush(filp, id); in filp_close()
|
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 1532 dnotify_flush(filp, id); in filp_flush()
|
Completed in 6 milliseconds