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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c1248 static int read_super_block(struct super_block *s, int offset) function
1256 reiserfs_warning(s, "sh-2006: read_super_block: "
1277 reiserfs_warning(s, "sh-2007: read_super_block: "
1286 reiserfs_warning(s, "sh-2011: read_super_block: "
1312 "read_super_block: found reiserfs format \"3.6\""
1316 "read_super_block: found reiserfs format \"3.5\""
1320 "sh-2012: read_super_block: found unknown "
1583 if (!read_super_block(s, REISERFS_OLD_DISK_OFFSET_IN_BYTES))
1586 else if (read_super_block(s, REISERFS_DISK_OFFSET_IN_BYTES)) {

Completed in 110 milliseconds