HomeSort by: relevance | last modified time | path
    Searched refs:dentread (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
subr.c 280 if (psn->dir && psn->dentread
281 && !REFRESHTIMEOUT(pctx, time(NULL) - psn->dentread))
284 if (psn->dentread) {
310 psn->dentread = time(NULL);
398 psn->dir[idx].attrread = psn->dentread;
psshfs.h 123 time_t dentread; member in struct:psshfs_node
psshfs.c 487 psn->dentread = 0;

Completed in 18 milliseconds