Home
last modified time | relevance | path

Searched refs:fs_cod_time (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cod.c104 mdp->md_x_time = fscp->fs_cod_time; in c_cod_init_cached_object()
133 (C_CACHE_VALID(mdp->md_x_time, fscp->fs_cod_time)) && in c_cod_check_cached_object()
234 mdp->md_x_time = fscp->fs_cod_time; in c_cod_check_cached_object()
H A Dcachefs_fscache.c459 gethrestime(&fscp->fs_cod_time); in fscache_mounted()
H A Dcachefs_vnops.c1966 gethrestime(&fscp->fs_cod_time); in cachefs_ioctl()
1975 gethrestime(&fscp->fs_cod_time); in cachefs_ioctl()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h141 timestruc_t fs_cod_time; /* time of CoD event */ member