Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dvfs_acl.c439 error = getvnode(td, uap->filedes, in sys___acl_get_fd()
459 error = getvnode(td, uap->filedes, in sys___acl_set_fd()
515 error = getvnode(td, uap->filedes, in sys___acl_delete_fd()
572 error = getvnode(td, uap->filedes, in sys___acl_aclcheck_fd()
H A Dvfs_extattr.c245 error = getvnode(td, uap->fd, in sys_extattr_set_fd()
412 error = getvnode(td, uap->fd, in sys_extattr_get_fd()
547 error = getvnode(td, uap->fd, in sys_extattr_delete_fd()
695 error = getvnode(td, uap->fd, in sys_extattr_list_fd()
H A Dvfs_syscalls.c360 error = getvnode(td, fd, &cap_fstatfs_rights, &fp); in kern_fstatfs()
842 error = getvnode(td, uap->fd, &cap_fchdir_rights, in sys_fchdir()
2685 error = getvnode(td, uap->fd, &cap_fchflags_rights, in sys_fchflags()
3190 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimes()
3224 error = getvnode(td, fd, &cap_futimes_rights, &fp); in kern_futimens()
3380 error = getvnode(td, fd, &cap_fsync_rights, &fp); in kern_fsync()
3979 error = getvnode(td, fd, &cap_read_rights, &fp); in kern_getdirentries()
4112 getvnode(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in getvnode() function
H A Dvfs_subr.c406 error = getvnode(curthread, fd, &cap_fcntl_rights, &fp); in sysctl_ftry_reclaim_vnode()
/freebsd-12.1/sys/sys/
H A Dfiledesc.h191 int getvnode(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd-12.1/sys/security/mac_veriexec/
H A Dmac_veriexec.c637 error = getvnode(td, (uintptr_t) arg, cap_rights_init(&rights, in mac_veriexec_syscall()
/freebsd-12.1/sys/dev/filemon/
H A Dfilemon_wrapper.c187 if (getvnode(td, fd, in _filemon_wrapper_openat()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_misc.c334 error = getvnode(td, uap->fd, cap_rights_init(&rights, CAP_READ), &fp); in ibcs2_getdents()
487 error = getvnode(td, uap->fd, cap_rights_init(&rights, CAP_READ), &fp); in ibcs2_read()
/freebsd-12.1/sys/fs/fdescfs/
H A Dfdesc_vnops.c498 error = getvnode(td, fd, in fdesc_setattr()
/freebsd-12.1/sys/compat/cloudabi/
H A Dcloudabi_file.c397 error = getvnode(td, uap->fd, &cap_read_rights, &fp); in cloudabi_sys_file_readdir()
/freebsd-12.1/sys/security/audit/
H A Daudit_arg.c975 if (getvnode(td, fd, cap_rights_init(&rights), &fp) != 0) in audit_sysclose()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_file.c277 error = getvnode(td, fd, &cap_read_rights, &fp); in linux_getdents_error()
/freebsd-12.1/sys/ufs/ffs/
H A Dffs_alloc.c3162 if ((error = getvnode(td, cmd.handle, in sysctl_ffs_fsck()
3492 if ((error = getvnode(td, cmd.value, in sysctl_ffs_fsck()