Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c422 static const struct file_operations fanotify_fops = { variable
793 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
856 if (unlikely(f.file->f_op != &fanotify_fops)) in SYSCALL_DEFINE5()