fileops
const struct fileops dmabufops = {
const struct fileops syncfileops = {
const struct fileops kqueueops = {
static const struct fileops pipeops = {
const struct fileops socketops = {
const struct fileops vnops = {
extern const struct fileops socketops; /* socket operations for files */
extern const struct fileops vnops; /* vnode operations for files */
const struct fileops *f_ops; /* [I] file operation pointers */
struct fileops dev_sioctl_ops = {
fdpass_new(int sock, struct fileops *ops)
struct fileops worker_fileops = {
struct fileops helper_fileops = {
struct fileops;
struct fdpass *fdpass_new(int sock, struct fileops *ops);
extern struct fileops worker_fileops, helper_fileops;
file_new(struct fileops *ops, void *arg, char *name, unsigned int nfds)
struct fileops *ops; /* event handlers */
struct file *file_new(struct fileops *, void *, char *, unsigned int);
struct fileops listen_fileops = {
struct fileops port_mio_ops = {
extern struct fileops dev_sioctl_ops;
struct fileops dev_sio_ops = {
struct fileops sock_fileops = {