Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dnamei.c2039 unsigned long ino_next; in ext3_orphan_del() local
2047 ino_next = NEXT_ORPHAN(inode); in ext3_orphan_del()
2067 jbd_debug(4, "superblock will point to %lu\n", ino_next); in ext3_orphan_del()
2072 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext3_orphan_del()
2080 i_prev->i_ino, ino_next); in ext3_orphan_del()
2084 NEXT_ORPHAN(i_prev) = ino_next; in ext3_orphan_del()
/linux-4.1.27/fs/ext4/
Dnamei.c2921 __u32 ino_next; in ext4_orphan_del() local
2954 ino_next = NEXT_ORPHAN(inode); in ext4_orphan_del()
2956 jbd_debug(4, "superblock will point to %u\n", ino_next); in ext4_orphan_del()
2963 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next); in ext4_orphan_del()
2972 i_prev->i_ino, ino_next); in ext4_orphan_del()
2978 NEXT_ORPHAN(i_prev) = ino_next; in ext4_orphan_del()