Searched refs:TV_TOUCH_PHYSICAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtvtouch.c74 * symlink not followed if (flags&TV_TOUCH_PHYSICAL)
81 #define TV_TOUCH_PHYSICAL 2 macro
142 if (!utimensat(AT_FDCWD, path, ts[0].tv_nsec == UTIME_NOW && ts[1].tv_nsec == UTIME_NOW ? (struct timespec*)0 : ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0))
154 if ((ts[0].tv_nsec != UTIME_NOW || ts[1].tv_nsec != UTIME_NOW) && utimensat(AT_FDCWD, path, ts, (flags & TV_TOUCH_PHYSICAL) ? AT_SYMLINK_NOFOLLOW : 0))

Completed in 43 milliseconds