Home
last modified time | relevance | path

Searched refs:fAttrCache (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp28 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()
H A DInode.h152 DirectoryCache* fAttrCache; variable
H A DInodeDir.cpp317 DirectoryCache* cache = cookie->fAttrDir ? fAttrCache : fCache; in ReadDir()