Searched refs:debugfs_q (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Dqdio_debug.c251 q->debugfs_q = debugfs_create_file(name, S_IFREG | S_IRUGO | S_IWUSR,
253 if (IS_ERR(q->debugfs_q))
254 q->debugfs_q = NULL;
286 debugfs_remove(q->debugfs_q);
288 debugfs_remove(q->debugfs_q);
H A Dqdio.h301 struct dentry *debugfs_q; member in struct:qdio_q
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Dqdio_debug.c251 q->debugfs_q = debugfs_create_file(name, S_IFREG | S_IRUGO | S_IWUSR,
253 if (IS_ERR(q->debugfs_q))
254 q->debugfs_q = NULL;
286 debugfs_remove(q->debugfs_q);
288 debugfs_remove(q->debugfs_q);
H A Dqdio.h301 struct dentry *debugfs_q; member in struct:qdio_q

Completed in 176 milliseconds