Searched refs:fAttrCache (Results 1 – 3 of 3) sorted by relevance
28 fAttrCache(NULL), in Inode()106 inode->fAttrCache = new DirectoryCache(inode, true); in CreateInode()146 delete fAttrCache; in ~Inode()279 DirectoryCache* cache = type != NF4NAMEDATTR ? fCache : fAttrCache; in Remove()357 DirectoryCache* cache = attribute ? from->fAttrCache : from->fCache; in Rename()371 cache = attribute ? to->fAttrCache : to->fCache; in Rename()
152 DirectoryCache* fAttrCache; variable
317 DirectoryCache* cache = cookie->fAttrDir ? fAttrCache : fCache; in ReadDir()