Home
last modified time | relevance | path

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

/linux-6.12.1/fs/notify/fanotify/
Dfanotify_user.c984 static const struct file_operations fanotify_fops = { variable
1553 fd = anon_inode_getfd("[fanotify]", &fanotify_fops, group, f_flags); in SYSCALL_DEFINE2()
1761 if (unlikely(fd_file(f)->f_op != &fanotify_fops)) in do_fanotify_mark()