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.c1136 static int timestamp_precision = TSP_USEC; variable
1137 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
1138 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
1150 switch (timestamp_precision) { in vfs_timestamp()