Searched refs:si_blocks (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | slot_map.c | 39 unsigned int si_blocks; member 72 for (b = 0; b < si->si_blocks; b++) { in ocfs2_update_slot_info_extended() 126 BUG_ON(si->si_blocks == 0); in ocfs2_refresh_slot_info() 129 trace_ocfs2_refresh_slot_info(si->si_blocks); in ocfs2_refresh_slot_info() 136 ret = ocfs2_read_blocks(INODE_CACHE(si->si_inode), -1, si->si_blocks, in ocfs2_refresh_slot_info() 157 BUG_ON(blkind >= si->si_blocks); in ocfs2_update_disk_slot_extended() 311 for (i = 0; i < si->si_blocks; i++) { in __ocfs2_free_slot_info() 352 si->si_blocks = blocks; in ocfs2_map_slot_buffers() 353 if (!si->si_blocks) in ocfs2_map_slot_buffers() 366 trace_ocfs2_map_slot_buffers(bytes, si->si_blocks); in ocfs2_map_slot_buffers() [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | slot_map.c | 37 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...] |
/kernel/linux/linux-5.10/fs/bfs/ |
H A D | inode.c | 228 buf->f_blocks = info->si_blocks; in bfs_statfs() 373 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super() 379 bh = sb_bread(s, info->si_blocks - 1); in bfs_fill_super() 381 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super() 411 if (i_sblock > info->si_blocks || in bfs_fill_super() 412 i_eblock > info->si_blocks || in bfs_fill_super()
|
H A D | file.c | 95 if (phys >= info->si_blocks) in bfs_get_block() 119 if (phys + block >= info->si_blocks) { in bfs_get_block()
|
H A D | bfs.h | 22 unsigned long si_blocks; member
|
/kernel/linux/linux-6.6/fs/bfs/ |
H A D | inode.c | 227 buf->f_blocks = info->si_blocks; in bfs_statfs() 372 info->si_blocks = (le32_to_cpu(bfs_sb->s_end) + 1) >> BFS_BSIZE_BITS; in bfs_fill_super() 378 bh = sb_bread(s, info->si_blocks - 1); in bfs_fill_super() 380 printf("Last block not available on %s: %lu\n", s->s_id, info->si_blocks - 1); in bfs_fill_super() 410 if (i_sblock > info->si_blocks || in bfs_fill_super() 411 i_eblock > info->si_blocks || in bfs_fill_super()
|
H A D | file.c | 95 if (phys >= info->si_blocks) in bfs_get_block() 119 if (phys + block >= info->si_blocks) { in bfs_get_block()
|
H A D | bfs.h | 22 unsigned long si_blocks; member
|
Completed in 4 milliseconds