Searched defs:kaiocb (Results 1 – 1 of 1) sorted by relevance
136 struct kaiocb { struct140 int jobflags; /* (a) job flags */141 int ioflags; /* (*) io flags */142 int inblock; /* (*) input blocks */143 int outblock; /* (*) output blocks */144 int msgsnd; /* (*) messages sent */145 int msgrcv; /* (*) messages received */146 struct proc *userproc; /* (*) user process */147 struct ucred *cred; /* (*) active credential when created */148 struct file *fd_file; /* (*) pointer to file structure */[all …]