Lines Matching refs:follow
1730 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT, pb);
2116 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | TRYEMULROOT, pb);
2612 const char *link, int follow, register_t *retval)
2620 if (follow & AT_SYMLINK_FOLLOW)
2697 int follow;
2699 follow = SCARG(uap, flags) & AT_SYMLINK_FOLLOW;
2701 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
3179 nd_flag = FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT;
3181 nd_flag &= ~FOLLOW;
3294 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb);
3301 * Get file status; this version does not follow links.
3338 nd_flag = FOLLOW;
3383 FOLLOW);
3528 * not follow links.
3646 * Change mode of a file given path name; this version does not follow links.
3824 * Set ownership given a path name; this version does not follow links.
3851 * Set ownership given a path name; this version does not follow links.
3953 return do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW,
4003 * version does not follow links.
4028 int follow;
4033 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
4036 SCARG(uap, path), follow, tptr, UIO_USERSPACE);
4065 * I have checked all callers and they pass either FOLLOW,
4071 KASSERT(flag == NOFOLLOW || flag == FOLLOW);
4072 sflags = (flag == FOLLOW) ?