Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h418 time_t pcfs_fattime; /* time FAT becomes invalid */ member
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1067 fsp->pcfs_fattime = gethrestime_sec() + PCFS_DISKTIMEOUT; in pc_syncfat()
2563 (gethrestime_sec() < fsp->pcfs_fattime)) { in pc_getfat()
2658 fsp->pcfs_fattime = gethrestime_sec() + PCFS_DISKTIMEOUT; in pc_getfat()