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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c1972 unsigned long ino_next; local
1980 ino_next = NEXT_ORPHAN(inode);
2000 jbd_debug(4, "superblock will point to %lu\n", ino_next);
2005 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next);
2013 i_prev->i_ino, ino_next);
2017 NEXT_ORPHAN(i_prev) = ino_next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c2017 __u32 ino_next; local
2029 ino_next = NEXT_ORPHAN(inode);
2049 jbd_debug(4, "superblock will point to %u\n", ino_next);
2054 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next);
2062 i_prev->i_ino, ino_next);
2066 NEXT_ORPHAN(i_prev) = ino_next;

Completed in 129 milliseconds