Searched refs:invfo_truncate (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 69 .fo_truncate = invfo_truncate,
|
H A D | sys_procdesc.c | 102 .fo_truncate = invfo_truncate,
|
H A D | sys_timerfd.c | 365 .fo_truncate = invfo_truncate,
|
H A D | tty_pts.c | 603 .fo_truncate = invfo_truncate,
|
H A D | sys_socket.c | 102 .fo_truncate = invfo_truncate,
|
H A D | uipc_sem.c | 146 .fo_truncate = invfo_truncate,
|
H A D | sys_pipe.c | 1409 error = invfo_truncate(fp, length, active_cred, td); in pipe_truncate()
|
H A D | kern_event.c | 133 .fo_truncate = invfo_truncate,
|
H A D | kern_descrip.c | 5325 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() function
|
/freebsd/sys/sys/ |
H A D | file.h | 272 fo_truncate_t invfo_truncate; variable
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 1743 .fo_truncate = invfo_truncate,
|