Home
last modified time | relevance | path

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

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