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

Function fget_write

freebsd/kern/kern_descrip.c:3458–3463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3456}
3457
3458int
3459fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp)
3460{
3461
3462 return (_fget(td, fd, fpp, FWRITE, rightsp));
3463}
3464
3465int
3466fget_fcntl(struct thread *td, int fd, cap_rights_t *rightsp, int needfcntl,

Callers 4

kern_writevFunction · 0.85
kern_pwritevFunction · 0.85
aio_aqueueFunction · 0.85
kern_copy_file_rangeFunction · 0.85

Calls 1

_fgetFunction · 0.85

Tested by

no test coverage detected