Searched refs:move_to_top (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dnode.c | 433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to) in move_to_top() function 446 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top")) in move_to_top() 451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top() 459 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno); in move_to_top() 477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to); in move_to_top() 483 hpfs_error(i->i_sb, "move_to_top: dnode %08x doesn't point down to %08x", up, dno); in move_to_top() 734 dnode_secno a = move_to_top(i, down, dno); in hpfs_remove_dirent()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dnode.c | 433 static secno move_to_top(struct inode *i, dnode_secno from, dnode_secno to) in move_to_top() function 446 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top")) in move_to_top() 451 hpfs_error(i->i_sb, "move_to_top: up pointer from %08x should be %08x, is %08x", in move_to_top() 459 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno); in move_to_top() 477 hpfs_error(i->i_sb, "move_to_top: got to root_dnode while moving from %08x to %08x", from, to); in move_to_top() 483 hpfs_error(i->i_sb, "move_to_top: dnode %08x doesn't point down to %08x", up, dno); in move_to_top() 734 dnode_secno a = move_to_top(i, down, dno); in hpfs_remove_dirent()
|
Completed in 5 milliseconds