Searched refs:invfo_truncate (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_eventfd.c | 67 .fo_truncate = invfo_truncate,
|
H A D | kern_jaildesc.c | 60 .fo_truncate = invfo_truncate,
|
H A D | sys_procdesc.c | 102 .fo_truncate = invfo_truncate,
|
H A D | sys_timerfd.c | 364 .fo_truncate = invfo_truncate,
|
H A D | tty_pts.c | 602 .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 | vfs_inotify.c | 93 .fo_truncate = invfo_truncate,
|
H A D | sys_pipe.c | 1414 error = invfo_truncate(fp, length, active_cred, td); in pipe_truncate()
|
H A D | uipc_mqueue.c | 2689 .fo_truncate = invfo_truncate,
|
H A D | kern_event.c | 141 .fo_truncate = invfo_truncate,
|
H A D | kern_descrip.c | 5522 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate() function
|
/freebsd/sys/sys/ |
H A D | file.h | 279 fo_truncate_t invfo_truncate; variable
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 1798 .fo_truncate = invfo_truncate,
|