Home
last modified time | relevance | path

Searched refs:fo_fallocate (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dfile.h156 fo_fallocate_t *fo_fallocate; member
480 fo_fallocate(struct file *fp, off_t offset, off_t len, struct thread *td) in fo_fallocate() function
483 if (fp->f_ops->fo_fallocate == NULL) in fo_fallocate()
485 return ((*fp->f_ops->fo_fallocate)(fp, offset, len, td)); in fo_fallocate()
/freebsd-14.2/sys/kern/
H A Dsys_generic.c862 error = fo_fallocate(fp, offset, len, td); in kern_posix_fallocate()
H A Duipc_shm.c170 .fo_fallocate = shm_fallocate,
H A Dvfs_vnops.c126 .fo_fallocate = vn_fallocate,