Home
last modified time | relevance | path

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

/Linux-v4.19/include/sound/
Dcontrol.h152 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() local
153 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffnum()
158 unsigned int ioff = id->index - kctl->id.index; in snd_ctl_get_ioffidx() local
159 return array_index_nospec(ioff, kctl->count); in snd_ctl_get_ioffidx()
/Linux-v4.19/fs/btrfs/
Dctree.c2563 u64 iobjectid, u64 ioff, u8 key_type, in btrfs_find_item() argument
2575 key.offset = ioff; in btrfs_find_item()
3878 u32 ioff; in __push_leaf_left() local
3882 ioff = btrfs_token_item_offset(left, item, &token); in __push_leaf_left()
3884 ioff - (BTRFS_LEAF_DATA_SIZE(fs_info) - old_left_item_size), in __push_leaf_left()
4057 u32 ioff; in copy_for_split() local
4059 ioff = btrfs_token_item_offset(right, item, &token); in copy_for_split()
4061 ioff + rt_data_off, &token); in copy_for_split()
4568 u32 ioff; in btrfs_truncate_item() local
4571 ioff = btrfs_token_item_offset(leaf, item, &token); in btrfs_truncate_item()
[all …]
Dctree.h2862 u64 inum, u64 ioff, u8 key_type, struct btrfs_key *found_key);