Searched refs:blockLoad (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/paqfs/ |
| H A D | paqfs.c | 96 Block *blockLoad(ulong addr, int type); 465 ptr = blockLoad(f->paq->dir->offset, PointerBlock); in readdir() 472 b = blockLoad(getl(ptr->data + i*4), DirBlock); in readdir() 496 b = blockLoad(getl(ptr->data + i*4), DirBlock); in readdir() 531 ptr = blockLoad(pd->offset, PointerBlock); in rread() 539 b = blockLoad(getl(ptr->data + i*4), DataBlock); in rread() 671 blockLoad(ulong addr, int type) in blockLoad() function 748 ptr = blockLoad(s->dir->offset, PointerBlock); in paqWalk() 753 b = blockLoad(getl(ptr->data+i*4), DirBlock); in paqWalk() 915 b = blockLoad(tlr.root, DirBlock); in init()
|