Home
last modified time | relevance | path

Searched refs:ioff (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/sound/
Dcontrol.h147 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()
/Linux-v5.10/fs/btrfs/
Dctree.c2527 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument
2539 key.offset = ioff; in btrfs_find_item()
3947 u32 ioff; in __push_leaf_left() local
3951 ioff = btrfs_token_item_offset(&token, item); in __push_leaf_left()
3953 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size)); in __push_leaf_left()
4129 u32 ioff; in copy_for_split() local
4131 ioff = btrfs_token_item_offset(&token, item); in copy_for_split()
4132 btrfs_set_token_item_offset(&token, item, ioff + rt_data_off); in copy_for_split()
4640 u32 ioff; in btrfs_truncate_item() local
4643 ioff = btrfs_token_item_offset(&token, item); in btrfs_truncate_item()
[all …]
Dctree.h2729 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);