Lines Matching refs:offset
92 size_t offset; in nilfs_dat_commit_alloc() local
94 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_commit_alloc()
96 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_alloc()
116 size_t offset; in nilfs_dat_commit_free() local
118 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_commit_free()
120 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_free()
146 size_t offset; in nilfs_dat_commit_start() local
148 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_commit_start()
150 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_start()
163 size_t offset; in nilfs_dat_prepare_end() local
170 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_prepare_end()
172 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_prepare_end()
203 size_t offset; in nilfs_dat_commit_end() local
205 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_commit_end()
207 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_commit_end()
228 size_t offset; in nilfs_dat_abort_end() local
230 offset = nilfs_palloc_entry_offset(dat, req->pr_entry_nr, in nilfs_dat_abort_end()
232 entry = kmap_local_folio(req->pr_entry_bh->b_folio, offset); in nilfs_dat_abort_end()
335 size_t offset; in nilfs_dat_move() local
358 offset = nilfs_palloc_entry_offset(dat, vblocknr, entry_bh); in nilfs_dat_move()
359 entry = kmap_local_folio(entry_bh->b_folio, offset); in nilfs_dat_move()
403 size_t offset; in nilfs_dat_translate() local
419 offset = nilfs_palloc_entry_offset(dat, vblocknr, entry_bh); in nilfs_dat_translate()
420 entry = kmap_local_folio(entry_bh->b_folio, offset); in nilfs_dat_translate()
441 size_t offset; in nilfs_dat_get_vinfo() local
460 offset = nilfs_palloc_entry_offset(dat, first, entry_bh); in nilfs_dat_get_vinfo()
461 first_entry = kmap_local_folio(entry_bh->b_folio, offset); in nilfs_dat_get_vinfo()