Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/xenfs/
Dxenfs.h5 extern const struct file_operations privcmd_file_ops;
Dsuper.c87 { "privcmd", &privcmd_file_ops, S_IRUSR|S_IWUSR }, in xenfs_fill_super()
Dprivcmd.c397 const struct file_operations privcmd_file_ops = { variable