Lines Matching refs:dcache
33 The dcache normally contains a proper prefix of any given filesystem
34 tree. This means that if any filesystem object is in the dcache, then
35 all of the ancestors of that filesystem object are also in the dcache.
40 However when objects are included into the dcache by interpreting a
43 the dcache that are not needed for normal filesystem access.
45 1/ The dcache must sometimes contain objects that are not part of the
47 2/ The dcache must be prepared for a newly found (via ->lookup) directory
51 it is a dcache invariant that directories only have one dentry.
53 To implement these features, the dcache has:
61 kept in the dcache. If a dentry that is not already in the dcache
142 in the dcache which are too messy to work with.