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()
365 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local
367 nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_block_get_entry()
368 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry()
507 unsigned long group_offset, maxgroup_offset; in nilfs_palloc_prepare_alloc_entry() local
515 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
543 bitmap, group_offset, in nilfs_palloc_prepare_alloc_entry()
562 group_offset = 0; in nilfs_palloc_prepare_alloc_entry()
603 unsigned long group, group_offset; in nilfs_palloc_commit_free_entry() local
608 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
616 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_commit_free_entry()
646 unsigned long group, group_offset; in nilfs_palloc_abort_alloc_entry() local
649 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
657 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_abort_alloc_entry()
685 unsigned long group, group_offset; in nilfs_palloc_prepare_free_entry() local
688 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
731 unsigned long group, group_offset; in nilfs_palloc_freev() local
744 group = nilfs_palloc_group(inode, entry_nrs[i], &group_offset); in nilfs_palloc_freev()
763 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
765 if (!nilfs_clear_bit_atomic(lock, group_offset, in nilfs_palloc_freev()
780 group_offset = entry_nrs[j] - group_min_nr; in nilfs_palloc_freev()
781 if (group_offset >= entry_start && in nilfs_palloc_freev()
782 group_offset < entry_start + epb) { in nilfs_palloc_freev()
801 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()