Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
439
static __inline int
440
fo_aio_queue(struct file *fp, struct kaiocb *job)
441
{
442
443
return ((*fp->f_ops->fo_aio_queue)(fp, job));
444
}
445
446
static __inline int
447
fo_add_seals(struct file *fp, int seals)
Callers
1
aio_aqueue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected