Searched refs:kern_posix_fallocate (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 281 int kern_posix_fallocate(struct thread *td, int fd, off_t offset,
|
/freebsd/sys/kern/ |
H A D | sys_generic.c | 831 error = kern_posix_fallocate(td, uap->fd, uap->offset, uap->len); in sys_posix_fallocate() 836 kern_posix_fallocate(struct thread *td, int fd, off_t offset, off_t len) in kern_posix_fallocate() function
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 1709 return (kern_posix_fallocate(td, args->fd, offset, len)); in linux_fallocate()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | 3797 error = kern_posix_fallocate(td, uap->fd, in freebsd32_posix_fallocate()
|