Searched refs:fo_truncate (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dfile.h118 fo_truncate_t *fo_truncate; member in struct:fileops
280 static __inline fo_truncate_t fo_truncate; variable
307 fo_truncate(struct file *fp, off_t length, struct ucred *active_cred, function
311 return ((*fp->f_ops->fo_truncate)(fp, length, active_cred, td));
/freebsd-10.0-release/sys/dev/streams/
H A Dstreams.c93 .fo_truncate = soo_truncate,
/freebsd-10.0-release/sys/kern/
H A Dsys_socket.c61 .fo_truncate = soo_truncate,
H A Dsys_procdesc.c108 .fo_truncate = procdesc_truncate,
H A Dtty_pts.c594 .fo_truncate = ptsdev_truncate,
H A Dsys_pipe.c159 .fo_truncate = pipe_truncate,
1339 return (vnops.fo_truncate(fp, length, active_cred, td));
H A Duipc_sem.c144 .fo_truncate = ksem_truncate,
H A Duipc_shm.c129 .fo_truncate = shm_truncate,
H A Dsys_generic.c600 error = fo_truncate(fp, length, td->td_ucred, td);
H A Dvfs_vnops.c96 .fo_truncate = vn_truncate,
H A Dvfs_syscalls.c1147 error = fo_truncate(fp, 0, td->td_ucred, td);
4366 error = fo_truncate(fp, 0, td->td_ucred, td);
H A Dkern_event.c122 .fo_truncate = kqueue_truncate,
H A Duipc_mqueue.c2606 .fo_truncate = mqf_truncate,
H A Dkern_descrip.c3961 .fo_truncate = badfo_truncate,
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c1645 return (vnops.fo_truncate(fp, length, cred, td));
1695 .fo_truncate = devfs_truncate_f,
/freebsd-10.0-release/sys/opencrypto/
H A Dcryptodev.c299 .fo_truncate = cryptof_truncate,

Completed in 239 milliseconds