Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c378 unsigned char chunk_type; in set_sctp_state() local
393 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()
/linux/fs/btrfs/
H A Dvolumes.c3682 u64 chunk_type; in btrfs_relocate_sys_chunks()
3729 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_may_alloc_data_chunk()
3732 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_may_alloc_data_chunk()
3767 u64 chunk_type; in btrfs_disk_balance_args_to_cpu()
3775 chunk_type = cache->flags; in btrfs_cpu_balance_args_to_disk()
3778 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_cpu_balance_args_to_disk()
4002 static bool chunk_profiles_filter(u64 chunk_type, struct btrfs_balance_args *bargs) in chunk_usage_filter()
4004 chunk_type = chunk_to_extended(chunk_type) & in chunk_usage_filter()
4007 if (bargs->profiles & chunk_type) in chunk_usage_filter()
3633 u64 chunk_type; btrfs_relocate_sys_chunks() local
3718 u64 chunk_type; btrfs_may_alloc_data_chunk() local
3949 chunk_profiles_filter(u64 chunk_type,struct btrfs_balance_args * bargs) chunk_profiles_filter() argument
4100 chunk_soft_convert_filter(u64 chunk_type,struct btrfs_balance_args * bargs) chunk_soft_convert_filter() argument
4120 u64 chunk_type = btrfs_chunk_type(leaf, chunk); should_balance_chunk() local
4323 u64 chunk_type; __btrfs_balance() local
[all...]
/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c190 int chunk_type) in sctp_new_state() argument
194 switch (chunk_type) { in sctp_new_state()
231 chunk_type, sctp_conntrack_names[cur_state]); in sctp_new_state()