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

Function foffset_unlock_uio

freebsd/kern/vfs_vnops.c:838–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838void
839foffset_unlock_uio(struct file *fp, struct uio *uio, int flags)
840{
841
842 if ((flags & FOF_OFFSET) == 0)
843 foffset_unlock(fp, uio->uio_offset, flags);
844}
845
846static int
847get_advice(struct file *fp, struct uio *uio)

Callers 3

vn_io_faultFunction · 0.85
shm_readFunction · 0.85
shm_writeFunction · 0.85

Calls 1

foffset_unlockFunction · 0.85

Tested by

no test coverage detected