Lines Matching refs:fops
45 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_read()
81 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_write()
99 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_poll()
112 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_open()
137 hvt = container_of(file->f_op, struct hvutil_transport, fops); in hvt_op_release()
232 hvt->fops.owner = THIS_MODULE; in hvutil_transport_init()
233 hvt->fops.read = hvt_op_read; in hvutil_transport_init()
234 hvt->fops.write = hvt_op_write; in hvutil_transport_init()
235 hvt->fops.poll = hvt_op_poll; in hvutil_transport_init()
236 hvt->fops.open = hvt_op_open; in hvutil_transport_init()
237 hvt->fops.release = hvt_op_release; in hvutil_transport_init()
239 hvt->mdev.fops = &hvt->fops; in hvutil_transport_init()