Home
last modified time | relevance | path

Searched refs:si_blocks (Results 1 – 4 of 4) sorted by relevance

/fs/ocfs2/
Dslot_map.c55 unsigned int si_blocks; member
88 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 …]
/fs/bfs/
Dinode.c229 buf->f_blocks = info->si_blocks; in bfs_statfs()
383 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
390 bh = sb_bread(s, info->si_blocks - 1); in bfs_fill_super()
392 printf("Last block not available: %lu\n", info->si_blocks - 1); in bfs_fill_super()
422 if (i_sblock > info->si_blocks || in bfs_fill_super()
423 i_eblock > info->si_blocks || in bfs_fill_super()
Dfile.c94 if (phys >= info->si_blocks) in bfs_get_block()
118 if (phys + block >= info->si_blocks) { in bfs_get_block()
Dbfs.h14 unsigned long si_blocks; member