/fs/nilfs2/ |
D | mdt.c | 114 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, in nilfs_mdt_submit_block() argument 121 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0); in nilfs_mdt_submit_block() 142 ret = nilfs_bmap_lookup(NILFS_I(inode)->i_bmap, blkoff, &blknum); in nilfs_mdt_submit_block() 154 trace_nilfs2_mdt_submit_block(inode, inode->i_ino, blkoff, mode); in nilfs_mdt_submit_block() 171 unsigned long blkoff; in nilfs_mdt_read_block() local 183 blkoff = block + 1; in nilfs_mdt_read_block() 184 for (i = 0; i < nr_ra_blocks; i++, blkoff++) { in nilfs_mdt_read_block() 185 err = nilfs_mdt_submit_block(inode, blkoff, REQ_OP_READ, in nilfs_mdt_read_block() 241 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() argument 250 ret = nilfs_mdt_read_block(inode, blkoff, !create, out_bh); in nilfs_mdt_get_block() [all …]
|
D | inode.c | 75 int nilfs_get_block(struct inode *inode, sector_t blkoff, in nilfs_get_block() argument 85 ret = nilfs_bmap_lookup_contig(ii->i_bmap, blkoff, &blknum, maxblocks); in nilfs_get_block() 101 err = nilfs_bmap_insert(ii->i_bmap, blkoff, in nilfs_get_block() 114 (unsigned long long)blkoff); in nilfs_get_block() 863 unsigned long blkoff; in nilfs_truncate() local 875 blkoff = (inode->i_size + blocksize - 1) >> sb->s_blocksize_bits; in nilfs_truncate() 880 nilfs_truncate_bmap(ii, blkoff); in nilfs_truncate() 1171 sector_t blkoff, end_blkoff; in nilfs_fiemap() local 1185 blkoff = start >> blkbits; in nilfs_fiemap() 1188 delalloc_blklen = nilfs_find_uncommitted_extent(inode, blkoff, in nilfs_fiemap() [all …]
|
D | alloc.c | 196 static int nilfs_palloc_get_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_get_block() argument 208 if (prev->bh && blkoff == prev->blkoff && in nilfs_palloc_get_block() 217 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block() 227 prev->blkoff = blkoff; in nilfs_palloc_get_block() 240 static int nilfs_palloc_delete_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_delete_block() argument 245 if (prev->bh && blkoff == prev->blkoff) { in nilfs_palloc_delete_block() 250 return nilfs_mdt_delete_block(inode, blkoff); in nilfs_palloc_delete_block()
|
D | sufile.c | 163 unsigned long blkoff, prev_blkoff; in nilfs_sufile_updatev() local 190 blkoff = nilfs_sufile_get_blkoff(sufile, *seg); in nilfs_sufile_updatev() 191 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev() 200 prev_blkoff = blkoff; in nilfs_sufile_updatev() 201 blkoff = nilfs_sufile_get_blkoff(sufile, *seg); in nilfs_sufile_updatev() 202 if (blkoff == prev_blkoff) in nilfs_sufile_updatev() 207 ret = nilfs_mdt_get_block(sufile, blkoff, create, NULL, &bh); in nilfs_sufile_updatev() 940 unsigned long blkoff, prev_blkoff; in nilfs_sufile_set_suinfo() local 965 blkoff = nilfs_sufile_get_blkoff(sufile, sup->sup_segnum); in nilfs_sufile_set_suinfo() 966 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo() [all …]
|
D | page.c | 49 unsigned long blkoff, in nilfs_grab_buffer() argument 53 pgoff_t index = blkoff >> (PAGE_SHIFT - blkbits); in nilfs_grab_buffer() 61 bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state); in nilfs_grab_buffer() 498 sector_t *blkoff) in nilfs_find_uncommitted_extent() argument 540 *blkoff = b; in nilfs_find_uncommitted_extent()
|
D | gcinode.c | 58 int nilfs_gccache_submit_read_data(struct inode *inode, sector_t blkoff, in nilfs_gccache_submit_read_data() argument 65 bh = nilfs_grab_buffer(inode, inode->i_mapping, blkoff, 0); in nilfs_gccache_submit_read_data()
|
D | cpfile.c | 45 unsigned long blkoff) in nilfs_cpfile_first_checkpoint_in_block() argument 47 return (__u64)nilfs_cpfile_checkpoints_per_block(cpfile) * blkoff in nilfs_cpfile_first_checkpoint_in_block() 166 unsigned long start, end, blkoff; in nilfs_cpfile_find_checkpoint_block() local 175 ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp); in nilfs_cpfile_find_checkpoint_block() 177 *cnop = (blkoff == start) ? start_cno : in nilfs_cpfile_find_checkpoint_block() 178 nilfs_cpfile_first_checkpoint_in_block(cpfile, blkoff); in nilfs_cpfile_find_checkpoint_block()
|
D | recovery.c | 43 unsigned long blkoff; /* File offset of the data block (per block) */ member 357 rb->blkoff = le64_to_cpu(binfo->bi_blkoff); in nilfs_scan_dsync_log() 513 pos = rb->blkoff << inode->i_blkbits; in nilfs_recover_dsync_blocks() 550 (unsigned long long)rb->blkoff); in nilfs_recover_dsync_blocks()
|
D | page.h | 51 sector_t *blkoff);
|
D | alloc.h | 74 unsigned long blkoff; member
|
D | mdt.h | 72 unsigned long end, unsigned long *blkoff,
|
D | segment.c | 671 __le64 *blkoff = nilfs_segctor_map_segsum_entry(sci, ssp, in nilfs_write_dat_data_binfo() local 672 sizeof(*blkoff)); in nilfs_write_dat_data_binfo() 673 *blkoff = binfo->bi_dat.bi_blkoff; in nilfs_write_dat_data_binfo()
|
/fs/afs/ |
D | dir.c | 349 unsigned blkoff) in afs_dir_iterate_block() argument 356 _enter("%u,%x,%p,,",(unsigned)ctx->pos,blkoff,block); in afs_dir_iterate_block() 358 curr = (ctx->pos - blkoff) / sizeof(union afs_xdr_dirent); in afs_dir_iterate_block() 361 for (offset = (blkoff == 0 ? AFS_DIR_RESV_BLOCKS0 : AFS_DIR_RESV_BLOCKS); in afs_dir_iterate_block() 371 blkoff / sizeof(union afs_xdr_dir_block), offset); in afs_dir_iterate_block() 373 ctx->pos = blkoff + in afs_dir_iterate_block() 385 blkoff / sizeof(union afs_xdr_dir_block), offset, in afs_dir_iterate_block() 395 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block() 403 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block() 409 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block() [all …]
|
/fs/f2fs/ |
D | recovery.c | 469 unsigned short blkoff = GET_BLKOFF_FROM_SEG0(sbi, blkaddr); in check_index_in_prev_nodes() local 481 if (!f2fs_test_bit(blkoff, sentry->cur_valid_map)) in check_index_in_prev_nodes() 489 sum = curseg->sum_blk->entries[blkoff]; in check_index_in_prev_nodes() 498 sum = sum_node->entries[blkoff]; in check_index_in_prev_nodes()
|
D | segment.c | 4059 unsigned short blkoff; in write_compacted_summaries() local 4063 blkoff = sbi->blocks_per_seg; in write_compacted_summaries() 4065 blkoff = curseg_blkoff(sbi, i); in write_compacted_summaries() 4067 for (j = 0; j < blkoff; j++) { in write_compacted_summaries()
|
/fs/ocfs2/ |
D | suballoc.c | 1484 u64 blkoff; in ocfs2_cluster_group_search() local 1518 blkoff = ocfs2_clusters_to_blocks(inode->i_sb, in ocfs2_cluster_group_search() 1523 (unsigned long long)blkoff, in ocfs2_cluster_group_search() 1525 if (blkoff > max_block) in ocfs2_cluster_group_search() 1554 u64 blkoff; in ocfs2_block_group_search() local 1566 blkoff = le64_to_cpu(bg->bg_blkno) + in ocfs2_block_group_search() 1569 (unsigned long long)blkoff, in ocfs2_block_group_search() 1571 if (blkoff > max_block) in ocfs2_block_group_search()
|
/fs/ext4/ |
D | mballoc.c | 3422 ext4_grpblk_t blkoff; in ext4_mb_mark_bb() local 3428 ext4_get_group_no_and_offset(sb, block, &group, &blkoff); in ext4_mb_mark_bb() 3439 EXT4_BLOCKS_PER_GROUP(sb) - EXT4_C2B(sbi, blkoff)); in ext4_mb_mark_bb() 3457 if (!mb_test_bit(blkoff + i, bitmap_bh->b_data) == in ext4_mb_mark_bb() 3463 ext4_set_bits(bitmap_bh->b_data, blkoff, clen); in ext4_mb_mark_bb() 3465 mb_test_and_clear_bits(bitmap_bh->b_data, blkoff, clen); in ext4_mb_mark_bb() 5345 ext4_grpblk_t blkoff; in ext4_mb_new_blocks_simple() local 5357 ext4_get_group_no_and_offset(sb, goal, &group, &blkoff); in ext4_mb_new_blocks_simple() 5368 NULL, &blkoff); in ext4_mb_new_blocks_simple() 5371 blkoff); in ext4_mb_new_blocks_simple() [all …]
|