Home
last modified time | relevance | path

Searched refs:null_ops (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/um/drivers/
H A Dnull.c40 const struct chan_ops null_ops = { variable
H A Dchan_user.h31 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
H A Dchan_kern.c445 { "null", &null_ops },
/linux-6.15/drivers/block/null_blk/
H A Dmain.c1799 static const struct block_device_operations null_ops = { variable
2032 nullb->disk->fops = &null_ops; in null_add_dev()