Searched defs:fscache (Results 1 – 1 of 1) sorted by relevance
87 struct fscache { struct93 struct cachefscache *fs_cache; /* back ptr to cache struct */ argument99 int fs_ref; /* ref count on fscache */ argument100 int fs_cnodecnt; /* cnt of cnodes on fscache */ argument107 struct fscache *fs_next; /* ptr to next fscache */ argument108 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 …]