Lines Matching refs:from
429 * Find dirent with higher name in 'from' subtree and move it to 'to' dnode.
430 * Return the dnode we moved from (to be checked later if it's empty)
433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to)
443 dno = from;
451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x",
477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to);
507 a = hpfs_add_to_dnode(i, to, nde->name, nde->namelen, nde, from);
514 * Check if a dnode is empty and delete it from the tree
709 /* Delete dirent from directory */
766 hpfs_error(s, "hpfs_count_dnodes: pointer to dnode %08x not found in dnode %08x, got here from %08x",