Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dfile.h106 int (*fo_truncate) (struct file *, off_t); member
/netbsd-src/sys/kern/
H A Dsys_memfd.c81 .fo_truncate = memfd_truncate,
H A Dvfs_vnops.c144 .fo_truncate = vn_truncate,
H A Dvfs_syscalls.c4230 if (fp->f_ops->fo_truncate == NULL) in sys_fsync_range()
4233 error = (*fp->f_ops->fo_truncate)(fp, SCARG(uap, length)); in sys_fsync_range()