Searched refs:ioff (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
D | control.h | 147 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local 148 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum() 153 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local 154 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | ctree.c | 2552 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument 2564 key.offset = ioff; in btrfs_find_item() 3983 u32 ioff; in __push_leaf_left() local 3987 ioff = btrfs_token_item_offset(&token, item); in __push_leaf_left() 3989 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left() 4165 u32 ioff; in copy_for_split() local 4167 ioff = btrfs_token_item_offset(&token, item); in copy_for_split() 4168 btrfs_set_token_item_offset(&token, item, ioff + rt_data_off); in copy_for_split() 4676 u32 ioff; in btrfs_truncate_item() local 4679 ioff = btrfs_token_item_offset(&token, item); in btrfs_truncate_item() [all …]
|
D | ctree.h | 2736 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);
|