Home
last modified time | relevance | path

Searched refs:ino_next (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ext4/
Dnamei.c2959 __u32 ino_next; in ext4_orphan_del() local
2992 ino_next = NEXT_ORPHAN(inode); in ext4_orphan_del()
2994 jbd_debug(4, "superblock will point to %u\n", ino_next); in ext4_orphan_del()
3001 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
3010 i_prev->i_ino, ino_next); in ext4_orphan_del()
3016 NEXT_ORPHAN(i_prev) = ino_next; in ext4_orphan_del()