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

/linux-master/fs/hpfs/
H A Ddnode.c433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to) function
446 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top"))
451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x",
459 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno);
477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to);
483 hpfs_error(i->i_sb, "move_to_top: dnode %08x doesn't point down to %08x", up, dno);
734 dnode_secno a = move_to_top(i, down, dno);

Completed in 123 milliseconds