Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c261 int link_follow; in cstatat() local
264 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat()
266 if (error = cstatat_getvp(fd, name, link_follow, &vp, &cred)) in cstatat()
384 int link_follow; in cstatat32() local
387 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat32()
389 if (error = cstatat_getvp(fd, name, link_follow, &vp, &cred)) in cstatat32()
492 int link_follow; in cstatat64() local
495 link_follow = (follow == AT_SYMLINK_NOFOLLOW) ? NO_FOLLOW : FOLLOW; in cstatat64()
497 if (error = cstatat_getvp(fd, name, link_follow, &vp, &cred)) in cstatat64()
611 int link_follow; in cstatat64_32() local
[all …]