vfs_timestamp
generate current timestamp
- Provided by: freebsd-manpages (Version: 12.2-2)
- Report a bug
generate current timestamp
#include
<sys/param.h>
#include <sys/vnode.h>
void
vfs_timestamp(struct
timespec *tsp);
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:
This manual page was written by Chad David <davidc@acns.ab.ca>.