Home
last modified time | relevance | path

Searched refs:getvnode_path (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_extattr.c255 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 Dvfs_acl.c436 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 Dvfs_syscalls.c376 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 Dfiledesc.h280 int getvnode_path(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c504 error = getvnode_path(td, fd, in fdesc_setattr()