Searched refs:xen_xenbus_fops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenfs/ |
H A D | super.c | 50 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 57 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
|
/kernel/linux/linux-6.6/drivers/xen/xenfs/ |
H A D | super.c | 50 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 57 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 697 const struct file_operations xen_xenbus_fops = { variable 705 EXPORT_SYMBOL_GPL(xen_xenbus_fops); variable 710 .fops = &xen_xenbus_fops,
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 697 const struct file_operations xen_xenbus_fops = { variable 705 EXPORT_SYMBOL_GPL(xen_xenbus_fops); variable 710 .fops = &xen_xenbus_fops,
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xenbus.h | 241 extern const struct file_operations xen_xenbus_fops;
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | xenbus.h | 247 extern const struct file_operations xen_xenbus_fops;
|
Completed in 3 milliseconds