Searched full:d_init (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/arcnet/ |
| H A D | com90xx.c | 145 arc_cont(D_INIT, "\n"); in com90xx_probe() 146 arc_cont(D_INIT, "S1: "); in com90xx_probe() 148 arc_cont(D_INIT, "%Xh ", *port); in com90xx_probe() 178 arc_cont(D_INIT, "\n"); in com90xx_probe() 187 * do anything until they finish. If D_INIT, print the list of in com90xx_probe() 195 arc_cont(D_INIT, "\n"); in com90xx_probe() 196 arc_cont(D_INIT, "S2: "); in com90xx_probe() 198 arc_cont(D_INIT, "%Xh ", *port); in com90xx_probe() 200 arc_cont(D_INIT, "\n"); in com90xx_probe() 213 arc_cont(D_INIT, "\n"); in com90xx_probe() [all …]
|
| H A D | arcnet.c | 518 arc_printk(D_INIT, dev, "opened."); in arcnet_open() 533 arc_printk(D_INIT, dev, "arcnet_open: resetting card.\n"); in arcnet_open() 546 arc_printk(D_INIT, dev, "arcnet_open: mtu: %d.\n", dev->mtu); in arcnet_open()
|
| H A D | arc-rimi.c | 246 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in arcrimi_reset()
|
| H A D | com90io.c | 284 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in com90io_reset()
|
| H A D | arcdevice.h | 55 #define D_INIT 4 /* show init/probe messages */ macro
|
| H A D | com20020.c | 290 arc_printk(D_INIT, dev, "Resetting %s (status=%02Xh)\n", in com20020_reset()
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 27 int (*d_init)(struct dentry *); 47 d_init: no no yes no
|
| H A D | vfs.rst | 1255 int (*d_init)(struct dentry *); 1338 ``d_init``
|
| /linux/arch/alpha/kernel/ |
| H A D | core_wildfire.c | 565 printk(KERN_ERR " IOP_HOSE_%d_INIT: 0x%16lx\n", in wildfire_dump_iop_regs()
|
| /linux/include/linux/ |
| H A D | dcache.h | 159 int (*d_init)(struct dentry *); member
|
| /linux/fs/ |
| H A D | dcache.c | 1793 if (dentry->d_op && dentry->d_op->d_init) { in __d_alloc() 1794 err = dentry->d_op->d_init(dentry); in __d_alloc()
|
| /linux/fs/ceph/ |
| H A D | dir.c | 2261 .d_init = ceph_d_init,
|
| /linux/fs/fuse/ |
| H A D | dir.c | 529 .d_init = fuse_dentry_init,
|