Lines Matching defs:follow
1729 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT, pb);
2115 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | TRYEMULROOT, pb);
2611 const char *link, int follow, register_t *retval)
2619 if (follow & AT_SYMLINK_FOLLOW)
2696 int follow;
2698 follow = SCARG(uap, flags) & AT_SYMLINK_FOLLOW;
2700 return do_sys_linkat(l, fd1, name1, fd2, name2, follow, retval);
3178 nd_flag = FOLLOW | LOCKLEAF | LOCKSHARED | TRYEMULROOT;
3180 nd_flag &= ~FOLLOW;
3293 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb);
3300 * Get file status; this version does not follow links.
3337 nd_flag = FOLLOW;
3382 FOLLOW);
3527 * not follow links.
3645 * Change mode of a file given path name; this version does not follow links.
3823 * Set ownership given a path name; this version does not follow links.
3850 * Set ownership given a path name; this version does not follow links.
3952 return do_sys_utimes(l, NULL, SCARG(uap, path), FOLLOW,
4002 * version does not follow links.
4027 int follow;
4032 follow = (SCARG(uap, flag) & AT_SYMLINK_NOFOLLOW) ? NOFOLLOW : FOLLOW;
4035 SCARG(uap, path), follow, tptr, UIO_USERSPACE);
4064 * I have checked all callers and they pass either FOLLOW,
4070 KASSERT(flag == NOFOLLOW || flag == FOLLOW);
4071 sflags = (flag == FOLLOW) ?