Home | History | Annotate | Download | only in Include

Lines Matching defs:fileops

56 struct fileops;

84 const struct fileops *f_ops;
103 struct fileops {
142 struct fileops Abstraction; ///< Pointers to functions implementing this device's abstraction.
166 int fdcreate (CHAR16 *, UINT32, UINT32, BOOLEAN, VOID *, const struct fileops *);
168 /* Commonly used fileops
199 //extern const struct fileops vnops; /* vnode operations for files */
201 struct fileops {
218 const struct fileops *f_ops;
289 //int fdclone (struct lwp *, struct file *, int, int, const struct fileops *, void *);
291 /* Commonly used fileops