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

/fuchsia/zircon/system/ulib/minfs/
H A Dvnode.cpp665 zx_status_t VnodeMinfs::WriteExactInternal(Transaction* state, const void* data, function in class:minfs::VnodeMinfs
785 if ((status = WriteExactInternal(state, de, MINFS_DIRENT_SIZE, off)) != ZX_OK) {
902 status = vndir->WriteExactInternal(args->state, de, DirentSize(de->namelen), args->offs.off);
919 zx_status_t status = vndir->WriteExactInternal(args->state, de,
984 if ((status = WriteExactInternal(args->state, de,
999 if ((status = WriteExactInternal(args->state, de, DirentSize(de->namelen),
1662 if ((status = vn->WriteExactInternal(state.get(), bdata, expected, 0)) != ZX_OK) {
H A Dminfs-private.h408 zx_status_t WriteExactInternal(Transaction* state, const void* data, size_t len,

Completed in 30 milliseconds