Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_subr.c1044 static int timestamp_precision = TSP_USEC; variable
1045 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
1046 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
1058 switch (timestamp_precision) { in vfs_timestamp()