Searched refs:kern_fchmodat (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 725 return (kern_fchmodat(td, AT_FDCWD, args->path, UIO_USERSPACE, in linux_chmod() 736 return (kern_fchmodat(td, dfd, args->filename, UIO_USERSPACE, in linux_fchmodat()
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | 165 int kern_fchmodat(struct thread *td, int fd, const char *path,
|
/freebsd/sys/kern/ |
H A D | vfs_syscalls.c | 3007 return (kern_fchmodat(td, AT_FDCWD, uap->path, UIO_USERSPACE, in sys_chmod() 3023 return (kern_fchmodat(td, uap->fd, uap->path, UIO_USERSPACE, in sys_fchmodat() 3040 return (kern_fchmodat(td, AT_FDCWD, uap->path, UIO_USERSPACE, in sys_lchmod() 3045 kern_fchmodat(struct thread *td, int fd, const char *path, in kern_fchmodat() function
|