Searched refs:fops (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/ofed/include/linux/
H A Dmiscdevice.h40 const struct file_operations *fops; member in struct:miscdevice
56 misc->cdev->ops = misc->fops;
H A Dfile.h109 _alloc_file(int mode, const struct file_operations *fops) argument
116 filp->f_op = fops;
122 #define alloc_file(mnt, root, mode, fops) _alloc_file((mode), (fops))
H A Dfs.h137 #define fops_get(fops) (fops)
/freebsd-10.0-release/sys/kern/
H A Dkern_event.c99 static int kqueue_expand(struct kqueue *kq, struct filterops *fops,
981 struct filterops *fops; local
995 fops = kqueue_fo_find(filt);
996 if (fops == NULL)
1002 if (fops->f_isfd) {
1009 if ((kev->flags & EV_ADD) == EV_ADD && kqueue_expand(kq, fops,
1014 error = kqueue_expand(kq, fops, kev->ident, waitok);
1051 kqueue_expand(kq, fops, kev->ident, waitok);
1096 kn->kn_fop = fops;
1101 fops
1261 kqueue_expand(struct kqueue *kq, struct filterops *fops, uintptr_t ident, int waitok) argument
[all...]
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c257 .fops = &radeon_driver_old_fops,
387 .fops = &radeon_driver_kms_fops,
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Ducma.c1299 .fops = &ucma_fops,

Completed in 167 milliseconds