Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dmem.c658 static const struct file_operations null_fops = { variable
703 [3] = { "null", &null_fops, FMODE_NOWAIT, 0666 },
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c1261 static const struct file_operations null_fops = { variable
1506 file->f_op = &null_fops; in cxlflash_disk_attach()