Searched refs:new_bucket (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | stackmap.c | 343 struct stack_map_bucket *bucket, *new_bucket, *old_bucket; in BPF_CALL_3() local 388 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3() 390 if (unlikely(!new_bucket)) in BPF_CALL_3() 392 new_bucket->nr = trace_nr; in BPF_CALL_3() 394 (struct bpf_stack_build_id *)new_bucket->data, in BPF_CALL_3() 398 memcmp(bucket->data, new_bucket->data, trace_len) == 0) { in BPF_CALL_3() 399 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in BPF_CALL_3() 403 pcpu_freelist_push(&smap->freelist, &new_bucket->fnode); in BPF_CALL_3() 413 new_bucket = (struct stack_map_bucket *) in BPF_CALL_3() 415 if (unlikely(!new_bucket)) in BPF_CALL_3() [all …]
|
/Linux-v4.19/fs/ocfs2/ |
D | xattr.c | 5214 u16 new_bucket = le16_to_cpu(bucket_xh(first)->xh_num_buckets); in ocfs2_extend_xattr_bucket() local 5218 num_clusters, new_bucket); in ocfs2_extend_xattr_bucket() 5221 BUG_ON(new_bucket >= in ocfs2_extend_xattr_bucket() 5225 end_blk = bucket_blkno(first) + ((new_bucket - 1) * blk_per_bucket); in ocfs2_extend_xattr_bucket() 6684 struct ocfs2_xattr_bucket *new_bucket; member 6708 bucket = args->new_bucket; in ocfs2_get_reflink_xattr_value_root() 6865 ret = ocfs2_init_xattr_bucket(args->new_bucket, new_blkno, 1); in ocfs2_reflink_xattr_bucket() 6872 args->new_bucket, in ocfs2_reflink_xattr_bucket() 6880 memcpy(bucket_block(args->new_bucket, j), in ocfs2_reflink_xattr_bucket() 6890 *cpos = le32_to_cpu(bucket_xh(args->new_bucket)-> in ocfs2_reflink_xattr_bucket() [all …]
|