Searched refs:chunk_type (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | percpu-internal.h | 139 static inline bool pcpu_is_memcg_chunk(enum pcpu_chunk_type chunk_type) in pcpu_is_memcg_chunk() argument 141 return chunk_type == PCPU_CHUNK_MEMCG; in pcpu_is_memcg_chunk() 150 static inline bool pcpu_is_memcg_chunk(enum pcpu_chunk_type chunk_type) in pcpu_is_memcg_chunk() argument 156 static inline struct list_head *pcpu_chunk_list(enum pcpu_chunk_type chunk_type) in pcpu_chunk_list() argument 159 pcpu_is_memcg_chunk(chunk_type)]; in pcpu_chunk_list()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 382 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()
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nf_conntrack_proto_sctp.c | 205 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | volumes.c | 3124 u64 chunk_type; in btrfs_relocate_sys_chunks() local 3161 chunk_type = btrfs_chunk_type(leaf, chunk); in btrfs_relocate_sys_chunks() 3164 if (chunk_type & BTRFS_BLOCK_GROUP_SYSTEM) { in btrfs_relocate_sys_chunks() 3200 u64 chunk_type; in btrfs_may_alloc_data_chunk() local 3204 chunk_type = cache->flags; in btrfs_may_alloc_data_chunk() 3207 if (!(chunk_type & BTRFS_BLOCK_GROUP_DATA)) in btrfs_may_alloc_data_chunk() 3392 static int chunk_profiles_filter(u64 chunk_type, in chunk_profiles_filter() argument 3395 chunk_type = chunk_to_extended(chunk_type) & in chunk_profiles_filter() 3398 if (bargs->profiles & chunk_type) in chunk_profiles_filter() 3553 static int chunk_soft_convert_filter(u64 chunk_type, in chunk_soft_convert_filter() argument [all …]
|
D | ctree.h | 1590 BTRFS_SETGET_FUNCS(chunk_type, struct btrfs_chunk, type, 64);
|