Home
last modified time | relevance | path

Searched refs:blkoff (Results 1 – 19 of 19) sorted by relevance

/linux-6.1.9/fs/nilfs2/
Dmdt.c114 nilfs_mdt_submit_block(struct inode *inode, unsigned long blkoff, blk_opf_t opf, 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, in nilfs_mdt_submit_block()
172 unsigned long blkoff; in nilfs_mdt_read_block() local
184 blkoff = block + 1; in nilfs_mdt_read_block()
185 for (i = 0; i < nr_ra_blocks; i++, blkoff++) { in nilfs_mdt_read_block()
186 err = nilfs_mdt_submit_block(inode, blkoff, in nilfs_mdt_read_block()
242 int nilfs_mdt_get_block(struct inode *inode, unsigned long blkoff, int create, in nilfs_mdt_get_block() argument
251 ret = nilfs_mdt_read_block(inode, blkoff, !create, out_bh); in nilfs_mdt_get_block()
[all …]
Dinode.c75 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()
859 unsigned long blkoff; in nilfs_truncate() local
871 blkoff = (inode->i_size + blocksize - 1) >> sb->s_blocksize_bits; in nilfs_truncate()
876 nilfs_truncate_bmap(ii, blkoff); in nilfs_truncate()
1141 sector_t blkoff, end_blkoff; in nilfs_fiemap() local
1155 blkoff = start >> blkbits; in nilfs_fiemap()
1158 delalloc_blklen = nilfs_find_uncommitted_extent(inode, blkoff, in nilfs_fiemap()
[all …]
Dalloc.c196 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()
216 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
226 prev->blkoff = blkoff; in nilfs_palloc_get_block()
239 static int nilfs_palloc_delete_block(struct inode *inode, unsigned long blkoff, in nilfs_palloc_delete_block() argument
244 if (prev->bh && blkoff == prev->blkoff) { in nilfs_palloc_delete_block()
249 return nilfs_mdt_delete_block(inode, blkoff); in nilfs_palloc_delete_block()
Dsufile.c163 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()
903 unsigned long blkoff, prev_blkoff; in nilfs_sufile_set_suinfo() local
928 blkoff = nilfs_sufile_get_blkoff(sufile, sup->sup_segnum); in nilfs_sufile_set_suinfo()
929 ret = nilfs_mdt_get_block(sufile, blkoff, 1, NULL, &bh); in nilfs_sufile_set_suinfo()
[all …]
Dpage.c49 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()
481 sector_t *blkoff) in nilfs_find_uncommitted_extent() argument
518 *blkoff = b; in nilfs_find_uncommitted_extent()
Dgcinode.c58 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()
Dcpfile.c45 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()
Dpage.h50 sector_t *blkoff);
Dalloc.h74 unsigned long blkoff; member
Dmdt.h72 unsigned long end, unsigned long *blkoff,
Drecovery.c43 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()
512 pos = rb->blkoff << inode->i_blkbits; in nilfs_recover_dsync_blocks()
549 (unsigned long long)rb->blkoff); in nilfs_recover_dsync_blocks()
Dsegment.c647 __le64 *blkoff = nilfs_segctor_map_segsum_entry(sci, ssp, in nilfs_write_dat_data_binfo() local
648 sizeof(*blkoff)); in nilfs_write_dat_data_binfo()
649 *blkoff = binfo->bi_dat.bi_blkoff; in nilfs_write_dat_data_binfo()
/linux-6.1.9/include/trace/events/
Dnilfs2.h194 unsigned long blkoff,
197 TP_ARGS(inode, ino, blkoff, mode),
202 __field(unsigned long, blkoff)
209 __entry->blkoff = blkoff;
216 __entry->blkoff,
/linux-6.1.9/block/partitions/
Dsysv68.c45 __be32 blkoff; /* block offset of slice */ member
85 be32_to_cpu(slice->blkoff), in sysv68_partition()
/linux-6.1.9/fs/afs/
Ddir.c397 unsigned blkoff) in afs_dir_iterate_block() argument
404 _enter("%llx,%x", ctx->pos, blkoff); in afs_dir_iterate_block()
406 curr = (ctx->pos - blkoff) / sizeof(union afs_xdr_dirent); in afs_dir_iterate_block()
409 for (offset = (blkoff == 0 ? AFS_DIR_RESV_BLOCKS0 : AFS_DIR_RESV_BLOCKS); in afs_dir_iterate_block()
417 blkoff / sizeof(union afs_xdr_dir_block), offset); in afs_dir_iterate_block()
420 ctx->pos = blkoff + in afs_dir_iterate_block()
432 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block()
438 blkoff / sizeof(union afs_xdr_dir_block), offset, in afs_dir_iterate_block()
448 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block()
459 blkoff / sizeof(union afs_xdr_dir_block), in afs_dir_iterate_block()
[all …]
/linux-6.1.9/fs/f2fs/
Drecovery.c470 unsigned short blkoff = GET_BLKOFF_FROM_SEG0(sbi, blkaddr); in check_index_in_prev_nodes() local
482 if (!f2fs_test_bit(blkoff, sentry->cur_valid_map)) in check_index_in_prev_nodes()
490 sum = curseg->sum_blk->entries[blkoff]; in check_index_in_prev_nodes()
499 sum = sum_node->entries[blkoff]; in check_index_in_prev_nodes()
Dsegment.c3849 unsigned short blkoff; in write_compacted_summaries() local
3853 blkoff = sbi->blocks_per_seg; in write_compacted_summaries()
3855 blkoff = curseg_blkoff(sbi, i); in write_compacted_summaries()
3857 for (j = 0; j < blkoff; j++) { in write_compacted_summaries()
/linux-6.1.9/fs/ocfs2/
Dsuballoc.c1482 u64 blkoff; in ocfs2_cluster_group_search() local
1516 blkoff = ocfs2_clusters_to_blocks(inode->i_sb, in ocfs2_cluster_group_search()
1521 (unsigned long long)blkoff, in ocfs2_cluster_group_search()
1523 if (blkoff > max_block) in ocfs2_cluster_group_search()
1552 u64 blkoff; in ocfs2_block_group_search() local
1564 blkoff = le64_to_cpu(bg->bg_blkno) + in ocfs2_block_group_search()
1567 (unsigned long long)blkoff, in ocfs2_block_group_search()
1569 if (blkoff > max_block) in ocfs2_block_group_search()
/linux-6.1.9/fs/ext4/
Dmballoc.c3868 ext4_grpblk_t blkoff; in ext4_mb_mark_bb() local
3874 ext4_get_group_no_and_offset(sb, block, &group, &blkoff); in ext4_mb_mark_bb()
3885 EXT4_BLOCKS_PER_GROUP(sb) - EXT4_C2B(sbi, blkoff)); in ext4_mb_mark_bb()
3911 if (!mb_test_bit(blkoff + i, bitmap_bh->b_data) == in ext4_mb_mark_bb()
3917 mb_set_bits(bitmap_bh->b_data, blkoff, clen); in ext4_mb_mark_bb()
3919 mb_clear_bits(bitmap_bh->b_data, blkoff, clen); in ext4_mb_mark_bb()
5785 ext4_grpblk_t blkoff; in ext4_mb_new_blocks_simple() local
5797 ext4_get_group_no_and_offset(sb, goal, &group, &blkoff); in ext4_mb_new_blocks_simple()
5808 NULL, &blkoff); in ext4_mb_new_blocks_simple()
5811 blkoff); in ext4_mb_new_blocks_simple()
[all …]