Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dslot_map.c37 unsigned int si_blocks; member
70 for (b = 0; b < si->si_blocks; b++) { in ocfs2_update_slot_info_extended()
124 BUG_ON(si->si_blocks == 0); in ocfs2_refresh_slot_info()
127 trace_ocfs2_refresh_slot_info(si->si_blocks); in ocfs2_refresh_slot_info()
134 ret = ocfs2_read_blocks(INODE_CACHE(si->si_inode), -1, si->si_blocks, in ocfs2_refresh_slot_info()
155 BUG_ON(blkind >= si->si_blocks); in ocfs2_update_disk_slot_extended()
309 for (i = 0; i < si->si_blocks; i++) { in __ocfs2_free_slot_info()
350 si->si_blocks = blocks; in ocfs2_map_slot_buffers()
351 if (!si->si_blocks) in ocfs2_map_slot_buffers()
364 trace_ocfs2_map_slot_buffers(bytes, si->si_blocks); in ocfs2_map_slot_buffers()
[all …]
/linux/fs/bfs/
H A Dinode.c225 buf->f_blocks = info->si_blocks; in bfs_statfs()
370 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super()
376 bh = sb_bread(s, info->si_blocks - 1); in bfs_fill_super()
378 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super()
408 if (i_sblock > info->si_blocks || in bfs_fill_super()
409 i_eblock > info->si_blocks || in bfs_fill_super()
H A Dfile.c96 if (phys >= info->si_blocks) in bfs_get_block()
120 if (phys + block >= info->si_blocks) { in bfs_get_block()
H A Dbfs.h22 unsigned long si_blocks; member