Searched refs:f_op (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/ofed/include/linux/
H A Dlinux_compat.c280 filp->f_op->release(filp->f_vnode, filp);
299 filp->f_op = ldev->ops;
303 if (filp->f_op->open) {
304 error = -filp->f_op->open(file->f_vnode, filp);
312 filp->f_op->release(file->f_vnode, filp);
364 if (filp->f_op->unlocked_ioctl)
365 error = -filp->f_op->unlocked_ioctl(filp, cmd, (u_long)data);
391 if (filp->f_op->read) {
392 bytes = filp->f_op->read(filp, uio->uio_iov->iov_base,
425 if (filp->f_op
[all...]
H A Dfile.h146 filp->f_op = fops;
H A Dfs.h71 const struct file_operations *f_op; member in struct:linux_file
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs_main.c603 if (filp->f_op != &uverbs_event_fops)

Completed in 56 milliseconds