Lines Matching refs:group_offset
188 unsigned long group, group_offset; in nilfs_palloc_entry_blkoff() local
190 group = nilfs_palloc_group(inode, nr, &group_offset); in nilfs_palloc_entry_blkoff()
193 group_offset / NILFS_MDT(inode)->mi_entries_per_block; in nilfs_palloc_entry_blkoff()
589 unsigned long group_offset, maxgroup_offset; in nilfs_palloc_prepare_alloc_entry() local
597 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_alloc_entry()
615 for (j = 0; j < n; j++, group++, group_offset = 0) { in nilfs_palloc_prepare_alloc_entry()
637 bitmap, group_offset, entries_per_group, lock, in nilfs_palloc_prepare_alloc_entry()
694 unsigned long group, group_offset; in nilfs_palloc_commit_free_entry() local
700 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_commit_free_entry()
708 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_commit_free_entry()
738 unsigned long group, group_offset; in nilfs_palloc_abort_alloc_entry() local
741 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_abort_alloc_entry()
749 if (!nilfs_clear_bit_atomic(lock, group_offset, bitmap)) in nilfs_palloc_abort_alloc_entry()
779 unsigned long group, group_offset; in nilfs_palloc_prepare_free_entry() local
782 group = nilfs_palloc_group(inode, req->pr_entry_nr, &group_offset); in nilfs_palloc_prepare_free_entry()
827 unsigned long group, group_offset; in nilfs_palloc_freev() local
840 group = nilfs_palloc_group(inode, entry_nrs[i], &group_offset); in nilfs_palloc_freev()
859 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()
861 if (!nilfs_clear_bit_atomic(lock, group_offset, in nilfs_palloc_freev()
876 group_offset = entry_nrs[j] - group_min_nr; in nilfs_palloc_freev()
877 if (group_offset >= entry_start && in nilfs_palloc_freev()
878 group_offset < entry_start + epb) { in nilfs_palloc_freev()
897 entry_start = rounddown(group_offset, epb); in nilfs_palloc_freev()