Searched refs:BlockGet (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp617 zx_status_t VnodeMinfs::BlockGet(Transaction* state, blk_t n, blk_t* bno) { function in class:minfs::VnodeMinfs
1240 if ((status = BlockGet(nullptr, n, &bno)) != ZX_OK) {
1356 if ((status = BlockGet(state, n, &bno))) {
1363 if ((status = BlockGet(state, n, &bno))) {
1824 if ((r = BlockGet(nullptr, rel_bno, &bno)) != ZX_OK) {
H A Dminfs-private.h599 zx_status_t BlockGet(Transaction* state, blk_t n, blk_t* bno);

Completed in 36 milliseconds