Home
last modified time | relevance | path

Searched refs:invfo_truncate (Results 1 – 10 of 10) sorted by relevance

/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_socket.c108 .fo_truncate = invfo_truncate,
H A Duipc_sem.c148 .fo_truncate = invfo_truncate,
H A Dsys_pipe.c1336 error = invfo_truncate(fp, length, active_cred, td); in pipe_truncate()
H A Dkern_event.c136 .fo_truncate = invfo_truncate,
H A Duipc_mqueue.c2665 .fo_truncate = invfo_truncate,
H A Dkern_descrip.c4996 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() function
/f-stack/freebsd/sys/
H A Dfile.h258 fo_truncate_t invfo_truncate; variable