Lines Matching refs:EXT3_SB
357 hinfo->hash_version += EXT3_SB(dir->i_sb)->s_hash_unsigned; in dx_probe()
358 hinfo->seed = EXT3_SB(dir->i_sb)->s_hash_seed; in dx_probe()
625 hinfo.hash_version = EXT3_SB(dir->i_sb)->s_def_hash_version; in ext3_htree_fill_tree()
628 EXT3_SB(dir->i_sb)->s_hash_unsigned; in ext3_htree_fill_tree()
629 hinfo.seed = EXT3_SB(dir->i_sb)->s_hash_seed; in ext3_htree_fill_tree()
1391 root->info.hash_version = EXT3_SB(dir->i_sb)->s_def_hash_version; in make_indexed_dir()
1400 hinfo.hash_version += EXT3_SB(dir->i_sb)->s_hash_unsigned; in make_indexed_dir()
1401 hinfo.seed = EXT3_SB(dir->i_sb)->s_hash_seed; in make_indexed_dir()
1973 mutex_lock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
1993 BUFFER_TRACE(EXT3_SB(sb)->s_sbh, "get_write_access"); in ext3_orphan_add()
1994 err = ext3_journal_get_write_access(handle, EXT3_SB(sb)->s_sbh); in ext3_orphan_add()
2003 NEXT_ORPHAN(inode) = le32_to_cpu(EXT3_SB(sb)->s_es->s_last_orphan); in ext3_orphan_add()
2004 EXT3_SB(sb)->s_es->s_last_orphan = cpu_to_le32(inode->i_ino); in ext3_orphan_add()
2005 err = ext3_journal_dirty_metadata(handle, EXT3_SB(sb)->s_sbh); in ext3_orphan_add()
2019 list_add(&EXT3_I(inode)->i_orphan, &EXT3_SB(sb)->s_orphan); in ext3_orphan_add()
2025 mutex_unlock(&EXT3_SB(sb)->s_orphan_lock); in ext3_orphan_add()
2043 mutex_lock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()
2049 sbi = EXT3_SB(inode->i_sb); in ext3_orphan_del()
2095 mutex_unlock(&EXT3_SB(inode->i_sb)->s_orphan_lock); in ext3_orphan_del()