Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dmem.c664 static const struct file_operations null_fops = { variable
709 [3] = { "null", 0666, &null_fops, FMODE_NOWAIT },
/Linux-v6.1/drivers/scsi/cxlflash/
Dsuperpipe.c1259 static const struct file_operations null_fops = { variable
1504 file->f_op = &null_fops; in cxlflash_disk_attach()