Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c146 static fo_truncate_t pipe_truncate; variable
159 .fo_truncate = pipe_truncate,
1399 pipe_truncate(struct file *fp, off_t length, struct ucred *active_cred, in pipe_truncate() function