Lines Matching refs:group_offset

178 	unsigned long group, group_offset;  in nilfs_palloc_entry_blkoff()  local
180 group = nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_entry_blkoff()
183 group_offset / NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_entry_blkoff()
374 unsigned long entry_offset, group_offset; in nilfs_palloc_block_get_entry() local
376 nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_block_get_entry()
377 entry_offset = group_offset % NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_block_get_entry()
516 unsigned long group_offset, maxgroup_offset; in nilfs_palloc_prepare_alloc_entry() local
524 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
552 bitmap, group_offset, in nilfs_palloc_prepare_alloc_entry()
571 group_offset = 0; in nilfs_palloc_prepare_alloc_entry()
612 unsigned long group, group_offset; in nilfs_palloc_commit_free_entry() local
617 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
625 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_commit_free_entry()
655 unsigned long group, group_offset; in nilfs_palloc_abort_alloc_entry() local
658 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
666 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_abort_alloc_entry()
694 unsigned long group, group_offset; in nilfs_palloc_prepare_free_entry() local
697 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
740 unsigned long group, group_offset; in nilfs_palloc_freev() local
753 group = nilfs_palloc_group(inode, entry_nrs[i], &group_offset); in nilfs_palloc_freev()
772 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
774 if (!nilfs_clear_bit_atomic(lock, group_offset, in nilfs_palloc_freev()
789 group_offset = entry_nrs[j] - group_min_nr; in nilfs_palloc_freev()
790 if (group_offset >= entry_start && in nilfs_palloc_freev()
791 group_offset < entry_start + epb) { in nilfs_palloc_freev()
810 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()