MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fo_aio_queue

Function fo_aio_queue

freebsd/sys/file.h:439–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439static __inline int
440fo_aio_queue(struct file *fp, struct kaiocb *job)
441{
442
443 return ((*fp->f_ops->fo_aio_queue)(fp, job));
444}
445
446static __inline int
447fo_add_seals(struct file *fp, int seals)

Callers 1

aio_aqueueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected