Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/xenfs/
Dxenfs.h4 extern const struct file_operations xenbus_file_ops;
Dsuper.c85 { "xenbus", &xenbus_file_ops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
Dxenbus.c586 const struct file_operations xenbus_file_ops = { variable