Home
last modified time | relevance | path

Searched refs:pathseg (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dsyscallsubr.h96 enum uio_seg pathseg, int flags, int mode);
104 int kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg);
150 enum uio_seg pathseg);
155 size_t nbytes, int follow, enum uio_seg pathseg);
160 enum uio_seg pathseg);
165 size_t nbytes, int follow, enum uio_seg pathseg);
167 enum uio_seg pathseg, mode_t mode, int flag);
169 enum uio_seg pathseg, int uid, int gid, int flag);
189 enum uio_seg pathseg, fhandle_t *fhp, enum uio_seg fhseg);
233 int kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
[all...]
/freebsd/sys/kern/
H A Dvfs_syscalls.c93 enum uio_seg pathseg, u_long flags, int atflag);
103 enum uio_seg pathseg, fhandle_t *fhp);
324 kern_statfs(struct thread *td, const char *path, enum uio_seg pathseg, in kern_statfs() argument
331 NDINIT(&nd, LOOKUP, FOLLOW | AUDITVNODE1, pathseg, path); in kern_statfs()
947 kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg) in kern_chdir() argument
953 pathseg, path); in kern_chdir()
1224 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in openatfp() argument
1261 pathseg, path, dirfd, &rights); in openatfp()
1349 enum uio_seg pathseg, int flags, int mode) in kern_openat() argument
1351 return (openatfp(td, dirfd, path, pathseg, flags, mode, NULL)); in kern_openat()
[all …]
H A Dvfs_extattr.c318 enum uio_seg pathseg) in kern_extattr_set_path() argument
326 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path); in kern_extattr_set_path()
504 enum uio_seg pathseg) in kern_extattr_get_path() argument
512 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path); in kern_extattr_get_path()
656 const char *attrname, int follow, enum uio_seg pathseg) in kern_extattr_delete_path() argument
664 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path); in kern_extattr_delete_path()
836 struct uio *auiop, int follow, enum uio_seg pathseg) in kern_extattr_list_path() argument
842 NDINIT(&nd, LOOKUP, follow | AUDITVNODE1, pathseg, path); in kern_extattr_list_path()
H A Dvfs_cache.c3282 size_t size, int flags, enum uio_seg pathseg) in kern___realpathat() argument
3291 pathseg, path, fd, &cap_fstat_rights); in kern___realpathat()
3327 else if (pathseg == UIO_USERSPACE) in kern___realpathat()
/freebsd/sys/compat/linux/
H A Dlinux_stats.c90 enum uio_seg pathseg, struct stat *sbp) in linux_kern_statat() argument
101 AUDITVNODE1, pathseg, path, fd, &cap_fstat_rights); in linux_kern_statat()
123 linux_kern_stat(struct thread *td, const char *path, enum uio_seg pathseg, in linux_kern_stat() argument
127 return (linux_kern_statat(td, 0, AT_FDCWD, path, pathseg, sbp)); in linux_kern_stat()
131 linux_kern_lstat(struct thread *td, const char *path, enum uio_seg pathseg, in linux_kern_lstat() argument
136 pathseg, sbp)); in linux_kern_lstat()
H A Dlinux_file.c724 linux_unlinkat_impl(struct thread *td, enum uio_seg pathseg, const char *path, in linux_chmod()
731 error = kern_frmdirat(td, dfd, path, FD_NONE, pathseg, 0); in linux_fchmodat()
733 error = kern_funlinkat(td, dfd, path, FD_NONE, pathseg, 0, 0); in linux_fchmodat()
737 pathseg, &st) == 0 && S_ISDIR(st.st_mode)) in linux_fchmodat()
682 linux_unlinkat_impl(struct thread * td,enum uio_seg pathseg,const char * path,int dfd,struct linux_unlinkat_args * args) linux_unlinkat_impl() argument