Home | History | Annotate | Download | only in kern

Lines Matching refs:file_t

111 static int vn_read(file_t *fp, off_t *offset, struct uio *uio,
113 static int vn_write(file_t *fp, off_t *offset, struct uio *uio,
115 static int vn_closefile(file_t *fp);
116 static int vn_poll(file_t *fp, int events);
117 static int vn_fcntl(file_t *fp, u_int com, void *data);
118 static int vn_statfile(file_t *fp, struct stat *sb);
119 static int vn_ioctl(file_t *fp, u_long com, void *data);
126 static int vn_truncate(file_t *, off_t);
577 vn_readdir(file_t *fp, char *bf, int segflg, u_int count, int *done,
646 vn_read(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred,
686 vn_write(file_t *fp, off_t *offset, struct uio *uio, kauth_cred_t cred,
742 vn_statfile(file_t *fp, struct stat *sb)
817 vn_fcntl(file_t *fp, u_int com, void *data)
830 vn_ioctl(file_t *fp, u_long com, void *data)
914 vn_poll(file_t *fp, int events)
924 vn_kqfilter(file_t *fp, struct knote *kn)
1333 vn_truncate(file_t *fp, off_t length)
1410 vn_closefile(file_t *fp)