Lines Matching refs:group_offset

168 	unsigned long group, group_offset;  in nilfs_palloc_entry_blkoff()  local
170 group = nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_entry_blkoff()
173 group_offset / NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_entry_blkoff()
364 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local
366 nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_block_get_entry()
367 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry()
506 unsigned long group_offset, maxgroup_offset; in nilfs_palloc_prepare_alloc_entry() local
514 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
542 bitmap, group_offset, in nilfs_palloc_prepare_alloc_entry()
561 group_offset = 0; in nilfs_palloc_prepare_alloc_entry()
602 unsigned long group, group_offset; in nilfs_palloc_commit_free_entry() local
607 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
615 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_commit_free_entry()
645 unsigned long group, group_offset; in nilfs_palloc_abort_alloc_entry() local
648 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
656 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_abort_alloc_entry()
684 unsigned long group, group_offset; in nilfs_palloc_prepare_free_entry() local
687 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
730 unsigned long group, group_offset; in nilfs_palloc_freev() local
743 group = nilfs_palloc_group(inode, entry_nrs[i], &group_offset); in nilfs_palloc_freev()
762 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
764 if (!nilfs_clear_bit_atomic(lock, group_offset, in nilfs_palloc_freev()
779 group_offset = entry_nrs[j] - group_min_nr; in nilfs_palloc_freev()
780 if (group_offset >= entry_start && in nilfs_palloc_freev()
781 group_offset < entry_start + epb) { in nilfs_palloc_freev()
800 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()