Home
last modified time | relevance | path

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

/linux-4.19.296/fs/notify/inotify/
Dinotify_user.c330 static const struct file_operations inotify_fops = { variable
681 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
736 if (unlikely(f.file->f_op != &inotify_fops)) { in SYSCALL_DEFINE3()
775 if (unlikely(f.file->f_op != &inotify_fops)) in SYSCALL_DEFINE2()