Home
last modified time | relevance | path

Searched refs:kern_ftruncate (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dsys_generic.c594 kern_ftruncate(struct thread *td, int fd, off_t length) in kern_ftruncate() function
626 return (kern_ftruncate(td, uap->fd, uap->length)); in sys_ftruncate()
640 return (kern_ftruncate(td, uap->fd, uap->length)); in oftruncate()
H A Dvfs_syscalls.c3457 return (kern_ftruncate(td, uap->fd, uap->length)); in freebsd6_ftruncate()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h148 int kern_ftruncate(struct thread *td, int fd, off_t length);