Lines Matching +defs:src +defs:fp

574 	struct file *fp, *fp2;  in kern_fcntl()  local
1400 closefp_impl(struct filedesc *fdp, int fd, struct file *fp, struct thread *td, in closefp_impl()
1441 closefp_hl(struct filedesc *fdp, int fd, struct file *fp, struct thread *td, in closefp_hl()
1475 closefp(struct filedesc *fdp, int fd, struct file *fp, struct thread *td, in closefp()
1508 struct file *fp; in kern_close() local
1555 struct file *fp; in close_range_impl() local
1723 struct file *fp; in kern_fstat() local
1804 struct file *fp; in kern_fpathconf() local
1846 filecaps_copy(const struct filecaps *src, struct filecaps *dst, bool locked) in filecaps_copy()
1866 filecaps_copy_prep(const struct filecaps *src) in filecaps_copy_prep()
1883 filecaps_copy_finish(const struct filecaps *src, struct filecaps *dst, in filecaps_copy_finish()
1903 filecaps_move(struct filecaps *src, struct filecaps *dst) in filecaps_move()
2192 struct file *fp; in falloc_caps() local
2221 struct file *fp; in _falloc_noinstall() local
2251 falloc_abort(struct thread *td, struct file *fp) in falloc_abort()
2265 _finstall(struct filedesc *fdp, struct file *fp, int fd, int flags, in _finstall()
2291 finstall_refed(struct thread *td, struct file *fp, int *fd, int flags, in finstall_refed()
2309 finstall(struct thread *td, struct file *fp, int *fd, int flags, in finstall()
2522 struct file *fp; in fdcopy() local
2629 struct file *fp; in fdclearlocks() local
2708 struct file *fp; in fdescfree_fds() local
2801 is_unsafe(struct file *fp) in is_unsafe()
2819 struct file *fp; in fdsetugidsafety() local
2850 fdclose(struct thread *td, struct file *fp, int idx) in fdclose()
2871 struct file *fp; in fdcloseexec() local
2942 closef(struct file *fp, struct thread *td) in closef()
3015 closef_nothread(struct file *fp) in closef_nothread()
3029 finit(struct file *fp, u_int flag, short type, void *data, in finit()
3039 finit_vnode(struct file *fp, u_int flag, void *data, const struct fileops *ops) in finit_vnode()
3086 struct file *fp; in fget_cap() local
3138 struct file *fp; in fget_remote() local
3172 struct file *fp; in fget_remote_foreach() local
3214 struct file *fp; in fgetvp_lookup_smr() local
3285 struct file *fp; in fgetvp_lookup_smr() local
3326 struct file *fp; in fgetvp_lookup() local
3413 struct file *fp; in fget_unlocked_seq() local
3471 struct file *fp; in fget_unlocked_seq() local
3521 struct file *fp; in fget_unlocked_flags() local
3600 struct file *fp; in fget_only_user() local
3627 struct file *fp; in fget_only_user() local
3662 struct file *fp; in _fget() local
3725 struct file *fp; in fget_mmap() local
3815 struct file *fp; in _fgetvp() local
3846 struct file *fp; in fgetvp_rights() local
3906 _fdrop(struct file *fp, struct thread *td) in _fdrop()
3938 struct file *fp; in sys_flock() local
3988 struct file *fp; in dupfdopen() local
4095 struct file *fp; in chroot_refuse_vdir_fds() local
4521 struct file *fp; in descrip_check_write_mp() local
4637 struct file *fp; in sysctl_kern_file() local
4768 export_file_to_kinfo(struct file *fp, int fd, cap_rights_t *rightsp, in export_file_to_kinfo()
4849 export_file_to_sb(struct file *fp, int fd, cap_rights_t *rightsp, in export_file_to_sb()
4890 struct file *fp; in kern_proc_filedesc_out() local
5093 struct file *fp; in sysctl_kern_proc_ofiledesc() local
5322 file_to_first_proc(struct file *fp) in file_to_first_proc()
5343 db_print_file(struct file *fp, int header) in db_print_file()
5364 struct file *fp; in DB_SHOW_COMMAND() local
5377 struct file *fp; in DB_SHOW_COMMAND_FLAGS() local
5431 badfo_readwrite(struct file *fp, struct uio *uio, struct ucred *active_cred, in badfo_readwrite()
5439 badfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in badfo_truncate()
5447 badfo_ioctl(struct file *fp, u_long com, void *data, struct ucred *active_cred, in badfo_ioctl()
5455 badfo_poll(struct file *fp, int events, struct ucred *active_cred, in badfo_poll()
5463 badfo_kqfilter(struct file *fp, struct knote *kn) in badfo_kqfilter()
5470 badfo_stat(struct file *fp, struct stat *sb, struct ucred *active_cred) in badfo_stat()
5477 badfo_close(struct file *fp, struct thread *td) in badfo_close()
5484 badfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in badfo_chmod()
5492 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in badfo_chown()
5500 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, in badfo_sendfile()
5509 badfo_fill_kinfo(struct file *fp, struct kinfo_file *kif, struct filedesc *fdp) in badfo_fill_kinfo()
5531 path_poll(struct file *fp, int events, struct ucred *active_cred, in path_poll()
5538 path_close(struct file *fp, struct thread *td) in path_close()
5564 invfo_rdwr(struct file *fp, struct uio *uio, struct ucred *active_cred, in invfo_rdwr()
5572 invfo_truncate(struct file *fp, off_t length, struct ucred *active_cred, in invfo_truncate()
5580 invfo_ioctl(struct file *fp, u_long com, void *data, in invfo_ioctl()
5588 invfo_poll(struct file *fp, int events, struct ucred *active_cred, in invfo_poll()
5596 invfo_kqfilter(struct file *fp, struct knote *kn) in invfo_kqfilter()
5603 invfo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, in invfo_chmod()
5611 invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, in invfo_chown()
5619 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, in invfo_sendfile()