Searched refs:s_last_orphan (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dls.c256 if (sb->s_last_orphan)
258 sb->s_last_orphan);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dswapfs.c61 sb->s_last_orphan = ext2fs_swab32(sb->s_last_orphan);
H A Dext2_fs.h427 __u32 s_last_orphan; /* start of list of inodes to delete */ member in struct:ext2_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c374 le32_to_cpu(sbi->s_es->s_last_orphan));
1251 if (!es->s_last_orphan) {
1263 if (es->s_last_orphan)
1266 es->s_last_orphan = 0;
1291 while (es->s_last_orphan) {
1295 ext3_orphan_get(sb, le32_to_cpu(es->s_last_orphan)))) {
1296 es->s_last_orphan = 0;
1694 needs_recovery = (es->s_last_orphan != 0 ||
2346 if (es->s_last_orphan) {
H A Dnamei.c1884 NEXT_ORPHAN(inode) = le32_to_cpu(EXT3_SB(sb)->s_es->s_last_orphan);
1885 EXT3_SB(sb)->s_es->s_last_orphan = cpu_to_le32(inode->i_ino);
1955 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c423 le32_to_cpu(sbi->s_es->s_last_orphan));
1307 if (!es->s_last_orphan) {
1319 if (es->s_last_orphan)
1322 es->s_last_orphan = 0;
1347 while (es->s_last_orphan) {
1351 ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)))) {
1352 es->s_last_orphan = 0;
1765 needs_recovery = (es->s_last_orphan != 0 ||
2420 if (es->s_last_orphan) {
H A Dnamei.c1882 NEXT_ORPHAN(inode) = le32_to_cpu(EXT4_SB(sb)->s_es->s_last_orphan);
1883 EXT4_SB(sb)->s_es->s_last_orphan = cpu_to_le32(inode->i_ino);
1953 sbi->s_es->s_last_orphan = cpu_to_le32(ino_next);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h418 uint32_t s_last_orphan; /* start of list of inodes to delete */ member in struct:ext2_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext2_fs.h407 __u32 s_last_orphan; /* start of list of inodes to delete */ member in struct:ext2_super_block
H A Dext3_fs.h487 __le32 s_last_orphan; /* start of list of inodes to delete */ member in struct:ext3_super_block
H A Dext4_fs.h503 __le32 s_last_orphan; /* start of list of inodes to delete */ member in struct:ext4_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c3272 if (fs->super->s_last_orphan) {
3273 fs->super->s_last_orphan = 0;
11471 if ((ino = fs->super->s_last_orphan) == 0)
11478 fs->super->s_last_orphan = 0;

Completed in 125 milliseconds