Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddnotify.h33 extern int fcntl_dirnotify(int, struct file *, unsigned int);
41 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned int arg) in fcntl_dirnotify() function
/linux/fs/
H A Dfcntl.c539 err = fcntl_dirnotify(fd, filp, argi); in do_fcntl()