Searched refs:timestamp_precision (Results 1 – 2 of 2) sorted by relevance
47 [ `sysctl -n sysctl vfs.timestamp_precision` -ne 3 ] &&
1140 static int timestamp_precision = TSP_USEC; variable1141 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,1142 ×tamp_precision, 0, "File timestamp precision (0: seconds, "1154 switch (timestamp_precision) { in vfs_timestamp()