Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenfs/
H A Dsuper.c52 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
59 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
/openbmc/linux/drivers/xen/
H A Dprivcmd.h3 extern const struct file_operations xen_privcmd_fops;
H A Dprivcmd.c1243 const struct file_operations xen_privcmd_fops = { variable
1250 EXPORT_SYMBOL_GPL(xen_privcmd_fops);
1255 .fops = &xen_privcmd_fops,