Searched refs:group_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | alloc.c | 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() [all …]
|
| /linux/rust/syn/ |
| H A D | buffer.rs | 52 let group_offset = group_end_index - group_start_index; in recursive_new() localVariable 55 -(group_offset as isize), in recursive_new() 57 entries[group_start_index] = Entry::Group(group, group_offset); in recursive_new()
|
| /linux/fs/smb/client/ |
| H A D | smb2pdu.c | 2692 unsigned int group_offset = 0; in create_sd_buf() local 2711 group_offset = owner_offset + offsetof(struct owner_group_sids, group); in create_sd_buf() 2712 buf->sd.OffsetGroup = cpu_to_le32(group_offset); in create_sd_buf()
|