Searched refs:chunk_type (Results 1 – 2 of 2) sorted by relevance
378 unsigned char chunk_type; in set_sctp_state() local393 chunk_type = sch->type; in set_sctp_state()413 chunk_type = sch->type; in set_sctp_state()417 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()418 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
3625 u64 chunk_type; in btrfs_relocate_sys_chunks() local3672 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()3675 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()3710 u64 chunk_type; in btrfs_may_alloc_data_chunk() local3714 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()3717 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk()3941 static bool chunk_profiles_filter(u64 chunk_type, struct btrfs_balance_args *bargs) in chunk_profiles_filter() argument3943 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()3946 if (bargs->profiles & chunk_type) in chunk_profiles_filter()4092 static bool chunk_soft_convert_filter(u64 chunk_type, struct btrfs_balance_args *bargs) in chunk_soft_convert_filter() argument[all …]