Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dfile.h119 fo_truncate_t *fo_truncate; member
282 static __inline fo_truncate_t fo_truncate; variable
309 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in fo_truncate() function
313 return ((*fp->f_ops->fo_truncate)(fp, length, active_cred, td)); in fo_truncate()
/freebsd-10-stable/sys/dev/streams/
Dstreams.c93 .fo_truncate = soo_truncate,
/freebsd-10-stable/sys/kern/
Dsys_socket.c61 .fo_truncate = soo_truncate,
Dsys_procdesc.c108 .fo_truncate = procdesc_truncate,
Dtty_pts.c597 .fo_truncate = ptsdev_truncate,
Dsys_pipe.c159 .fo_truncate = pipe_truncate,
1330 return (vnops.fo_truncate(fp, length, active_cred, td));
Duipc_sem.c145 .fo_truncate = ksem_truncate,
Duipc_shm.c137 .fo_truncate = shm_truncate,
Dsys_generic.c616 error = fo_truncate(fp, length, td->td_ucred, td);
Dvfs_vnops.c96 .fo_truncate = vn_truncate,
Dkern_event.c122 .fo_truncate = kqueue_truncate,
Dvfs_syscalls.c1118 error = fo_truncate(fp, 0, td->td_ucred, td); in kern_openat()
4502 error = fo_truncate(fp, 0, td->td_ucred, td);
Duipc_mqueue.c2663 .fo_truncate = mqf_truncate,
Dkern_descrip.c4055 .fo_truncate = badfo_truncate,
/freebsd-10-stable/sys/compat/linux/
Dlinux_event.c135 .fo_truncate = eventfd_truncate,
/freebsd-10-stable/sys/fs/devfs/
Ddevfs_vnops.c1694 return (vnops.fo_truncate(fp, length, cred, td)); in devfs_truncate_f()
1746 .fo_truncate = devfs_truncate_f,
/freebsd-10-stable/sys/opencrypto/
Dcryptodev.c299 .fo_truncate = cryptof_truncate,