Searched refs:chunk_type (Results 1 – 5 of 5) sorted by relevance
384 unsigned char chunk_type; in set_sctp_state() local399 chunk_type = sch->type; in set_sctp_state()419 chunk_type = sch->type; in set_sctp_state()423 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()424 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
178 int ret, chunk_type, chunk_len, chunk_num = 0; in wfx_send_pds() local185 chunk_type = get_unaligned_le16(buf + 0); in wfx_send_pds()191 if (chunk_type != WFX_PDS_TLV_TYPE) { in wfx_send_pds()
3435 u64 chunk_type; in btrfs_relocate_sys_chunks() local3522 u64 chunk_type; in btrfs_may_alloc_data_chunk() local3526 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()3529 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk()3755 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()3758 if (bargs->profiles & chunk_type) in chunk_profiles_filter()3914 chunk_type = chunk_to_extended(chunk_type) & in chunk_soft_convert_filter()3917 if (bargs->target == chunk_type) in chunk_soft_convert_filter()3937 if (chunk_type & BTRFS_BLOCK_GROUP_DATA) in should_balance_chunk()4016 u64 chunk_type; in __btrfs_balance() local[all …]
186 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
195 int chunk_type) in sctp_new_state() argument199 switch (chunk_type) { in sctp_new_state()236 chunk_type, sctp_conntrack_names[cur_state]); in sctp_new_state()
Completed in 24 milliseconds