Searched refs:si_blocks (Results 1 – 4 of 4) sorted by relevance
55 unsigned int si_blocks; member88 for (b = 0; b < si->si_blocks; b++) { in ocfs2_update_slot_info_extended()142 BUG_ON(si->si_blocks == 0); in ocfs2_refresh_slot_info()145 trace_ocfs2_refresh_slot_info(si->si_blocks); in ocfs2_refresh_slot_info()152 ret = ocfs2_read_blocks(INODE_CACHE(si->si_inode), -1, si->si_blocks, in ocfs2_refresh_slot_info()173 BUG_ON(blkind >= si->si_blocks); in ocfs2_update_disk_slot_extended()328 for (i = 0; i < si->si_blocks; i++) { in __ocfs2_free_slot_info()369 si->si_blocks = blocks; in ocfs2_map_slot_buffers()370 if (!si->si_blocks) in ocfs2_map_slot_buffers()383 trace_ocfs2_map_slot_buffers(bytes, si->si_blocks); in ocfs2_map_slot_buffers()[all …]
230 buf->f_blocks = info->si_blocks; in bfs_statfs()378 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()385 bh = sb_bread(s, info->si_blocks - 1); in bfs_fill_super()387 printf("Last block not available: %lu\n", info->si_blocks - 1); in bfs_fill_super()417 if (i_sblock > info->si_blocks || in bfs_fill_super()418 i_eblock > info->si_blocks || in bfs_fill_super()
96 if (phys >= info->si_blocks) in bfs_get_block()120 if (phys + block >= info->si_blocks) { in bfs_get_block()
14 unsigned long si_blocks; member