Lines Matching defs:sb
37 int jfs_umount(struct super_block *sb)
39 struct jfs_sb_info *sbi = JFS_SBI(sb);
47 jfs_info("UnMount JFS: sb:0x%p", sb);
109 updateSuper(sb, FM_CLEAN);
116 rc = lmLogClose(sb);
123 int jfs_umount_rw(struct super_block *sb)
125 struct jfs_sb_info *sbi = JFS_SBI(sb);
152 updateSuper(sb, FM_CLEAN);
154 return lmLogClose(sb);