Searched refs:getvnode (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/kern/ |
| H A D | vfs_acl.c | 438 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 D | vfs_syscalls.c | 2822 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 D | vfs_subr.c | 439 error = getvnode(curthread, fd, &cap_fcntl_rights, &fp); in sysctl_ftry_reclaim_vnode()
|
| /freebsd-13.1/sys/sys/ |
| H A D | filedesc.h | 266 int getvnode(struct thread *td, int fd, cap_rights_t *rightsp,
|
| /freebsd-13.1/sys/dev/filemon/ |
| H A D | filemon_wrapper.c | 187 if (getvnode(td, fd, in _filemon_wrapper_openat()
|
| /freebsd-13.1/sys/security/mac_veriexec/ |
| H A D | mac_veriexec.c | 659 error = getvnode(td, (uintptr_t) arg, in mac_veriexec_syscall()
|
| /freebsd-13.1/sys/fs/fdescfs/ |
| H A D | fdesc_vnops.c | 508 error = getvnode(td, fd, in fdesc_setattr()
|
| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_file.c | 398 error = getvnode(td, uap->fd, &cap_read_rights, &fp); in cloudabi_sys_file_readdir()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 412 error = getvnode(td, fd, &cap_read_rights, &fp); in linux_getdents_error()
|
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 3230 if ((error = getvnode(td, cmd.handle, in sysctl_ffs_fsck()
|