Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
A Dip_vs_proto_sctp.c382 unsigned char chunk_type; in set_sctp_state() local
397 chunk_type = sch->type; in set_sctp_state()
417 chunk_type = sch->type; in set_sctp_state()
421 event = (chunk_type < sizeof(sctp_events)) ? in set_sctp_state()
422 sctp_events[chunk_type] : IP_VS_SCTP_DATA; in set_sctp_state()
/linux/net/netfilter/
A Dnf_conntrack_proto_sctp.c205 int chunk_type) in sctp_new_state() argument
209 pr_debug("Chunk type: %d\n", chunk_type); in sctp_new_state()
211 switch (chunk_type) { in sctp_new_state()
264 dir, sctp_conntrack_names[cur_state], chunk_type, in sctp_new_state()
/linux/fs/btrfs/
A Dvolumes.c3288 u64 chunk_type; in btrfs_relocate_sys_chunks() local
3364 u64 chunk_type; in btrfs_may_alloc_data_chunk() local
3368 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk()
3371 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk()
3559 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter()
3562 if (bargs->profiles & chunk_type) in chunk_profiles_filter()
3720 chunk_type = chunk_to_extended(chunk_type) & in chunk_soft_convert_filter()
3723 if (bargs->target == chunk_type) in chunk_soft_convert_filter()
3743 if (chunk_type & BTRFS_BLOCK_GROUP_DATA) in should_balance_chunk()
3822 u64 chunk_type; in __btrfs_balance() local
[all …]
A Dctree.h1721 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);

Completed in 35 milliseconds