Lines Matching defs:up
521 v7fs_add_leaf(struct v7fs_self *fs, v7fs_daddr_t up, int idx)
528 if (!up)
530 if (!datablock_number_sanity(fs, up))
535 if (!(buf = scratch_read(fs, up)))
539 if (!fs->io.write(fs->io.cookie, buf, up))
670 v7fs_remove_self(struct v7fs_self *fs, v7fs_daddr_t up)
674 if (!datablock_number_sanity(fs, up))
678 down = v7fs_unlink(fs, up, 0);
681 v7fs_datablock_deallocate(fs, up);
687 v7fs_remove_leaf(struct v7fs_self *fs, v7fs_daddr_t up, int n)
691 if (!datablock_number_sanity(fs, up))
695 down = v7fs_unlink(fs, up, n);