Home
last modified time | relevance | path

Searched defs:fileops (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/sys/
H A Dfile.h85 struct fileops { struct
86 const char *fo_name;
91 int (*fo_ioctl) (struct file *, u_long, void *);
92 int (*fo_fcntl) (struct file *, u_int, void *);
93 int (*fo_poll) (struct file *, int);
94 int (*fo_stat) (struct file *, struct stat *);
95 int (*fo_close) (struct file *);
96 int (*fo_kqfilter) (struct file *, struct knote *);
97 void (*fo_restart) (struct file *);
104 int (*fo_posix_fadvise)
[all …]