Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h94 enum uio_seg pathseg, int flags, int mode);
102 int kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg);
148 enum uio_seg pathseg);
153 size_t nbytes, int follow, enum uio_seg pathseg);
158 enum uio_seg pathseg);
163 size_t nbytes, int follow, enum uio_seg pathseg);
165 enum uio_seg pathseg, mode_t mode, int flag);
167 enum uio_seg pathseg, int uid, int gid, int flag);
187 enum uio_seg pathseg, fhandle_t *fhp, enum uio_seg fhseg);
230 int kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
[all …]
/freebsd/sys/kern/
H A Dvfs_syscalls.c94 enum uio_seg pathseg, u_long flags, int atflag);
104 enum uio_seg pathseg, fhandle_t *fhp);
327 kern_statfs(struct thread *td, const char *path, enum uio_seg pathseg, in kern_statfs() argument
334 NDINIT(&nd, LOOKUP, FOLLOW | AUDITVNODE1, pathseg, path); in kern_statfs()
946 kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg) in kern_chdir() argument
952 pathseg, path); in kern_chdir()
1160 enum uio_seg pathseg, int flags, int mode, struct file **fpp) in openatfp() argument
1209 pathseg, path, dirfd, &rights); in openatfp()
1314 enum uio_seg pathseg, int flags, int mode) in kern_openat() argument
1316 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.c3253 size_t size, int flags, enum uio_seg pathseg) in kern___realpathat() argument
3262 pathseg, path, fd, &cap_fstat_rights); in kern___realpathat()
3298 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.c680 linux_unlinkat_impl(struct thread *td, enum uio_seg pathseg, const char *path, in linux_unlinkat_impl() argument
687 error = kern_frmdirat(td, dfd, path, FD_NONE, pathseg, 0); in linux_unlinkat_impl()
689 error = kern_funlinkat(td, dfd, path, FD_NONE, pathseg, 0, 0); in linux_unlinkat_impl()
693 pathseg, &st) == 0 && S_ISDIR(st.st_mode)) in linux_unlinkat_impl()