Home
last modified time | relevance | path

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

/kernel/
Dkcov.c476 static int kcov_mmap(struct file *filep, struct vm_area_struct *vma) in kcov_mmap() argument
507 static int kcov_open(struct inode *inode, struct file *filep) in kcov_open() argument
518 filep->private_data = kcov; in kcov_open()
519 return nonseekable_open(inode, filep); in kcov_open()
522 static int kcov_close(struct inode *inode, struct file *filep) in kcov_close() argument
524 kcov_put(filep->private_data); in kcov_close()
680 static long kcov_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kcov_ioctl() argument
690 kcov = filep->private_data; in kcov_ioctl()