Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddnotify.h34 extern int fcntl_dirnotify(int, struct file *, unsigned long);
42 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() function
/OK3568_Linux_fs/kernel/fs/notify/dnotify/
H A Ddnotify.c243 int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() function
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c421 err = fcntl_dirnotify(fd, filp, arg); in do_fcntl()