Home
last modified time | relevance | path

Searched refs:cacheLocalData (Results 1 – 6 of 6) sorted by relevance

/plan9-contrib/sys/src/cmd/fossil/
H A Dfns.h28 Block* cacheLocalData(Cache*, u32int, int, u32int, int, u32int);
H A Dcache.c594 cacheLocalData(Cache *c, u32int addr, int type, u32int tag, int mode, u32int epoch) in cacheLocalData() function
627 b = cacheLocalData(c, addr, type, tag, mode, 0); in cacheGlobal()
1515 b = cacheLocalData(c, p->addr, p->type, p->tag, recurse ? OReadOnly : OOverWrite, 0); in doRemoveLink()
1559 b = cacheLocalData(c, p->addr, p->type, p->tag, OReadOnly, 0); in doRemoveLink()
1576 b = cacheLocalData(c, p->addr, p->type, p->tag, OOverWrite, 0); in doRemoveLink()
H A Darchive.c186 b = cacheLocalData(p->c, addr, type, tag, OReadWrite,0); in archWalk()
H A Dsource.c138 b = cacheLocalData(fs->cache, addr, BtDir, RootTag, mode, 0); in sourceRoot()
901 b = cacheLocalData(r->fs->cache, addr, BtDir, r->tag, mode, r->scoreEpoch); in sourceLoadBlock()
H A Dcheck.c132 b = cacheLocalData(chk->cache, a, BtDir, RootTag, OReadOnly, 0); in checkEpoch()
H A Dfs.c79 b = cacheLocalData(fs->cache, super.active, BtDir, RootTag, in fsOpen()