Searched refs:getvnode_path (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 255 error = getvnode_path(td, fd, in kern_extattr_set_fd() 443 error = getvnode_path(td, fd, in kern_extattr_get_fd() 599 error = getvnode_path(td, fd, in kern_extattr_delete_fd() 766 error = getvnode_path(td, fd, in kern_extattr_list_fd()
|
H A D | vfs_acl.c | 436 error = getvnode_path(td, uap->filedes, in sys___acl_get_fd() 571 error = getvnode_path(td, uap->filedes, in sys___acl_aclcheck_fd()
|
H A D | vfs_syscalls.c | 376 error = getvnode_path(td, fd, &cap_fstatfs_rights, &fp); in kern_fstatfs() 901 error = getvnode_path(td, uap->fd, &cap_fchdir_rights, in sys_fchdir() 1048 error = getvnode_path(td, uap->fd, &cap_fchroot_rights, &fp); in sys_fchroot() 1980 error = getvnode_path(td, fd, &cap_no_rights, &fp); in kern_funlinkat() 4366 getvnode_path(struct thread *td, int fd, cap_rights_t *rightsp, in getvnode_path() function 4408 error = getvnode_path(td, fd, rightsp, fpp); in getvnode()
|
/freebsd/sys/sys/ |
H A D | filedesc.h | 280 int getvnode_path(struct thread *td, int fd, cap_rights_t *rightsp,
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vnops.c | 504 error = getvnode_path(td, fd, in fdesc_setattr()
|