Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dcontrol.h137 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local
138 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum()
143 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local
144 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
/Linux-v5.4/fs/btrfs/
Dctree.c2590 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument
2602 key.offset = ioff; in btrfs_find_item()
3937 u32 ioff; in __push_leaf_left() local
3941 ioff = btrfs_token_item_offset(left, item, &token); in __push_leaf_left()
3943 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size), in __push_leaf_left()
4116 u32 ioff; in copy_for_split() local
4118 ioff = btrfs_token_item_offset(right, item, &token); in copy_for_split()
4120 ioff + rt_data_off, &token); in copy_for_split()
4620 u32 ioff; in btrfs_truncate_item() local
4623 ioff = btrfs_token_item_offset(leaf, item, &token); in btrfs_truncate_item()
[all …]
Dctree.h2553 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);