Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dorphan.c230 __u32 ino_next; in ext4_orphan_del() local
266 ino_next = NEXT_ORPHAN(inode); in ext4_orphan_del()
268 ext4_debug("superblock will point to %u\n", ino_next); in ext4_orphan_del()
277 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
288 i_prev->i_ino, ino_next); in ext4_orphan_del()
294 NEXT_ORPHAN(i_prev) = ino_next; in ext4_orphan_del()