Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dnfsdelegation.sh47 [ `sysctl -n sysctl vfs.timestamp_precision` -ne 3 ] &&
/freebsd/sys/kern/
H A Dvfs_subr.c1100 static int timestamp_precision = TSP_USEC; variable
1101 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
1102 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
1114 switch (timestamp_precision) { in vfs_timestamp()