Lines Matching refs:HmdfsDentry
50 struct HmdfsDentry {
69 HmdfsDentry nsl[DENTRY_PER_GROUP];
280 HmdfsDentry *de;
412 static HmdfsDentry *FindInBlock(HmdfsDentryGroup &dentryBlk, uint32_t namehash, const std::string &name)
416 HmdfsDentry *de = nullptr;
441 static HmdfsDentry *InLevel(uint32_t level, DcacheLookupCtx *ctx)
444 HmdfsDentry *de = nullptr;
486 static HmdfsDentry *FindDentry(DcacheLookupCtx *ctx)
490 HmdfsDentry *de = InLevel(level, ctx);
509 HmdfsDentry *de = FindDentry(&ctx);
542 struct HmdfsDentry *de = FindDentry(&ctx);
568 struct HmdfsDentry *de = FindDentry(&ctx);