Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/test/stress2/misc/
HDnfsdelegation.sh47 [ `sysctl -n sysctl vfs.timestamp_precision` -ne 3 ] &&
/freebsd-14-stable/sys/kern/
HDvfs_subr.c1107 static int timestamp_precision = TSP_USEC; variable
1108 SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW,
1109 &timestamp_precision, 0, "File timestamp precision (0: seconds, "
1121 switch (timestamp_precision) { in vfs_timestamp()