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