ocxl_afu_fops     473 drivers/misc/ocxl/file.c static const struct file_operations ocxl_afu_fops = {
ocxl_afu_fops     497 drivers/misc/ocxl/file.c 	cdev_init(&info->cdev, &ocxl_afu_fops);
ocxl_afu_fops    1176 drivers/scsi/cxlflash/ocxl_hw.c static const struct file_operations ocxl_afu_fops = {
ocxl_afu_fops    1185 drivers/scsi/cxlflash/ocxl_hw.c 	do { if (!fops->NAME) fops->NAME = ocxl_afu_fops.NAME; } while (0)
ocxl_afu_fops    1231 drivers/scsi/cxlflash/ocxl_hw.c 		fops = (struct file_operations *)&ocxl_afu_fops;