Home
last modified time | relevance | path

Searched defs:fscache (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fscache.h87 struct fscache { struct
93 struct cachefscache *fs_cache; /* back ptr to cache struct */ argument
99 int fs_ref; /* ref count on fscache */ argument
100 int fs_cnodecnt; /* cnt of cnodes on fscache */ argument
107 struct fscache *fs_next; /* ptr to next fscache */ argument
108 struct cachefs_workq fs_workq; /* async thread work queue */
110 kmutex_t fs_fslock; /* contents lock */
112 struct vnode *fs_dlogfile; /* log file */
113 off_t fs_dlogoff; /* offset into log file */
114 uint_t fs_dlogseq; /* sequence number */
[all …]