Home
last modified time | relevance | path

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

/drivers/char/
Dmem.c847 static const struct file_operations null_fops = { variable
893 [3] = { "null", 0666, &null_fops, 0 },
/drivers/scsi/cxlflash/
Dsuperpipe.c1261 static const struct file_operations null_fops = { variable
1506 file->f_op = &null_fops; in cxlflash_disk_attach()