Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Ddnotify.h18 extern int fcntl_dirnotify(int, struct file *, unsigned long);
/linux-2.4.37.9/fs/
Ddnotify.c65 int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg) in fcntl_dirnotify() function
Dfcntl.c327 err = fcntl_dirnotify(fd, filp, arg); in do_fcntl()