Lines Matching defs:pathseg
94 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,
334 NDINIT(&nd, LOOKUP, FOLLOW | AUDITVNODE1, pathseg, path);
946 kern_chdir(struct thread *td, const char *path, enum uio_seg pathseg)
952 pathseg, path);
1160 enum uio_seg pathseg, int flags, int mode, struct file **fpp)
1209 pathseg, path, dirfd, &rights);
1314 enum uio_seg pathseg, int flags, int mode)
1316 return (openatfp(td, dirfd, path, pathseg, flags, mode, NULL));
1321 enum uio_seg pathseg, int flags, int mode, struct file **fpp)
1327 error = openatfp(td, dirfd, path, pathseg, flags, mode, fpp);
1391 kern_mknodat(struct thread *td, int fd, const char *path, enum uio_seg pathseg,
1414 return (kern_mkfifoat(td, fd, path, pathseg, mode));
1426 pathseg, path, fd, &cap_mknodat_rights);
1522 enum uio_seg pathseg, int mode)
1534 pathseg, path, fd, &cap_mkfifoat_rights);
1924 int flag, enum uio_seg pathseg, ino_t oldinum)
1969 enum uio_seg pathseg, int flag, ino_t oldinum)
1990 pathseg, path, dfd, &cap_unlinkat_rights);
2187 enum uio_seg pathseg, int flag, int amode)
2217 AT_EMPTY_PATH), pathseg, path, fd, &cap_fstat_rights);
2499 enum uio_seg pathseg, struct stat *sbp)
2510 AUDITVNODE1, pathseg, path, fd, &cap_fstat_rights);
2659 kern_pathconf(struct thread *td, const char *path, enum uio_seg pathseg,
2666 pathseg, path);
2711 enum uio_seg pathseg, char *buf, enum uio_seg bufseg, size_t count)
2721 EMPTYPATH, pathseg, path, fd);
2861 enum uio_seg pathseg, u_long flags, int atflag)
2872 AT_RESOLVE_BENEATH | AT_EMPTY_PATH) | AUDITVNODE1, pathseg, path,
2992 enum uio_seg pathseg, mode_t mode, int flag)
3003 AT_RESOLVE_BENEATH | AT_EMPTY_PATH) | AUDITVNODE1, pathseg, path,
3104 enum uio_seg pathseg, int uid, int gid, int flag)
3115 AT_RESOLVE_BENEATH | AT_EMPTY_PATH) | AUDITVNODE1, pathseg, path,
3324 enum uio_seg pathseg, const struct timeval *tptr, enum uio_seg tptrseg)
3332 NDINIT_ATRIGHTS(&nd, LOOKUP, FOLLOW | AUDITVNODE1, pathseg, path, fd,
3361 kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,
3370 NDINIT(&nd, LOOKUP, NOFOLLOW | AUDITVNODE1, pathseg, path);
3468 enum uio_seg pathseg, const struct timespec *tptr, enum uio_seg tptrseg,
3483 pathseg, path, fd, &cap_futimes_rights);
3517 kern_truncate(struct thread *td, const char *path, enum uio_seg pathseg,
3530 NDINIT(&nd, LOOKUP, FOLLOW | AUDITVNODE1, pathseg, path);
3694 const char *new, enum uio_seg pathseg, struct nameidata *fromnd)
3699 pathseg, old, oldfd, &cap_renameat_source_rights);
3718 const char *new, enum uio_seg pathseg)
3730 error = kern_renameat_mac(td, oldfd, old, newfd, new, pathseg,
3737 pathseg, old, oldfd, &cap_renameat_source_rights);
3747 NDINIT_ATRIGHTS(&tond, RENAME, tondflags, pathseg, new, newfd,
3935 enum uio_seg pathseg, int flag)
3957 pathseg, path, dfd, &cap_unlinkat_rights);
4483 enum uio_seg pathseg, fhandle_t *fhp, enum uio_seg fhseg)
4496 AT_RESOLVE_BENEATH) | LOCKLEAF | AUDITVNODE1, pathseg, path,
4545 enum uio_seg pathseg, fhandle_t *fhp)
4567 error = kern_linkat_vp(td, vp, fd, path, pathseg);