Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_acl.c438 error = getvnode(td, uap->filedes, in sys___acl_get_fd()
458 error = getvnode(td, uap->filedes, in sys___acl_set_fd()
514 error = getvnode(td, uap->filedes, in sys___acl_delete_fd()
571 error = getvnode(td, uap->filedes, in sys___acl_aclcheck_fd()
H A Dvfs_syscalls.c2822 error = getvnode(td, uap->fd, &cap_fchflags_rights, in sys_fchflags()
3330 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimes()
3366 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimens()
3531 error = getvnode(td, fd, &cap_fsync_rights, &fp); in kern_fsync()
3879 error = getvnode(td, fd, cap_rights_init_one(&rights, in kern_frmdirat()
4165 error = getvnode(td, fd, &cap_read_rights, &fp); in kern_getdirentries()
4335 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() function
H A Dvfs_subr.c439 error = getvnode(curthread, fd, &cap_fcntl_rights, &fp); in sysctl_ftry_reclaim_vnode()
/freebsd-13.1/sys/sys/
H A Dfiledesc.h266 int getvnode(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd-13.1/sys/dev/filemon/
H A Dfilemon_wrapper.c187 if (getvnode(td, fd, in _filemon_wrapper_openat()
/freebsd-13.1/sys/security/mac_veriexec/
H A Dmac_veriexec.c659 error = getvnode(td, (uintptr_t) arg, in mac_veriexec_syscall()
/freebsd-13.1/sys/fs/fdescfs/
H A Dfdesc_vnops.c508 error = getvnode(td, fd, in fdesc_setattr()
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_file.c398 error = getvnode(td, uap->fd, &cap_read_rights, &fp); in cloudabi_sys_file_readdir()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c412 error = getvnode(td, fd, &cap_read_rights, &fp); in linux_getdents_error()
/freebsd-13.1/sys/ufs/ffs/
H A Dffs_alloc.c3230 if ((error = getvnode(td, cmd.handle, in sysctl_ffs_fsck()