Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c996 static int timestamp_precision = TSP_USEC; variable
997 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
998 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
1010 switch (timestamp_precision) { in vfs_timestamp()