Home
last modified time | relevance | path

Searched refs:null_fops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/char/
Dmem.c931 static const struct file_operations null_fops = { variable
978 [3] = { "null", 0666, &null_fops, 0 },
/Linux-v5.10/drivers/scsi/cxlflash/
Dsuperpipe.c1260 static const struct file_operations null_fops = { variable
1505 file->f_op = &null_fops; in cxlflash_disk_attach()