Searched refs:fo_truncate (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | file.h | 137 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 D | sys_eventfd.c | 74 .fo_truncate = invfo_truncate,
|
| H A D | sys_procdesc.c | 106 .fo_truncate = invfo_truncate,
|
| H A D | tty_pts.c | 612 .fo_truncate = invfo_truncate,
|
| H A D | sys_pipe.c | 163 .fo_truncate = pipe_truncate, 1334 error = vnops.fo_truncate(fp, length, active_cred, td); in pipe_truncate()
|
| H A D | sys_socket.c | 108 .fo_truncate = invfo_truncate,
|
| H A D | uipc_sem.c | 148 .fo_truncate = invfo_truncate,
|
| H A D | sys_generic.c | 610 error = fo_truncate(fp, length, td->td_ucred, td); in kern_ftruncate()
|
| H A D | uipc_shm.c | 154 .fo_truncate = shm_truncate,
|
| H A D | vfs_syscalls.c | 1191 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 D | kern_event.c | 136 .fo_truncate = invfo_truncate,
|
| H A D | uipc_mqueue.c | 2665 .fo_truncate = invfo_truncate,
|
| H A D | vfs_vnops.c | 113 .fo_truncate = vn_truncate,
|
| H A D | kern_descrip.c | 4975 .fo_truncate = badfo_truncate,
|