Searched refs:xen_privcmd_fops (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenfs/ |
H A D | super.c | 52 { "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()
|
/kernel/linux/linux-6.6/drivers/xen/xenfs/ |
H A D | super.c | 52 { "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()
|
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | privcmd.c | 965 const struct file_operations xen_privcmd_fops = { variable 972 EXPORT_SYMBOL_GPL(xen_privcmd_fops); variable 977 .fops = &xen_privcmd_fops,
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | privcmd.c | 1230 const struct file_operations xen_privcmd_fops = { variable 1237 EXPORT_SYMBOL_GPL(xen_privcmd_fops); variable 1242 .fops = &xen_privcmd_fops,
|
Completed in 4 milliseconds