Searched refs:new_bucket (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | stackmap.c | 350 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in BPF_CALL_3() local 395 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3() 397 if (unlikely(!new_bucket)) in BPF_CALL_3() 399 new_bucket->nr = trace_nr; in BPF_CALL_3() 401 (struct bpf_stack_build_id *)new_bucket->data, in BPF_CALL_3() 405 memcmp(bucket->data, new_bucket->data, trace_len) == 0) { in BPF_CALL_3() 406 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in BPF_CALL_3() 410 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in BPF_CALL_3() 420 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3() 422 if (unlikely(!new_bucket)) in BPF_CALL_3() [all …]
|
/Linux-v5.4/fs/ocfs2/ |
D | xattr.c | 5203 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket() local 5207 num_clusters, new_bucket); in ocfs2_extend_xattr_bucket() 5210 BUG_ON(new_bucket >= in ocfs2_extend_xattr_bucket() 5214 end_blk = bucket_blkno(first) + ((new_bucket - 1) * blk_per_bucket); in ocfs2_extend_xattr_bucket() 6673 struct ocfs2_xattr_bucket *new_bucket; member 6697 bucket = args->new_bucket; in ocfs2_get_reflink_xattr_value_root() 6854 ret = ocfs2_init_xattr_bucket(args->new_bucket, new_blkno, 1); in ocfs2_reflink_xattr_bucket() 6861 args->new_bucket, in ocfs2_reflink_xattr_bucket() 6869 memcpy(bucket_block(args->new_bucket, j), in ocfs2_reflink_xattr_bucket() 6879 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket() [all …]
|