Searched refs:chunk_type (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c373 unsigned char chunk_type; set_sctp_state() local
388 chunk_type = sch->type; set_sctp_state()
408 chunk_type = sch->type; set_sctp_state()
412 event = (chunk_type < sizeof(sctp_events)) ? set_sctp_state()
413 sctp_events[chunk_type] : IP_VS_SCTP_DATA; set_sctp_state()
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_proto_sctp.c238 int chunk_type) sctp_new_state()
242 pr_debug("Chunk type: %d\n", chunk_type); sctp_new_state()
244 switch (chunk_type) { sctp_new_state()
289 pr_debug("dir: %d cur_state: %s chunk_type: %d new_state: %s\n", sctp_new_state()
290 dir, sctp_conntrack_names[cur_state], chunk_type, sctp_new_state()
236 sctp_new_state(enum ip_conntrack_dir dir, enum sctp_conntrack cur_state, int chunk_type) sctp_new_state() argument
/linux-4.1.27/fs/btrfs/
H A Dvolumes.c2715 u64 chunk_type; btrfs_relocate_sys_chunks() local
2747 chunk_type = btrfs_chunk_type(leaf, chunk); btrfs_relocate_sys_chunks()
2750 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { btrfs_relocate_sys_chunks()
2941 static int chunk_profiles_filter(u64 chunk_type, chunk_profiles_filter() argument
2944 chunk_type = chunk_to_extended(chunk_type) & chunk_profiles_filter()
2947 if (bargs->profiles & chunk_type) chunk_profiles_filter()
3053 static int chunk_soft_convert_filter(u64 chunk_type, chunk_soft_convert_filter() argument
3059 chunk_type = chunk_to_extended(chunk_type) & chunk_soft_convert_filter()
3062 if (bargs->target == chunk_type) chunk_soft_convert_filter()
3074 u64 chunk_type = btrfs_chunk_type(leaf, chunk); should_balance_chunk() local
3077 if (!((chunk_type & BTRFS_BLOCK_GROUP_TYPE_MASK) & should_balance_chunk()
3082 if (chunk_type & BTRFS_BLOCK_GROUP_DATA) should_balance_chunk()
3084 else if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) should_balance_chunk()
3086 else if (chunk_type & BTRFS_BLOCK_GROUP_METADATA) should_balance_chunk()
3091 chunk_profiles_filter(chunk_type, bargs)) { should_balance_chunk()
3121 chunk_soft_convert_filter(chunk_type, bargs)) { should_balance_chunk()
H A Dextent-tree.c3764 * chunk_type is not in progress
3804 * see if restripe for this chunk_type is in progress, if so btrfs_reduce_alloc_profile()
8717 * if restripe for this chunk_type is on pick target profile and update_block_group_flags()
H A Dctree.h2395 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);

Completed in 262 milliseconds