Home
last modified time | relevance | path

Searched refs:fcntl_dirnotify (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Ddnotify.h33 extern int fcntl_dirnotify(int, struct file *, unsigned long);
41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() function
/Linux-v6.1/fs/notify/dnotify/
Ddnotify.c261 int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() function
/Linux-v6.1/fs/
Dfcntl.c406 err = fcntl_dirnotify(fd, filp, arg); in do_fcntl()