Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfile.h137 fo_truncate_t *fo_truncate; member
315 static __inline fo_truncate_t fo_truncate; variable
342 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() function
346 return ((*fp->f_ops->fo_truncate)(fp, length, active_cred, td)); in fo_truncate()
/f-stack/freebsd/kern/
H A Dsys_eventfd.c74 .fo_truncate = invfo_truncate,
H A Dsys_procdesc.c106 .fo_truncate = invfo_truncate,
H A Dtty_pts.c612 .fo_truncate = invfo_truncate,
H A Dsys_pipe.c163 .fo_truncate = pipe_truncate,
1334 error = vnops.fo_truncate(fp, length, active_cred, td); in pipe_truncate()
H A Dsys_socket.c108 .fo_truncate = invfo_truncate,
H A Duipc_sem.c148 .fo_truncate = invfo_truncate,
H A Dsys_generic.c610 error = fo_truncate(fp, length, td->td_ucred, td); in kern_ftruncate()
H A Duipc_shm.c154 .fo_truncate = shm_truncate,
H A Dvfs_syscalls.c1191 error = fo_truncate(fp, 0, td->td_ucred, td); in kern_openat()
4528 error = fo_truncate(fp, 0, td->td_ucred, td); in kern_fhopen()
H A Dkern_event.c136 .fo_truncate = invfo_truncate,
H A Duipc_mqueue.c2665 .fo_truncate = invfo_truncate,
H A Dvfs_vnops.c113 .fo_truncate = vn_truncate,
H A Dkern_descrip.c4975 .fo_truncate = badfo_truncate,