Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/misc/
Dntsync.c696 static const struct file_operations ntsync_obj_fops = { variable
730 file = anon_inode_getfile("ntsync", &ntsync_obj_fops, obj, O_RDWR); in ntsync_obj_get_fd()
818 if (file->f_op != &ntsync_obj_fops) { in get_obj()