vfs_timestamp(9) freebsd man page | unix.com

Man Page: vfs_timestamp

Operating Environment: freebsd

Section: 9

VFS_TIMESTAMP(9)					   BSD Kernel Developer's Manual					  VFS_TIMESTAMP(9)

NAME
vfs_timestamp -- generate current timestamp
SYNOPSIS
#include <sys/param.h> #include <sys/vnode.h> void vfs_timestamp(struct timespec *tsp);
DESCRIPTION
The vfs_timestamp() function fills in tsp with the current time. The precision is based on the value of the vfs.timestamp_precision sysctl variable: 0 seconds only; nanoseconds are zeroed. 1 seconds and nanoseconds, accurate within 1/HZ. 2 seconds and nanoseconds, truncated to microseconds. >=3 seconds and nanoseconds, maximum precision.
AUTHORS
This manual page was written by Chad David <davidc@acns.ab.ca>.
BSD
November 21, 2001 BSD
Related Man Pages
timeval_to_timespec(3) - netbsd
timespec(3) - netbsd
tis_get_expiration(3) - osf1
insmntque1(9) - freebsd
time_nanosleep(3) - php
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
Is UNIX an open source OS ?
A simple UNIXtime component in Vue.js
Reason for no directory creation date