Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/notify/inotify/
H A Dinotify_user.c322 static const struct file_operations inotify_fops = { variable
678 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
733 if (unlikely(f.file->f_op != &inotify_fops)) { in SYSCALL_DEFINE3()
772 if (unlikely(f.file->f_op != &inotify_fops)) in SYSCALL_DEFINE2()
/kernel/linux/linux-6.6/fs/notify/inotify/
H A Dinotify_user.c358 static const struct file_operations inotify_fops = { variable
712 ret = anon_inode_getfd("inotify", &inotify_fops, group, in do_inotify_init()
767 if (unlikely(f.file->f_op != &inotify_fops)) { in SYSCALL_DEFINE3()
806 if (unlikely(f.file->f_op != &inotify_fops)) in SYSCALL_DEFINE2()

Completed in 3 milliseconds