Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_sctp.c373 unsigned char chunk_type; in set_sctp_state() local
388 chunk_type = sch->type; in set_sctp_state()
408 chunk_type = sch->type; in set_sctp_state()
412 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()
413 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_sctp.c238 int chunk_type) in sctp_new_state() argument
242 pr_debug("Chunk type: %d\n", chunk_type); in sctp_new_state()
244 switch (chunk_type) { in sctp_new_state()
290 dir, sctp_conntrack_names[cur_state], chunk_type, in sctp_new_state()
/linux-4.1.27/fs/btrfs/
Dvolumes.c2715 u64 chunk_type; in btrfs_relocate_sys_chunks() local
2747 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks()
2750 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks()
2941 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument
2944 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
2947 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3053 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument
3059 chunk_type = chunk_to_extended(chunk_type) & in chunk_soft_convert_filter()
3062 if (bargs->target == chunk_type) in chunk_soft_convert_filter()
3074 u64 chunk_type = btrfs_chunk_type(leaf, chunk); in should_balance_chunk() local
[all …]
Dctree.h2395 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);